01KJR76A2WQ4NNRA52C9ADQZFC: 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",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
            series: "junit-helios",
            name: "junit.xml",
        },
        BasicConfigPublish {
            from_output: "/work/environment.json",
            series: "junit-helios",
            name: "environment.json",
        },
        BasicConfigPublish {
            from_output: "/work/crate-build-timings.json",
            series: "build-info-helios",
            name: "crate-build-timings.json",
        },
        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",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KJR76YZH0A93HXZY1DHX0SEK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-02T21:29:14.210Zjob assigned to worker 01KJR77DJX3BY4HJP02JQ6RK90 [factory aws, i-058c159c582a78bf3] (queued for 1 m 9 s)
 
22026-03-02T21:29:22.835Zstarting task 0: "setup"
32026-03-02T21:29:22.840Z++ uname -s
42026-03-02T21:29:22.842Z+ kern=SunOS
52026-03-02T21:29:22.843Z+ build_user=build
62026-03-02T21:29:22.843Z+ build_uid=12345
72026-03-02T21:29:22.843Z+ work_dir=/work
82026-03-02T21:29:22.843Z+ input_dir=/input
92026-03-02T21:29:22.843Z+ [[ 0 == 12345 ]]
102026-03-02T21:29:22.843Z+ case "$kern" in
112026-03-02T21:29:22.843Z+ groupadd -g 12345 build
122026-03-02T21:29:22.846Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-02T21:29:24.853Z+ zfs create -o mountpoint=/work rpool/work
142026-03-02T21:29:24.972Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-02T21:29:24.976Z+ home_fs=zfs
162026-03-02T21:29:24.976Z+ [[ zfs == autofs ]]
172026-03-02T21:29:24.976Z+ mkdir -p /home/build
182026-03-02T21:29:24.976Z+ chown build:build /home/build /work
192026-03-02T21:29:26.977Z+ chmod 0700 /home/build /work
202026-03-02T21:29:26.981Zprocess exited: duration 4147 ms, exit code 0
 
212026-03-02T21:29:26.989Zstarting task 1: "rust-toolchain"
222026-03-02T21:29:26.995Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-02T21:29:26.995Z * rust toolchain channel = "1.91.1"
242026-03-02T21:29:26.995Z * rust toolchain profile = "default"
252026-03-02T21:29:26.995Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-02T21:29:26.995Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-02T21:29:26.995Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-02T21:29:26.998Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-02T21:29:26.998Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-02T21:29:27.088Zinfo: downloading installer
312026-03-02T21:29:28.749Zwarn: It looks like you have an existing installation of Rust at:
322026-03-02T21:29:28.749Zwarn: /opt/ooce/bin
332026-03-02T21:29:28.749Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-02T21:29:28.749Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-02T21:29:28.749Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-02T21:29:28.749Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-02T21:29:28.749Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-02T21:29:28.749Zerror: cannot install while Rust is installed
392026-03-02T21:29:28.749Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-02T21:29:28.764Zinfo: profile set to 'default'
412026-03-02T21:29:28.764Zinfo: default host triple is x86_64-unknown-illumos
422026-03-02T21:29:28.767Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-02T21:29:28.964Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-02T21:29:28.964Zinfo: downloading component 'cargo'
452026-03-02T21:29:30.131Zinfo: downloading component 'clippy'
462026-03-02T21:29:30.518Zinfo: downloading component 'rust-docs'
472026-03-02T21:29:31.951Zinfo: downloading component 'rust-std'
482026-03-02T21:29:33.733Zinfo: downloading component 'rustc'
492026-03-02T21:29:41.399Zinfo: downloading component 'rustfmt'
502026-03-02T21:29:41.674Zinfo: installing component 'cargo'
512026-03-02T21:29:42.574Zinfo: installing component 'clippy'
522026-03-02T21:29:42.968Zinfo: installing component 'rust-docs'
532026-03-02T21:29:44.937Zinfo: installing component 'rust-std'
542026-03-02T21:29:46.788Zinfo: installing component 'rustc'
552026-03-02T21:29:53.610Zinfo: installing component 'rustfmt'
562026-03-02T21:29:53.956Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-02T21:29:53.956Z
582026-03-02T21:29:54.458Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-02T21:29:54.459Z
602026-03-02T21:29:54.462Z
612026-03-02T21:29:54.462ZRust is installed now. Great!
622026-03-02T21:29:54.462Z
632026-03-02T21:29:54.462ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-02T21:29:54.462Zenvironment variable. This has not been done automatically.
652026-03-02T21:29:54.462Z
662026-03-02T21:29:54.462ZTo configure your current shell, you need to source
672026-03-02T21:29:54.462Zthe corresponding env file under $HOME/.cargo.
682026-03-02T21:29:54.462Z
692026-03-02T21:29:54.462ZThis is usually done by running one of the following (note the leading DOT):
702026-03-02T21:29:54.462Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-02T21:29:54.462Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-02T21:29:54.462Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-02T21:29:54.561Z+ rustup --version
742026-03-02T21:29:54.573Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-02T21:29:54.576Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-02T21:29:54.661Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-02T21:29:54.665Z+ cargo --version
782026-03-02T21:29:54.738Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-02T21:29:54.741Z+ rustc --version
802026-03-02T21:29:54.818Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-02T21:29:54.821Zprocess exited: duration 27828 ms, exit code 0
 
822026-03-02T21:29:54.827Zstarting task 2: "authentication"
832026-03-02T21:29:54.849Zprocess exited: duration 21 ms, exit code 0
 
842026-03-02T21:29:54.856Zstarting task 3: "clone repository"
852026-03-02T21:29:54.859Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-02T21:29:54.862Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-02T21:29:54.904ZCloning into '/work/oxidecomputer/omicron'...
882026-03-02T21:30:25.984Z+ cd /work/oxidecomputer/omicron
892026-03-02T21:30:25.987Z+ git fetch origin fda073a7a56467a7051f311b0923db1e5f3f0afa
902026-03-02T21:30:26.378ZFrom https://github.com/oxidecomputer/omicron
912026-03-02T21:30:26.378Z * branch fda073a7a56467a7051f311b0923db1e5f3f0afa -> FETCH_HEAD
922026-03-02T21:30:26.392Z+ [[ -n jmcarp/document-distribution-estimates ]]
932026-03-02T21:30:26.396Z++ git branch --show-current
942026-03-02T21:30:26.399Z+ current=main
952026-03-02T21:30:26.399Z+ [[ main != jmcarp/document-distribution-estimates ]]
962026-03-02T21:30:26.400Z+ git branch -f jmcarp/document-distribution-estimates fda073a7a56467a7051f311b0923db1e5f3f0afa
972026-03-02T21:30:26.403Z+ git checkout -f jmcarp/document-distribution-estimates
982026-03-02T21:30:26.754ZSwitched to branch 'jmcarp/document-distribution-estimates'
992026-03-02T21:30:26.757Z+ git reset --hard fda073a7a56467a7051f311b0923db1e5f3f0afa
1002026-03-02T21:30:26.794ZHEAD is now at fda073a7a Document distribution statistics.
1012026-03-02T21:30:26.797Zprocess exited: duration 31937 ms, exit code 0
 
1022026-03-02T21:30:26.802Zstarting task 4: "build"
1032026-03-02T21:30:26.812Z+ source ./env.sh
1042026-03-02T21:30:26.812Z++ OLD_SHELL_OPTS=ehxB
1052026-03-02T21:30:26.812Z++ set -o xtrace
1062026-03-02T21:30:26.815Z++++ dirname ./env.sh
1072026-03-02T21:30:26.818Z+++ readlink -f .
1082026-03-02T21:30:26.821Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092026-03-02T21:30:26.821Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-02T21:30:26.821Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-02T21:30:26.821Z++ 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
1122026-03-02T21:30:26.821Z++ 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
1132026-03-02T21:30:26.821Z++ 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
1142026-03-02T21:30:26.821Z++ 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
1152026-03-02T21:30:26.821Z++ 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
1162026-03-02T21:30:26.821Z++ 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
1172026-03-02T21:30:26.821Z++ case $OLD_SHELL_OPTS in
1182026-03-02T21:30:26.821Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192026-03-02T21:30:26.822Z+ source .github/buildomat/ci-env.sh
1202026-03-02T21:30:26.822Z++ export CARGO_TERM_COLOR=always
1212026-03-02T21:30:26.822Z++ CARGO_TERM_COLOR=always
1222026-03-02T21:30:26.822Z+ target_os=illumos
1232026-03-02T21:30:26.822Z+ NEXTEST_VERSION=0.9.125
1242026-03-02T21:30:26.822Z+ cargo --version
1252026-03-02T21:30:26.889Zcargo 1.91.1 (ea2d97820 2025-10-10)
1262026-03-02T21:30:26.892Z+ rustc --version
1272026-03-02T21:30:26.978Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1282026-03-02T21:30:26.984Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.125/illumos
1292026-03-02T21:30:26.987Z+ gunzip
1302026-03-02T21:30:26.987Z+ tar -xvf - -C /home/build/.cargo/bin
1312026-03-02T21:30:28.178Zx cargo-nextest, 22650392 bytes, 44240 tape blocks
1322026-03-02T21:30:28.181Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332026-03-02T21:30:28.181Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342026-03-02T21:30:28.181Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352026-03-02T21:30:28.181Z+ mkdir /var/tmp/omicron_tmp
1362026-03-02T21:30:28.184Z+ OUTPUT_DIR=/work
1372026-03-02T21:30:28.184Z+ echo 'tests will store non-ephemeral output in /work'
1382026-03-02T21:30:28.184Ztests will store non-ephemeral output in /work
1392026-03-02T21:30:28.184Z+ mkdir -p /work
1402026-03-02T21:30:28.184Z+ banner prerequisites
1412026-03-02T21:30:28.187Z
1422026-03-02T21:30:28.187Z ##### ##### ###### ##### ###### #### # # # #### #
1432026-03-02T21:30:28.187Z # # # # # # # # # # # # # # #
1442026-03-02T21:30:28.187Z # # # # ##### # # ##### # # # # # #### #
1452026-03-02T21:30:28.187Z ##### ##### # ##### # # # # # # # # #
1462026-03-02T21:30:28.187Z # # # # # # # # # # # # # # #
1472026-03-02T21:30:28.187Z # # # ###### # # ###### ### # #### # #### #
1482026-03-02T21:30:28.187Z
1492026-03-02T21:30:28.187Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502026-03-02T21:30:39.592Z Startup: Refreshing catalog 'helios-dev' ... Done
1512026-03-02T21:30:50.218Z Startup: Caching catalogs ... Done
1522026-03-02T21:31:15.387ZPlanning: Solver setup ... Done (23.253s)
1532026-03-02T21:31:15.549ZPlanning: Running solver ... Done (0.169s)
1542026-03-02T21:31:15.734ZPlanning: Finding local manifests ... Done (0.003s)
1552026-03-02T21:31:15.744ZPlanning: Fetching manifests: 0/4 0% complete
1562026-03-02T21:31:15.889ZPlanning: Fetching manifests: 4/4 100% complete
1572026-03-02T21:31:15.939ZPlanning: Package planning ... Done (0.053s)
1582026-03-02T21:31:16.002ZPlanning: Merging actions ... Done (0.053s)
1592026-03-02T21:31:16.580ZPlanning: Checking for conflicting actions ... Done (0.587s)
1602026-03-02T21:31:16.592ZPlanning: Consolidating action changes ... Done (0.012s)
1612026-03-02T21:31:17.619ZPlanning: Evaluating mediators ... Done (1.027s)
1622026-03-02T21:31:17.628ZPlanning: Planning completed in 27.24 seconds
1632026-03-02T21:31:17.644Z Packages to install: 4
1642026-03-02T21:31:17.644Z Mediators to change: 2
1652026-03-02T21:31:17.647Z Services to change: 1
1662026-03-02T21:31:17.647Z Estimated space available: 155.42 GB
1672026-03-02T21:31:17.647ZEstimated space to be consumed: 1.82 GB
1682026-03-02T21:31:17.647Z Create boot environment: No
1692026-03-02T21:31:17.647ZCreate backup boot environment: No
1702026-03-02T21:31:17.647Z Rebuild boot archive: No
1712026-03-02T21:31:17.647Z
1722026-03-02T21:31:17.647ZChanged mediators:
1732026-03-02T21:31:17.647Z mediator clang:
1742026-03-02T21:31:17.647Z version: None -> 15 (system default)
1752026-03-02T21:31:17.647Z
1762026-03-02T21:31:17.648Z mediator llvm:
1772026-03-02T21:31:17.648Z version: 14 (system default) -> 15 (system default)
1782026-03-02T21:31:17.648Z
1792026-03-02T21:31:17.648ZChanged packages:
1802026-03-02T21:31:17.648Zhelios-dev
1812026-03-02T21:31:17.648Z developer/build-essential
1822026-03-02T21:31:17.648Z None -> 11-2.0
1832026-03-02T21:31:17.648Z library/libxmlsec1
1842026-03-02T21:31:17.648Z None -> 1.2.35-2.0
1852026-03-02T21:31:17.648Z ooce/developer/clang-15
1862026-03-02T21:31:17.648Z None -> 15.0.7-2.0
1872026-03-02T21:31:17.648Z ooce/developer/llvm-15
1882026-03-02T21:31:17.648Z None -> 15.0.7-2.0
1892026-03-02T21:31:17.648Z
1902026-03-02T21:31:17.648ZServices:
1912026-03-02T21:31:17.648Z restart_fmri:
1922026-03-02T21:31:17.648Z svc:/system/update-man-index:default
1932026-03-02T21:31:17.701Z
1942026-03-02T21:31:17.701ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952026-03-02T21:31:22.706ZDownload: 2639/3290 items 120.6/212.6MB 56% complete (24.3M/s)
1962026-03-02T21:31:25.662ZDownload: Completed 212.60 MB in 7.96 seconds (26.7M/s)
1972026-03-02T21:31:26.876Z Actions: 1/3689 actions (Installing new actions)
1982026-03-02T21:31:31.555Z Actions: Completed 3689 actions in 4.68 seconds.
1992026-03-02T21:31:31.996Z Done (0.435s)
2002026-03-02T21:31:31.996Z Done (0.000s)
2012026-03-02T21:31:33.112Z Done (1.116s)
2022026-03-02T21:31:37.934Z Done (4.453s)
2032026-03-02T21:31:38.029Z Done (0.021s)
2042026-03-02T21:31:38.032Z Done (0.000s)
2052026-03-02T21:31:38.194Z Done (0.000s)
2062026-03-02T21:31:39.225ZPlanning: Evaluating mediator changes ... Done
2072026-03-02T21:31:39.389ZPlanning: Checking for conflicting actions ... Done
2082026-03-02T21:31:39.392ZPlanning: Consolidating action changes ... Done
2092026-03-02T21:31:39.662ZPlanning: Evaluating mediators ... Done
2102026-03-02T21:31:39.665ZPlanning: Planning completed in 0.44 seconds
2112026-03-02T21:31:39.698Z Mediators to change: 2
2122026-03-02T21:31:39.698Z Create boot environment: No
2132026-03-02T21:31:39.698ZCreate backup boot environment: No
2142026-03-02T21:31:39.771Z Done
2152026-03-02T21:31:39.772Z Done
2162026-03-02T21:31:40.605Z Done
2172026-03-02T21:31:44.699Z Done
2182026-03-02T21:31:44.812Z Done
2192026-03-02T21:31:44.815Z Done
2202026-03-02T21:31:44.874Z Done
2212026-03-02T21:31:45.543ZPlanning: Evaluating mediator changes ... Done
2222026-03-02T21:31:45.546ZPlanning: Merging actions ... Done
2232026-03-02T21:31:45.739ZPlanning: Checking for conflicting actions ... Done
2242026-03-02T21:31:45.743ZPlanning: Consolidating action changes ... Done
2252026-03-02T21:31:46.018ZPlanning: Evaluating mediators ... Done
2262026-03-02T21:31:46.078ZPlanning: Planning completed in 0.79 seconds
2272026-03-02T21:31:46.114Z Packages to change: 1
2282026-03-02T21:31:46.114Z Mediators to change: 1
2292026-03-02T21:31:46.114Z Services to change: 1
2302026-03-02T21:31:46.117Z Create boot environment: No
2312026-03-02T21:31:46.117ZCreate backup boot environment: Yes
2322026-03-02T21:31:48.642Z Actions: 1/6 actions (Updating modified actions)
2332026-03-02T21:31:48.645Z Actions: Completed 6 actions in 0.00 seconds.
2342026-03-02T21:31:48.645Z Done
2352026-03-02T21:31:48.645Z Done
2362026-03-02T21:31:48.869Z Done
2372026-03-02T21:31:52.950Z Done
2382026-03-02T21:31:53.044Z Done
2392026-03-02T21:31:53.047Z Done
2402026-03-02T21:31:53.219Z Done
2412026-03-02T21:31:53.702ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2422026-03-02T21:31:53.702Zclang system 15 system
2432026-03-02T21:31:53.702Zcsh system system illumos
2442026-03-02T21:31:53.703Zctags system system illumos
2452026-03-02T21:31:53.703Zfile system system illumos
2462026-03-02T21:31:53.703Zgcc vendor 12 vendor
2472026-03-02T21:31:53.703Zgcc system 10 system
2482026-03-02T21:31:53.703Zgcc system 7 system
2492026-03-02T21:31:53.703Zgo system 1.20 system
2502026-03-02T21:31:53.703Zgo system 1.19 system
2512026-03-02T21:31:53.703Zllvm system 15 system
2522026-03-02T21:31:53.703Zllvm system 14 system
2532026-03-02T21:31:53.703Zmariadb system 10.6 system
2542026-03-02T21:31:53.703Zmta vendor vendor dma
2552026-03-02T21:31:53.703Zopenjdk system 17 system
2562026-03-02T21:31:53.703Zopenjdk system 11 system
2572026-03-02T21:31:53.703Zopenjdk system 1.8 system
2582026-03-02T21:31:53.703Zopenssl vendor 3 vendor
2592026-03-02T21:31:53.703Zperl system 5.36 system
2602026-03-02T21:31:53.703Zpostgresql system 15 system
2612026-03-02T21:31:53.703Zpostgresql system 13 system
2622026-03-02T21:31:53.703Zpython vendor 3 vendor
2632026-03-02T21:31:53.703Zpython system 2 system
2642026-03-02T21:31:53.703Zpython3 system 3.11 system
2652026-03-02T21:31:53.703Zruby system 3.0 system
2662026-03-02T21:31:53.703Zwords vendor vendor american-english
2672026-03-02T21:31:53.703Zwords system system australian-english
2682026-03-02T21:31:53.703Zwords system system british-english
2692026-03-02T21:31:53.703Zwords system system canadian-english
2702026-03-02T21:31:53.703Zwords system system french
2712026-03-02T21:31:53.703Zwords system system italian
2722026-03-02T21:31:53.703Zwords system system ngerman
2732026-03-02T21:31:53.703Zwords system system ogerman
2742026-03-02T21:31:53.703Zwords system system spanish
2752026-03-02T21:31:54.058ZPUBLISHER TYPE STATUS P LOCATION
2762026-03-02T21:31:54.058Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2772026-03-02T21:32:00.838ZFMRI IFO
2782026-03-02T21:32:00.838Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2792026-03-02T21:32:00.838Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2802026-03-02T21:32:00.838Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2812026-03-02T21:32:00.838Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2822026-03-02T21:32:00.838Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2832026-03-02T21:32:00.838Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2842026-03-02T21:32:00.838Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2852026-03-02T21:32:00.838Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2862026-03-02T21:32:00.838Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2872026-03-02T21:32:00.838Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2882026-03-02T21:32:00.838Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2892026-03-02T21:32:00.838Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2902026-03-02T21:32:00.838Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2912026-03-02T21:32:00.838Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2922026-03-02T21:32:00.838Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2932026-03-02T21:32:00.838Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2942026-03-02T21:32:02.123Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2952026-03-02T21:32:02.467Z Updating crates.io index
2962026-03-02T21:32:02.507Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2972026-03-02T21:32:03.223Z Updating git repository `https://github.com/oxidecomputer/lldp`
2982026-03-02T21:32:03.975Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2992026-03-02T21:32:04.323Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3002026-03-02T21:32:04.799Z Updating git repository `https://github.com/oxidecomputer/propolis`
3012026-03-02T21:32:06.279Z Updating git repository `https://github.com/oxidecomputer/crucible`
3022026-03-02T21:32:08.715Z Updating git repository `https://github.com/oxidecomputer/opte`
3032026-03-02T21:32:09.883Z Updating git repository `https://github.com/oxidecomputer/tofino`
3042026-03-02T21:32:10.653Z Updating git repository `https://github.com/oxidecomputer/falcon`
3052026-03-02T21:32:11.321Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3062026-03-02T21:32:11.932Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3072026-03-02T21:32:13.500Z Updating git repository `https://github.com/oxidecomputer/clickward`
3082026-03-02T21:32:13.779Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3092026-03-02T21:32:14.496Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3102026-03-02T21:32:14.787Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3112026-03-02T21:32:15.805Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3122026-03-02T21:32:16.488Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-02T21:32:16.798Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3142026-03-02T21:32:17.191Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3152026-03-02T21:32:17.692Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3162026-03-02T21:32:17.957Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3172026-03-02T21:32:18.213Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3182026-03-02T21:32:18.519Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3192026-03-02T21:32:19.026Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3202026-03-02T21:32:19.643Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3212026-03-02T21:32:20.152Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3222026-03-02T21:32:20.596Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3232026-03-02T21:32:20.946Z Updating git repository `https://github.com/oxidecomputer/ispf`
3242026-03-02T21:32:21.957Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3252026-03-02T21:32:22.869Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3262026-03-02T21:32:23.349Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3272026-03-02T21:32:23.680Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3282026-03-02T21:32:24.243Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3292026-03-02T21:32:24.663Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3302026-03-02T21:32:25.266Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3312026-03-02T21:32:25.524Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3322026-03-02T21:32:25.862Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3332026-03-02T21:32:26.120Z Updating git repository `https://github.com/illumos/smf-rs`
3342026-03-02T21:32:26.629Z Updating git repository `https://github.com/oxidecomputer/omicron`
3352026-03-02T21:32:43.831Z Downloading crates ...
3362026-03-02T21:32:43.891Z Downloaded anstyle-query v1.1.1
3372026-03-02T21:32:43.898Z Downloaded bytecount v0.6.8
3382026-03-02T21:32:43.901Z Downloaded cargo-util-schemas v0.8.2
3392026-03-02T21:32:43.905Z Downloaded percent-encoding v2.3.2
3402026-03-02T21:32:43.908Z Downloaded form_urlencoded v1.2.2
3412026-03-02T21:32:43.910Z Downloaded plain v0.2.3
3422026-03-02T21:32:43.915Z Downloaded crypto-common v0.1.6
3432026-03-02T21:32:43.920Z Downloaded unicode-xid v0.2.6
3442026-03-02T21:32:43.920Z Downloaded usdt-macro v0.5.0
3452026-03-02T21:32:43.923Z Downloaded swrite v0.1.0
3462026-03-02T21:32:43.923Z Downloaded clap_lex v0.7.4
3472026-03-02T21:32:43.923Z Downloaded memmap v0.7.0
3482026-03-02T21:32:43.926Z Downloaded semver v1.0.27
3492026-03-02T21:32:43.929Z Downloaded tabled_derive v0.7.0
3502026-03-02T21:32:43.933Z Downloaded cpufeatures v0.2.14
3512026-03-02T21:32:43.933Z Downloaded colorchoice v1.0.2
3522026-03-02T21:32:43.936Z Downloaded cargo-platform v0.2.0
3532026-03-02T21:32:43.936Z Downloaded utf8parse v0.2.2
3542026-03-02T21:32:43.936Z Downloaded yoke v0.7.4
3552026-03-02T21:32:43.939Z Downloaded zmij v1.0.15
3562026-03-02T21:32:43.942Z Downloaded quote v1.0.44
3572026-03-02T21:32:43.944Z Downloaded version_check v0.9.5
3582026-03-02T21:32:43.945Z Downloaded zerofrom-derive v0.1.4
3592026-03-02T21:32:43.945Z Downloaded ucd-trie v0.1.7
3602026-03-02T21:32:43.948Z Downloaded writeable v0.5.5
3612026-03-02T21:32:43.954Z Downloaded byteorder v1.5.0
3622026-03-02T21:32:43.954Z Downloaded anstream v0.6.18
3632026-03-02T21:32:43.957Z Downloaded yoke-derive v0.7.4
3642026-03-02T21:32:43.957Z Downloaded unicode-linebreak v0.1.5
3652026-03-02T21:32:43.957Z Downloaded thread-id v4.2.2
3662026-03-02T21:32:43.957Z Downloaded block-buffer v0.10.4
3672026-03-02T21:32:43.960Z Downloaded usdt-attr-macro v0.5.0
3682026-03-02T21:32:43.960Z Downloaded serde_derive v1.0.228
3692026-03-02T21:32:43.963Z Downloaded utf16_iter v1.0.5
3702026-03-02T21:32:43.963Z Downloaded usdt v0.5.0
3712026-03-02T21:32:43.966Z Downloaded toml_write v0.1.2
3722026-03-02T21:32:43.969Z Downloaded tinystr v0.7.6
3732026-03-02T21:32:43.969Z Downloaded heck v0.4.1
3742026-03-02T21:32:43.969Z Downloaded cfg-if v1.0.4
3752026-03-02T21:32:43.972Z Downloaded cargo_toml v0.21.0
3762026-03-02T21:32:43.975Z Downloaded utf8_iter v1.0.4
3772026-03-02T21:32:43.975Z Downloaded terminal_size v0.4.0
3782026-03-02T21:32:43.978Z Downloaded scroll_derive v0.12.0
3792026-03-02T21:32:43.978Z Downloaded icu_properties v1.5.1
3802026-03-02T21:32:43.981Z Downloaded write16 v1.0.0
3812026-03-02T21:32:43.981Z Downloaded toml_datetime v0.6.11
3822026-03-02T21:32:43.981Z Downloaded usdt-impl v0.5.0
3832026-03-02T21:32:43.984Z Downloaded thiserror v2.0.18
3842026-03-02T21:32:43.989Z Downloaded zerofrom v0.1.4
3852026-03-02T21:32:43.992Z Downloaded thiserror-impl v2.0.18
3862026-03-02T21:32:43.992Z Downloaded thiserror-impl v1.0.69
3872026-03-02T21:32:43.995Z Downloaded url v2.5.4
3882026-03-02T21:32:43.997Z Downloaded zerovec-derive v0.10.3
3892026-03-02T21:32:44.000Z Downloaded zerocopy-derive v0.7.35
3902026-03-02T21:32:44.003Z Downloaded strsim v0.11.1
3912026-03-02T21:32:44.006Z Downloaded idna_adapter v1.2.0
3922026-03-02T21:32:44.006Z Downloaded proc-macro-error-attr v1.0.4
3932026-03-02T21:32:44.006Z Downloaded toml v0.8.23
3942026-03-02T21:32:44.009Z Downloaded typenum v1.17.0
3952026-03-02T21:32:44.012Z Downloaded macaddr v1.0.1
3962026-03-02T21:32:44.015Z Downloaded fastrand v2.1.1
3972026-03-02T21:32:44.015Z Downloaded icu_provider_macros v1.5.0
3982026-03-02T21:32:44.015Z Downloaded is_terminal_polyfill v1.70.1
3992026-03-02T21:32:44.018Z Downloaded dtrace-parser v0.2.0
4002026-03-02T21:32:44.018Z Downloaded unicode-ident v1.0.24
4012026-03-02T21:32:44.022Z Downloaded textwrap v0.16.2
4022026-03-02T21:32:44.025Z Downloaded itoa v1.0.11
4032026-03-02T21:32:44.025Z Downloaded errno v0.3.12
4042026-03-02T21:32:44.027Z Downloaded smawk v0.3.2
4052026-03-02T21:32:44.027Z Downloaded toml_edit v0.22.27
4062026-03-02T21:32:44.031Z Downloaded winnow v0.7.14
4072026-03-02T21:32:44.041Z Downloaded stable_deref_trait v1.2.0
4082026-03-02T21:32:44.043Z Downloaded equivalent v1.0.2
4092026-03-02T21:32:44.043Z Downloaded heck v0.5.0
4102026-03-02T21:32:44.046Z Downloaded zerovec v0.10.4
4112026-03-02T21:32:44.050Z Downloaded zerocopy v0.7.35
4122026-03-02T21:32:44.067Z Downloaded serde-value v0.7.0
4132026-03-02T21:32:44.070Z Downloaded bitflags v2.9.4
4142026-03-02T21:32:44.073Z Downloaded scroll v0.12.0
4152026-03-02T21:32:44.073Z Downloaded unicode-width v0.2.0
4162026-03-02T21:32:44.077Z Downloaded generic-array v0.14.7
4172026-03-02T21:32:44.080Z Downloaded fs-err v3.1.1
4182026-03-02T21:32:44.085Z Downloaded litemap v0.7.3
4192026-03-02T21:32:44.085Z Downloaded clap_derive v4.5.47
4202026-03-02T21:32:44.088Z Downloaded unicode-width v0.1.14
4212026-03-02T21:32:44.091Z Downloaded proc-macro-error v1.0.4
4222026-03-02T21:32:44.093Z Downloaded digest v0.10.7
4232026-03-02T21:32:44.097Z Downloaded autocfg v1.4.0
4242026-03-02T21:32:44.097Z Downloaded serde-untagged v0.1.7
4252026-03-02T21:32:44.099Z Downloaded ordered-float v2.10.1
4262026-03-02T21:32:44.099Z Downloaded thiserror v1.0.69
4272026-03-02T21:32:44.103Z Downloaded pretty-hex v0.4.1
4282026-03-02T21:32:44.105Z Downloaded camino-tempfile v1.4.1
4292026-03-02T21:32:44.106Z Downloaded displaydoc v0.2.5
4302026-03-02T21:32:44.108Z Downloaded cargo_metadata v0.21.0
4312026-03-02T21:32:44.111Z Downloaded serde_spanned v0.6.9
4322026-03-02T21:32:44.111Z Downloaded pest_generator v2.8.2
4332026-03-02T21:32:44.114Z Downloaded dof v0.3.0
4342026-03-02T21:32:44.114Z Downloaded fnv v1.0.7
4352026-03-02T21:32:44.117Z Downloaded synstructure v0.13.1
4362026-03-02T21:32:44.117Z Downloaded icu_locid v1.5.0
4372026-03-02T21:32:44.120Z Downloaded anstyle-parse v0.2.5
4382026-03-02T21:32:44.122Z Downloaded typeid v1.0.3
4392026-03-02T21:32:44.123Z Downloaded sha2 v0.10.9
4402026-03-02T21:32:44.125Z Downloaded icu_locid_transform_data v1.5.0
4412026-03-02T21:32:44.125Z Downloaded anstyle v1.0.11
4422026-03-02T21:32:44.131Z Downloaded serde_tokenstream v0.2.3
4432026-03-02T21:32:44.134Z Downloaded smallvec v1.15.1
4442026-03-02T21:32:44.136Z Downloaded erased-serde v0.4.6
4452026-03-02T21:32:44.137Z Downloaded icu_locid_transform v1.5.0
4462026-03-02T21:32:44.139Z Downloaded serde_core v1.0.228
4472026-03-02T21:32:44.142Z Downloaded pest_derive v2.8.2
4482026-03-02T21:32:44.145Z Downloaded getrandom v0.3.4
4492026-03-02T21:32:44.148Z Downloaded once_cell v1.21.3
4502026-03-02T21:32:44.150Z Downloaded tempfile v3.24.0
4512026-03-02T21:32:44.153Z Downloaded num-traits v0.2.19
4522026-03-02T21:32:44.156Z Downloaded proc-macro2 v1.0.106
4532026-03-02T21:32:44.159Z Downloaded log v0.4.29
4542026-03-02T21:32:44.159Z Downloaded papergrid v0.11.0
4552026-03-02T21:32:44.163Z Downloaded anyhow v1.0.99
4562026-03-02T21:32:44.166Z Downloaded icu_normalizer_data v1.5.0
4572026-03-02T21:32:44.170Z Downloaded clap_builder v4.5.48
4582026-03-02T21:32:44.174Z Downloaded icu_normalizer v1.5.0
4592026-03-02T21:32:44.177Z Downloaded pest_meta v2.8.2
4602026-03-02T21:32:44.180Z Downloaded icu_provider v1.5.0
4612026-03-02T21:32:44.182Z Downloaded icu_collections v1.5.0
4622026-03-02T21:32:44.186Z Downloaded camino v1.2.2
4632026-03-02T21:32:44.190Z Downloaded idna v1.0.3
4642026-03-02T21:32:44.192Z Downloaded hashbrown v0.16.1
4652026-03-02T21:32:44.196Z Downloaded serde v1.0.228
4662026-03-02T21:32:44.199Z Downloaded memchr v2.7.4
4672026-03-02T21:32:44.203Z Downloaded clap v4.5.48
4682026-03-02T21:32:44.212Z Downloaded indexmap v2.13.0
4692026-03-02T21:32:44.225Z Downloaded pest v2.8.2
4702026-03-02T21:32:44.248Z Downloaded serde_json v1.0.149
4712026-03-02T21:32:44.271Z Downloaded goblin v0.8.2
4722026-03-02T21:32:44.312Z Downloaded tabled v0.15.0
4732026-03-02T21:32:44.317Z Downloaded icu_properties_data v1.5.0
4742026-03-02T21:32:44.319Z Downloaded syn v1.0.109
4752026-03-02T21:32:44.329Z Downloaded syn v2.0.117
4762026-03-02T21:32:44.339Z Downloaded rustix v1.1.3
4772026-03-02T21:32:44.361Z Downloaded rustix v0.38.37
4782026-03-02T21:32:44.407Z Downloaded libc v0.2.180
4792026-03-02T21:32:44.499Z Compiling proc-macro2 v1.0.106
4802026-03-02T21:32:44.503Z Compiling unicode-ident v1.0.24
4812026-03-02T21:32:44.503Z Compiling quote v1.0.44
4822026-03-02T21:32:44.503Z Compiling serde_core v1.0.228
4832026-03-02T21:32:44.503Z Compiling serde v1.0.228
4842026-03-02T21:32:44.503Z Compiling version_check v0.9.5
4852026-03-02T21:32:44.503Z Compiling libc v0.2.180
4862026-03-02T21:32:44.735Z Compiling memchr v2.7.4
4872026-03-02T21:32:44.995Z Compiling stable_deref_trait v1.2.0
4882026-03-02T21:32:45.135Z Compiling thiserror v2.0.18
4892026-03-02T21:32:45.500Z Compiling zmij v1.0.15
4902026-03-02T21:32:45.529Z Compiling writeable v0.5.5
4912026-03-02T21:32:45.622Z Compiling ucd-trie v0.1.7
4922026-03-02T21:32:46.139Z Compiling autocfg v1.4.0
4932026-03-02T21:32:46.166Z Compiling itoa v1.0.11
4942026-03-02T21:32:46.226Z Compiling litemap v0.7.3
4952026-03-02T21:32:46.416Z Compiling thiserror v1.0.69
4962026-03-02T21:32:46.624Z Compiling byteorder v1.5.0
4972026-03-02T21:32:47.088Z Compiling errno v0.3.12
4982026-03-02T21:32:47.091Z Compiling bitflags v2.9.4
4992026-03-02T21:32:47.265Z Compiling icu_locid_transform_data v1.5.0
5002026-03-02T21:32:47.391Z Compiling syn v2.0.117
5012026-03-02T21:32:47.443Z Compiling serde_json v1.0.149
5022026-03-02T21:32:47.471Z Compiling icu_properties_data v1.5.0
5032026-03-02T21:32:47.519Z Compiling num-traits v0.2.19
5042026-03-02T21:32:47.547Z Compiling utf16_iter v1.0.5
5052026-03-02T21:32:47.765Z Compiling icu_normalizer_data v1.5.0
5062026-03-02T21:32:47.791Z Compiling utf8_iter v1.0.4
5072026-03-02T21:32:47.850Z Compiling write16 v1.0.0
5082026-03-02T21:32:47.885Z Compiling typeid v1.0.3
5092026-03-02T21:32:47.911Z Compiling smallvec v1.15.1
5102026-03-02T21:32:48.007Z Compiling equivalent v1.0.2
5112026-03-02T21:32:48.043Z Compiling rustix v0.38.37
5122026-03-02T21:32:48.219Z Compiling hashbrown v0.16.1
5132026-03-02T21:32:48.787Z Compiling usdt-impl v0.5.0
5142026-03-02T21:32:48.843Z Compiling proc-macro-error-attr v1.0.4
5152026-03-02T21:32:49.030Z Compiling winnow v0.7.14
5162026-03-02T21:32:49.204Z Compiling syn v1.0.109
5172026-03-02T21:32:49.233Z Compiling toml_write v0.1.2
5182026-03-02T21:32:49.406Z Compiling thread-id v4.2.2
5192026-03-02T21:32:49.544Z Compiling indexmap v2.13.0
5202026-03-02T21:32:50.125Z Compiling proc-macro-error v1.0.4
5212026-03-02T21:32:50.579Z Compiling log v0.4.29
5222026-03-02T21:32:50.969Z Compiling percent-encoding v2.3.2
5232026-03-02T21:32:51.005Z Compiling utf8parse v0.2.2
5242026-03-02T21:32:51.119Z Compiling rustix v1.1.3
5252026-03-02T21:32:51.209Z Compiling getrandom v0.3.4
5262026-03-02T21:32:51.367Z Compiling camino v1.2.2
5272026-03-02T21:32:51.698Z Compiling plain v0.2.3
5282026-03-02T21:32:51.993Z Compiling ordered-float v2.10.1
5292026-03-02T21:32:52.105Z Compiling form_urlencoded v1.2.2
5302026-03-02T21:32:52.226Z Compiling anstyle-parse v0.2.5
5312026-03-02T21:32:52.459Z Compiling terminal_size v0.4.0
5322026-03-02T21:32:52.770Z Compiling is_terminal_polyfill v1.70.1
5332026-03-02T21:32:52.807Z Compiling anstyle-query v1.1.1
5342026-03-02T21:32:52.930Z Compiling cfg-if v1.0.4
5352026-03-02T21:32:53.000Z Compiling colorchoice v1.0.2
5362026-03-02T21:32:53.060Z Compiling pretty-hex v0.4.1
5372026-03-02T21:32:53.140Z Compiling anstyle v1.0.11
5382026-03-02T21:32:53.498Z Compiling semver v1.0.27
5392026-03-02T21:32:53.528Z Compiling anstream v0.6.18
5402026-03-02T21:32:54.228Z Compiling synstructure v0.13.1
5412026-03-02T21:32:54.254Z Compiling fs-err v3.1.1
5422026-03-02T21:32:54.453Z Compiling fastrand v2.1.1
5432026-03-02T21:32:54.495Z Compiling heck v0.5.0
5442026-03-02T21:32:54.619Z Compiling unicode-xid v0.2.6
5452026-03-02T21:32:54.842Z Compiling heck v0.4.1
5462026-03-02T21:32:54.997Z Compiling anyhow v1.0.99
5472026-03-02T21:32:55.021Z Compiling once_cell v1.21.3
5482026-03-02T21:32:55.293Z Compiling clap_lex v0.7.4
5492026-03-02T21:32:55.488Z Compiling strsim v0.11.1
5502026-03-02T21:32:55.625Z Compiling unicode-width v0.1.14
5512026-03-02T21:32:55.673Z Compiling fnv v1.0.7
5522026-03-02T21:32:55.753Z Compiling bytecount v0.6.8
5532026-03-02T21:32:55.842Z Compiling clap_builder v4.5.48
5542026-03-02T21:32:56.056Z Compiling tempfile v3.24.0
5552026-03-02T21:32:56.200Z Compiling papergrid v0.11.0
5562026-03-02T21:32:56.393Z Compiling memmap v0.7.0
5572026-03-02T21:32:56.453Z Compiling unicode-linebreak v0.1.5
5582026-03-02T21:32:56.738Z Compiling smawk v0.3.2
5592026-03-02T21:32:56.886Z Compiling unicode-width v0.2.0
5602026-03-02T21:32:56.996Z Compiling camino-tempfile v1.4.1
5612026-03-02T21:32:57.468Z Compiling textwrap v0.16.2
5622026-03-02T21:32:57.838Z Compiling swrite v0.1.0
5632026-03-02T21:32:57.956Z Compiling tabled_derive v0.7.0
5642026-03-02T21:32:57.987Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5652026-03-02T21:32:58.706Z Compiling serde_derive v1.0.228
5662026-03-02T21:32:58.762Z Compiling zerofrom-derive v0.1.4
5672026-03-02T21:32:58.835Z Compiling yoke-derive v0.7.4
5682026-03-02T21:32:58.915Z Compiling zerovec-derive v0.10.3
5692026-03-02T21:32:58.994Z Compiling thiserror-impl v2.0.18
5702026-03-02T21:33:00.181Z Compiling displaydoc v0.2.5
5712026-03-02T21:33:01.378Z Compiling icu_provider_macros v1.5.0
5722026-03-02T21:33:01.614Z Compiling thiserror-impl v1.0.69
5732026-03-02T21:33:01.831Z Compiling zerocopy-derive v0.7.35
5742026-03-02T21:33:02.203Z Compiling zerofrom v0.1.4
5752026-03-02T21:33:02.343Z Compiling pest v2.8.2
5762026-03-02T21:33:02.461Z Compiling yoke v0.7.4
5772026-03-02T21:33:02.491Z Compiling scroll_derive v0.12.0
5782026-03-02T21:33:02.865Z Compiling zerovec v0.10.4
5792026-03-02T21:33:03.800Z Compiling clap_derive v4.5.47
5802026-03-02T21:33:03.925Z Compiling zerocopy v0.7.35
5812026-03-02T21:33:03.970Z Compiling scroll v0.12.0
5822026-03-02T21:33:04.511Z Compiling goblin v0.8.2
5832026-03-02T21:33:04.514Z Compiling tabled v0.15.0
5842026-03-02T21:33:04.759Z Compiling tinystr v0.7.6
5852026-03-02T21:33:04.995Z Compiling icu_collections v1.5.0
5862026-03-02T21:33:05.187Z Compiling icu_locid v1.5.0
5872026-03-02T21:33:05.316Z Compiling pest_meta v2.8.2
5882026-03-02T21:33:06.318Z Compiling icu_provider v1.5.0
5892026-03-02T21:33:07.128Z Compiling icu_locid_transform v1.5.0
5902026-03-02T21:33:07.296Z Compiling pest_generator v2.8.2
5912026-03-02T21:33:07.586Z Compiling serde_spanned v0.6.9
5922026-03-02T21:33:07.649Z Compiling toml_datetime v0.6.11
5932026-03-02T21:33:07.785Z Compiling dof v0.3.0
5942026-03-02T21:33:07.856Z Compiling serde_tokenstream v0.2.3
5952026-03-02T21:33:08.238Z Compiling toml_edit v0.22.27
5962026-03-02T21:33:08.543Z Compiling icu_properties v1.5.1
5972026-03-02T21:33:08.784Z Compiling erased-serde v0.4.6
5982026-03-02T21:33:09.203Z Compiling serde-value v0.7.0
5992026-03-02T21:33:09.563Z Compiling cargo-platform v0.2.0
6002026-03-02T21:33:09.754Z Compiling pest_derive v2.8.2
6012026-03-02T21:33:09.978Z Compiling serde-untagged v0.1.7
6022026-03-02T21:33:10.064Z Compiling clap v4.5.48
6032026-03-02T21:33:10.108Z Compiling macaddr v1.0.1
6042026-03-02T21:33:10.564Z Compiling dtrace-parser v0.2.0
6052026-03-02T21:33:11.733Z Compiling toml v0.8.23
6062026-03-02T21:33:12.320Z Compiling icu_normalizer v1.5.0
6072026-03-02T21:33:12.639Z Compiling usdt-attr-macro v0.5.0
6082026-03-02T21:33:12.705Z Compiling usdt-macro v0.5.0
6092026-03-02T21:33:12.800Z Compiling cargo_toml v0.21.0
6102026-03-02T21:33:13.303Z Compiling idna_adapter v1.2.0
6112026-03-02T21:33:13.496Z Compiling idna v1.0.3
6122026-03-02T21:33:13.911Z Compiling usdt v0.5.0
6132026-03-02T21:33:13.975Z Compiling url v2.5.4
6142026-03-02T21:33:14.658Z Compiling cargo-util-schemas v0.8.2
6152026-03-02T21:33:16.359Z Compiling cargo_metadata v0.21.0
6162026-03-02T21:33:17.954Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6172026-03-02T21:33:21.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
6182026-03-02T21:33:21.920Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6192026-03-02T21:33:22.752Z Downloading crates ...
6202026-03-02T21:33:22.892Z Downloaded addr2line v0.24.2
6212026-03-02T21:33:22.899Z Downloaded cipher v0.4.4
6222026-03-02T21:33:22.903Z Downloaded console v0.16.0
6232026-03-02T21:33:22.909Z Downloaded buf-list v1.0.3
6242026-03-02T21:33:22.915Z Downloaded colored v2.2.0
6252026-03-02T21:33:22.920Z Downloaded crossbeam-deque v0.8.5
6262026-03-02T21:33:22.924Z Downloaded bcs v0.1.6
6272026-03-02T21:33:22.928Z Downloaded bb8 v0.8.5
6282026-03-02T21:33:22.932Z Downloaded crossbeam-utils v0.8.21
6292026-03-02T21:33:22.937Z Downloaded dirs-next v2.0.0
6302026-03-02T21:33:22.942Z Downloaded erased-serde v0.3.31
6312026-03-02T21:33:22.949Z Downloaded crossbeam-channel v0.5.15
6322026-03-02T21:33:22.954Z Downloaded enum-as-inner v0.6.1
6332026-03-02T21:33:22.958Z Downloaded futures-macro v0.3.31
6342026-03-02T21:33:22.962Z Downloaded embedded-io v0.4.0
6352026-03-02T21:33:22.967Z Downloaded foreign-types-macros v0.2.3
6362026-03-02T21:33:22.973Z Downloaded env_filter v0.1.2
6372026-03-02T21:33:22.977Z Downloaded derive_builder_core v0.20.2
6382026-03-02T21:33:22.982Z Downloaded dirs-sys-next v0.1.2
6392026-03-02T21:33:22.986Z Downloaded dtrace-parser v0.3.0
6402026-03-02T21:33:22.990Z Downloaded float-cmp v0.10.0
6412026-03-02T21:33:23.010Z Downloaded foreign-types-shared v0.3.1
6422026-03-02T21:33:23.014Z Downloaded array-init v0.0.4
6432026-03-02T21:33:23.019Z Downloaded funty v2.0.0
6442026-03-02T21:33:23.022Z Downloaded ciborium-io v0.2.2
6452026-03-02T21:33:23.027Z Downloaded flagset v0.4.6
6462026-03-02T21:33:23.031Z Downloaded fs_extra v1.3.0
6472026-03-02T21:33:23.036Z Downloaded crc8 v0.1.1
6482026-03-02T21:33:23.042Z Downloaded dsl_auto_type v0.1.2
6492026-03-02T21:33:23.045Z Downloaded ena v0.14.3
6502026-03-02T21:33:23.049Z Downloaded git-stub v1.0.0
6512026-03-02T21:33:23.054Z Downloaded hash32 v0.3.1
6522026-03-02T21:33:23.059Z Downloaded headers-core v0.3.0
6532026-03-02T21:33:23.062Z Downloaded hash32 v0.2.1
6542026-03-02T21:33:23.065Z Downloaded fixedbitset v0.4.2
6552026-03-02T21:33:23.070Z Downloaded hex-literal v0.4.1
6562026-03-02T21:33:23.073Z Downloaded hostname v0.3.1
6572026-03-02T21:33:23.077Z Downloaded fs-err v2.11.0
6582026-03-02T21:33:23.081Z Downloaded foldhash v0.1.5
6592026-03-02T21:33:23.085Z Downloaded either v1.15.0
6602026-03-02T21:33:23.092Z Downloaded futures-channel v0.3.31
6612026-03-02T21:33:23.101Z Downloaded hostname v0.4.2
6622026-03-02T21:33:23.110Z Downloaded hubpack_derive v0.1.1
6632026-03-02T21:33:23.116Z Downloaded group v0.13.0
6642026-03-02T21:33:23.121Z Downloaded indent_write v2.2.0
6652026-03-02T21:33:23.125Z Downloaded inout v0.1.3
6662026-03-02T21:33:23.130Z Downloaded instability v0.3.2
6672026-03-02T21:33:23.134Z Downloaded globset v0.4.15
6682026-03-02T21:33:23.139Z Downloaded internet-checksum v0.2.1
6692026-03-02T21:33:23.142Z Downloaded instant v0.1.13
6702026-03-02T21:33:23.146Z Downloaded kstat-rs v0.2.4
6712026-03-02T21:33:23.150Z Downloaded keccak v0.1.5
6722026-03-02T21:33:23.154Z Downloaded lalrpop-util v0.19.12
6732026-03-02T21:33:23.157Z Downloaded cookie v0.18.1
6742026-03-02T21:33:23.161Z Downloaded match_cfg v0.1.0
6752026-03-02T21:33:23.165Z Downloaded humantime v2.2.0
6762026-03-02T21:33:23.169Z Downloaded half v1.8.3
6772026-03-02T21:33:23.173Z Downloaded hickory-client v0.25.2
6782026-03-02T21:33:23.177Z Downloaded lazy_static v1.5.0
6792026-03-02T21:33:23.181Z Downloaded memoffset v0.9.1
6802026-03-02T21:33:23.185Z Downloaded mime v0.3.17
6812026-03-02T21:33:23.188Z Downloaded lru v0.12.5
6822026-03-02T21:33:23.192Z Downloaded const-oid v0.9.6
6832026-03-02T21:33:23.196Z Downloaded newtype-uuid-macros v0.1.0
6842026-03-02T21:33:23.199Z Downloaded nibble_vec v0.1.0
6852026-03-02T21:33:23.203Z Downloaded md5 v0.7.0
6862026-03-02T21:33:23.206Z Downloaded md-5 v0.10.6
6872026-03-02T21:33:23.209Z Downloaded maybe-uninit v2.0.0
6882026-03-02T21:33:23.212Z Downloaded lru-slab v0.1.2
6892026-03-02T21:33:23.216Z Downloaded normalize-line-endings v0.3.0
6902026-03-02T21:33:23.219Z Downloaded nonempty v0.12.0
6912026-03-02T21:33:23.223Z Downloaded libloading v0.8.5
6922026-03-02T21:33:23.226Z Downloaded num-derive v0.3.3
6932026-03-02T21:33:23.229Z Downloaded num-iter v0.1.45
6942026-03-02T21:33:23.232Z Downloaded num-derive v0.4.2
6952026-03-02T21:33:23.236Z Downloaded num v0.4.3
6962026-03-02T21:33:23.239Z Downloaded nodrop v0.1.14
6972026-03-02T21:33:23.242Z Downloaded jobserver v0.1.32
6982026-03-02T21:33:23.245Z Downloaded allocator-api2 v0.2.21
6992026-03-02T21:33:23.250Z Downloaded openssl-macros v0.1.1
7002026-03-02T21:33:23.253Z Downloaded diesel_derives v2.2.3
7012026-03-02T21:33:23.259Z Downloaded openssl-probe v0.1.5
7022026-03-02T21:33:23.263Z Downloaded opaque-debug v0.3.1
7032026-03-02T21:33:23.267Z Downloaded oso-derive v0.27.3
7042026-03-02T21:33:23.271Z Downloaded iana-time-zone v0.1.63
7052026-03-02T21:33:23.274Z Downloaded packed_struct_codegen v0.10.1
7062026-03-02T21:33:23.277Z Downloaded newtype-uuid v1.3.2
7072026-03-02T21:33:23.280Z Downloaded native-tls v0.2.12
7082026-03-02T21:33:23.284Z Downloaded nanorand v0.7.0
7092026-03-02T21:33:23.288Z Downloaded half v2.4.1
7102026-03-02T21:33:23.293Z Downloaded parse-size v1.1.0
7112026-03-02T21:33:23.296Z Downloaded path-slash v0.1.5
7122026-03-02T21:33:23.338Z Downloaded pbkdf2 v0.11.0
7132026-03-02T21:33:23.338Z Downloaded phf_shared v0.11.2
7142026-03-02T21:33:23.338Z Downloaded pin-utils v0.1.0
7152026-03-02T21:33:23.338Z Downloaded heapless v0.7.17
7162026-03-02T21:33:23.338Z Downloaded nu-ansi-term v0.50.1
7172026-03-02T21:33:23.338Z Downloaded num_enum v0.5.11
7182026-03-02T21:33:23.338Z Downloaded phf_shared v0.12.1
7192026-03-02T21:33:23.338Z Downloaded elliptic-curve v0.13.8
7202026-03-02T21:33:23.342Z Downloaded predicates-tree v1.0.12
7212026-03-02T21:33:23.342Z Downloaded powerfmt v0.2.0
7222026-03-02T21:33:23.343Z Downloaded pretty-hex v0.2.1
7232026-03-02T21:33:23.346Z Downloaded oxnet v0.1.4
7242026-03-02T21:33:23.349Z Downloaded multer v3.1.0
7252026-03-02T21:33:23.352Z Downloaded packed_struct v0.10.1
7262026-03-02T21:33:23.355Z Downloaded oxide-tokio-rt v0.1.2
7272026-03-02T21:33:23.358Z Downloaded password-hash v0.4.2
7282026-03-02T21:33:23.362Z Downloaded parking_lot_core v0.9.10
7292026-03-02T21:33:23.366Z Downloaded progenitor-client v0.11.2
7302026-03-02T21:33:23.369Z Downloaded parse-display-derive v0.10.0
7312026-03-02T21:33:23.374Z Downloaded pem v3.0.5
7322026-03-02T21:33:23.377Z Downloaded progenitor-macro v0.11.2
7332026-03-02T21:33:23.380Z Downloaded peg v0.8.5
7342026-03-02T21:33:23.383Z Downloaded quick-error v1.2.3
7352026-03-02T21:33:23.387Z Downloaded psl-types v2.0.11
7362026-03-02T21:33:23.390Z Downloaded pin-project-internal v1.1.6
7372026-03-02T21:33:23.393Z Downloaded radium v0.7.0
7382026-03-02T21:33:23.395Z Downloaded progenitor-macro v0.13.0
7392026-03-02T21:33:23.400Z Downloaded derive_more v2.0.1
7402026-03-02T21:33:23.409Z Downloaded predicates v3.1.3
7412026-03-02T21:33:23.412Z Downloaded ref-cast-impl v1.0.25
7422026-03-02T21:33:23.415Z Downloaded pin-project-lite v0.2.14
7432026-03-02T21:33:23.421Z Downloaded rand_xorshift v0.4.0
7442026-03-02T21:33:23.424Z Downloaded ed25519-dalek v2.1.1
7452026-03-02T21:33:23.428Z Downloaded recursive v0.1.1
7462026-03-02T21:33:23.432Z Downloaded ref-cast v1.0.25
7472026-03-02T21:33:23.435Z Downloaded progenitor v0.13.0
7482026-03-02T21:33:23.439Z Downloaded progenitor v0.11.2
7492026-03-02T21:33:23.441Z Downloaded password-hash v0.5.0
7502026-03-02T21:33:23.445Z Downloaded primeorder v0.13.6
7512026-03-02T21:33:23.449Z Downloaded parking_lot_core v0.8.6
7522026-03-02T21:33:23.452Z Downloaded rtoolbox v0.0.2
7532026-03-02T21:33:23.455Z Downloaded rustc_version v0.4.1
7542026-03-02T21:33:23.455Z Downloaded indicatif v0.18.0
7552026-03-02T21:33:23.462Z Downloaded progenitor-client v0.13.0
7562026-03-02T21:33:23.466Z Downloaded rustc-hash v2.1.1
7572026-03-02T21:33:23.466Z Downloaded quinn-udp v0.5.5
7582026-03-02T21:33:23.469Z Downloaded psm v0.1.30
7592026-03-02T21:33:23.474Z Downloaded rand_seeder v0.4.0
7602026-03-02T21:33:23.477Z Downloaded rand_core v0.9.3
7612026-03-02T21:33:23.480Z Downloaded russh-cryptovec v0.7.3
7622026-03-02T21:33:23.480Z Downloaded oso v0.27.3
7632026-03-02T21:33:23.484Z Downloaded jiff-static v0.2.15
7642026-03-02T21:33:23.487Z Downloaded rand_chacha v0.9.0
7652026-03-02T21:33:23.490Z Downloaded pkcs5 v0.7.1
7662026-03-02T21:33:23.495Z Downloaded salsa20 v0.10.2
7672026-03-02T21:33:23.498Z Downloaded papergrid v0.17.0
7682026-03-02T21:33:23.503Z Downloaded scheduled-thread-pool v0.2.7
7692026-03-02T21:33:23.506Z Downloaded sapling-renderdag v0.1.0
7702026-03-02T21:33:23.509Z Downloaded postgres-types v0.2.9
7712026-03-02T21:33:23.513Z Downloaded scrypt v0.11.0
7722026-03-02T21:33:23.516Z Downloaded scopeguard v1.2.0
7732026-03-02T21:33:23.519Z Downloaded serde-big-array v0.5.1
7742026-03-02T21:33:23.519Z Downloaded seq-macro v0.3.6
7752026-03-02T21:33:23.522Z Downloaded semver v0.1.20
7762026-03-02T21:33:23.526Z Downloaded resolv-conf v0.7.0
7772026-03-02T21:33:23.529Z Downloaded scroll_derive v0.13.1
7782026-03-02T21:33:23.529Z Downloaded secrecy v0.8.0
7792026-03-02T21:33:23.532Z Downloaded secrecy v0.10.3
7802026-03-02T21:33:23.535Z Downloaded serde_spanned v1.0.4
7812026-03-02T21:33:23.539Z Downloaded serde_plain v1.0.2
7822026-03-02T21:33:23.539Z Downloaded serde_urlencoded v0.7.1
7832026-03-02T21:33:23.542Z Downloaded aes-gcm v0.10.3
7842026-03-02T21:33:23.548Z Downloaded progenitor-impl v0.8.0
7852026-03-02T21:33:23.551Z Downloaded pkcs1 v0.7.5
7862026-03-02T21:33:23.554Z Downloaded simd-adler32 v0.3.7
7872026-03-02T21:33:23.557Z Downloaded shell-words v1.1.0
7882026-03-02T21:33:23.560Z Downloaded prefix-trie v0.7.0
7892026-03-02T21:33:23.563Z Downloaded rustls-native-certs v0.8.1
7902026-03-02T21:33:23.566Z Downloaded sigpipe v0.1.3
7912026-03-02T21:33:23.571Z Downloaded signature v2.2.0
7922026-03-02T21:33:23.575Z Downloaded siphasher v1.0.1
7932026-03-02T21:33:23.575Z Downloaded scroll v0.13.0
7942026-03-02T21:33:23.578Z Downloaded progenitor-impl v0.13.0
7952026-03-02T21:33:23.578Z Downloaded progenitor-impl v0.11.2
7962026-03-02T21:33:23.581Z Downloaded sct v0.7.1
7972026-03-02T21:33:23.586Z Downloaded http v1.4.0
7982026-03-02T21:33:23.590Z Downloaded serde_path_to_error v0.1.20
7992026-03-02T21:33:23.595Z Downloaded serde-hex v0.1.0
8002026-03-02T21:33:23.598Z Downloaded slog-envlogger v2.2.0
8012026-03-02T21:33:23.601Z Downloaded slog-bunyan v2.5.0
8022026-03-02T21:33:23.604Z Downloaded rustc-demangle v0.1.24
8032026-03-02T21:33:23.604Z Downloaded sha1 v0.10.6
8042026-03-02T21:33:23.608Z Downloaded rusty-fork v0.3.0
8052026-03-02T21:33:23.612Z Downloaded rustversion v1.0.22
8062026-03-02T21:33:23.617Z Downloaded minimal-lexical v0.2.1
8072026-03-02T21:33:23.622Z Downloaded openssl-sys v0.9.109
8082026-03-02T21:33:23.626Z Downloaded ssh-encoding v0.2.0
8092026-03-02T21:33:23.631Z Downloaded sqlparser_derive v0.5.0
8102026-03-02T21:33:23.636Z Downloaded ssh-cipher v0.2.0
8112026-03-02T21:33:23.637Z Downloaded shlex v1.3.0
8122026-03-02T21:33:23.637Z Downloaded itertools v0.10.5
8132026-03-02T21:33:23.642Z Downloaded strum v0.27.2
8142026-03-02T21:33:23.645Z Downloaded strum v0.26.3
8152026-03-02T21:33:23.648Z Downloaded ron v0.7.1
8162026-03-02T21:33:23.652Z Downloaded smf v0.2.3
8172026-03-02T21:33:23.656Z Downloaded sync_wrapper v1.0.1
8182026-03-02T21:33:23.662Z Downloaded structmeta v0.3.0
8192026-03-02T21:33:23.662Z Downloaded strip-ansi-escapes v0.2.0
8202026-03-02T21:33:23.665Z Downloaded slab v0.4.9
8212026-03-02T21:33:23.665Z Downloaded aes v0.8.4
8222026-03-02T21:33:23.669Z Downloaded serde_derive_internals v0.29.1
8232026-03-02T21:33:23.672Z Downloaded signal-hook-registry v1.4.2
8242026-03-02T21:33:23.675Z Downloaded sqlformat v0.3.5
8252026-03-02T21:33:23.678Z Downloaded sync-ptr v0.1.4
8262026-03-02T21:33:23.678Z Downloaded supports-color v3.0.2
8272026-03-02T21:33:23.681Z Downloaded rcgen v0.12.1
8282026-03-02T21:33:23.684Z Downloaded rayon-core v1.12.1
8292026-03-02T21:33:23.689Z Downloaded testing_table v0.3.0
8302026-03-02T21:33:23.693Z Downloaded thread-id v5.0.0
8312026-03-02T21:33:23.696Z Downloaded thiserror-impl-no-std v2.0.2
8322026-03-02T21:33:23.696Z Downloaded tap v1.0.1
8332026-03-02T21:33:23.700Z Downloaded static_assertions v1.1.0
8342026-03-02T21:33:23.703Z Downloaded spki v0.7.3
8352026-03-02T21:33:23.703Z Downloaded pretty_assertions v1.4.1
8362026-03-02T21:33:23.706Z Downloaded stacker v0.1.23
8372026-03-02T21:33:23.709Z Downloaded time-core v0.1.8
8382026-03-02T21:33:23.709Z Downloaded serde_cbor v0.11.2
8392026-03-02T21:33:23.714Z Downloaded termtree v0.5.1
8402026-03-02T21:33:23.718Z Downloaded tinyvec_macros v0.1.1
8412026-03-02T21:33:23.718Z Downloaded ron v0.8.1
8422026-03-02T21:33:23.722Z Downloaded tabled_derive v0.11.0
8432026-03-02T21:33:23.726Z Downloaded string_cache v0.8.9
8442026-03-02T21:33:23.729Z Downloaded hashbrown v0.15.4
8452026-03-02T21:33:23.732Z Downloaded serde_with_macros v3.16.1
8462026-03-02T21:33:23.735Z Downloaded rustls-platform-verifier v0.6.2
8472026-03-02T21:33:23.738Z Downloaded stringprep v0.1.5
8482026-03-02T21:33:23.741Z Downloaded spin v0.9.8
8492026-03-02T21:33:23.744Z Downloaded rustls-pki-types v1.14.0
8502026-03-02T21:33:23.750Z Downloaded hashbrown v0.13.2
8512026-03-02T21:33:23.753Z Downloaded termios v0.3.3
8522026-03-02T21:33:23.753Z Downloaded num-bigint v0.4.6
8532026-03-02T21:33:23.757Z Downloaded thiserror-no-std v2.0.2
8542026-03-02T21:33:23.763Z Downloaded libm v0.2.8
8552026-03-02T21:33:23.769Z Downloaded tower-service v0.3.3
8562026-03-02T21:33:23.774Z Downloaded support-bundle-viewer v0.1.2
8572026-03-02T21:33:23.774Z Downloaded iri-string v0.7.8
8582026-03-02T21:33:23.780Z Downloaded topological-sort v0.2.2
8592026-03-02T21:33:23.783Z Downloaded tiny-keccak v2.0.2
8602026-03-02T21:33:23.788Z Downloaded tls_codec_derive v0.4.1
8612026-03-02T21:33:23.788Z Downloaded time-macros v0.2.27
8622026-03-02T21:33:23.791Z Downloaded try-lock v0.2.5
8632026-03-02T21:33:23.791Z Downloaded thread_local v1.1.8
8642026-03-02T21:33:23.791Z Downloaded tower-layer v0.3.3
8652026-03-02T21:33:23.794Z Downloaded strum_macros v0.27.2
8662026-03-02T21:33:23.797Z Downloaded socket2 v0.5.10
8672026-03-02T21:33:23.797Z Downloaded tokio-rustls v0.25.0
8682026-03-02T21:33:23.800Z Downloaded tokio-native-tls v0.3.1
8692026-03-02T21:33:23.806Z Downloaded schemars v0.8.22
8702026-03-02T21:33:23.813Z Downloaded typify-macro v0.4.3
8712026-03-02T21:33:23.816Z Downloaded rand v0.9.2
8722026-03-02T21:33:23.819Z Downloaded tokio-macros v2.6.0
8732026-03-02T21:33:23.819Z Downloaded qorb v0.4.1
8742026-03-02T21:33:23.823Z Downloaded untrusted v0.7.1
8752026-03-02T21:33:23.826Z Downloaded tokio-dtrace v0.1.0
8762026-03-02T21:33:23.826Z Downloaded signal-hook v0.3.18
8772026-03-02T21:33:23.829Z Downloaded term v0.7.0
8782026-03-02T21:33:23.832Z Downloaded universal-hash v0.5.1
8792026-03-02T21:33:23.835Z Downloaded unarray v0.1.4
8802026-03-02T21:33:23.835Z Downloaded utf-8 v0.7.6
8812026-03-02T21:33:23.843Z Downloaded usdt v0.6.0
8822026-03-02T21:33:23.843Z Downloaded untrusted v0.9.0
8832026-03-02T21:33:23.846Z Downloaded toml_writer v1.0.6+spec-1.1.0
8842026-03-02T21:33:23.846Z Downloaded void v1.0.2
8852026-03-02T21:33:23.846Z Downloaded hkdf v0.12.4
8862026-03-02T21:33:23.847Z Downloaded usdt-macro v0.6.0
8872026-03-02T21:33:23.847Z Downloaded unicode-truncate v1.1.0
8882026-03-02T21:33:23.851Z Downloaded nom v7.1.3
8892026-03-02T21:33:23.854Z Downloaded similar v2.7.0
8902026-03-02T21:33:23.857Z Downloaded tls_codec v0.4.1
8912026-03-02T21:33:23.860Z Downloaded wait-timeout v0.2.0
8922026-03-02T21:33:23.863Z Downloaded usdt-attr-macro v0.6.0
8932026-03-02T21:33:23.863Z Downloaded unit-prefix v0.5.1
8942026-03-02T21:33:23.863Z Downloaded libxml v0.3.3
8952026-03-02T21:33:23.867Z Downloaded tui-tree-widget v0.23.1
8962026-03-02T21:33:23.870Z Downloaded trait-variant v0.1.2
8972026-03-02T21:33:23.870Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8982026-03-02T21:33:23.874Z Downloaded slog v2.8.2
8992026-03-02T21:33:23.877Z Downloaded want v0.3.1
9002026-03-02T21:33:23.877Z Downloaded waitgroup v0.1.2
9012026-03-02T21:33:23.880Z Downloaded vte_generate_state_changes v0.1.2
9022026-03-02T21:33:23.880Z Downloaded tokio-tungstenite v0.21.0
9032026-03-02T21:33:23.883Z Downloaded h2 v0.4.6
9042026-03-02T21:33:23.887Z Downloaded tar v0.4.44
9052026-03-02T21:33:23.890Z Downloaded xshell-macros v0.2.7
9062026-03-02T21:33:23.890Z Downloaded prettyplease v0.2.36
9072026-03-02T21:33:23.894Z Downloaded schemars v0.9.0
9082026-03-02T21:33:23.906Z Downloaded term v1.1.0
9092026-03-02T21:33:23.909Z Downloaded quinn v0.11.9
9102026-03-02T21:33:23.912Z Downloaded serde_yaml v0.9.34+deprecated
9112026-03-02T21:33:23.916Z Downloaded tokio-stream v0.1.17
9122026-03-02T21:33:23.920Z Downloaded vergen-lib v0.1.6
9132026-03-02T21:33:23.924Z Downloaded samael v0.0.19
9142026-03-02T21:33:23.928Z Downloaded zeroize_derive v1.4.2
9152026-03-02T21:33:23.931Z Downloaded tracing-attributes v0.1.27
9162026-03-02T21:33:23.934Z Downloaded unicase v2.8.1
9172026-03-02T21:33:23.934Z Downloaded usdt-impl v0.6.0
9182026-03-02T21:33:23.937Z Downloaded tinyvec v1.8.0
9192026-03-02T21:33:23.940Z Downloaded socket2 v0.6.1
9202026-03-02T21:33:23.940Z Downloaded russh v0.45.0
9212026-03-02T21:33:23.945Z Downloaded p521 v0.13.3
9222026-03-02T21:33:23.949Z Downloaded zone_cfg_derive v0.1.2
9232026-03-02T21:33:23.952Z Downloaded vergen-git2 v1.0.7
9242026-03-02T21:33:23.952Z Downloaded zone v0.3.1
9252026-03-02T21:33:23.955Z Downloaded whoami v1.5.2
9262026-03-02T21:33:23.955Z Downloaded toml_parser v1.0.6+spec-1.1.0
9272026-03-02T21:33:23.958Z Downloaded tokio-tungstenite v0.23.1
9282026-03-02T21:33:23.961Z Downloaded twox-hash v2.1.0
9292026-03-02T21:33:23.964Z Downloaded zone_cfg_derive v0.3.0
9302026-03-02T21:33:23.964Z Downloaded walkdir v2.5.0
9312026-03-02T21:33:23.967Z Downloaded vsss-rs v3.3.4
9322026-03-02T21:33:23.970Z Downloaded xattr v1.3.1
9332026-03-02T21:33:23.970Z Downloaded typify v0.2.0
9342026-03-02T21:33:23.973Z Downloaded toml v0.9.11+spec-1.1.0
9352026-03-02T21:33:23.977Z Downloaded test-strategy v0.4.3
9362026-03-02T21:33:23.981Z Downloaded schemars v1.0.4
9372026-03-02T21:33:23.995Z Downloaded zeroize v1.8.1
9382026-03-02T21:33:23.998Z Downloaded xshell v0.2.7
9392026-03-02T21:33:23.998Z Downloaded unicode-properties v0.1.3
9402026-03-02T21:33:24.001Z Downloaded tokio-rustls v0.26.0
9412026-03-02T21:33:24.005Z Downloaded wyz v0.5.1
9422026-03-02T21:33:24.005Z Downloaded xz2 v0.1.7
9432026-03-02T21:33:24.010Z Downloaded tracing-core v0.1.32
9442026-03-02T21:33:24.010Z Downloaded vte v0.11.1
9452026-03-02T21:33:24.013Z Downloaded rpassword v7.4.0
9462026-03-02T21:33:24.013Z Downloaded vergen v9.0.6
9472026-03-02T21:33:24.016Z Downloaded zstd v0.13.3
9482026-03-02T21:33:24.016Z Downloaded rustls-webpki v0.103.9
9492026-03-02T21:33:24.019Z Downloaded zstd-safe v7.2.3
9502026-03-02T21:33:24.022Z Downloaded value-bag v1.12.0
9512026-03-02T21:33:24.029Z Downloaded zone v0.1.8
9522026-03-02T21:33:24.029Z Downloaded tungstenite v0.21.0
9532026-03-02T21:33:24.032Z Downloaded tungstenite v0.23.0
9542026-03-02T21:33:24.032Z Downloaded unsafe-libyaml v0.2.11
9552026-03-02T21:33:24.035Z Downloaded itertools v0.12.1
9562026-03-02T21:33:24.040Z Downloaded vergen-gitcl v1.0.8
9572026-03-02T21:33:24.043Z Downloaded steno v0.4.1
9582026-03-02T21:33:24.047Z Downloaded zerocopy v0.6.6
9592026-03-02T21:33:24.050Z Downloaded typify v0.6.1
9602026-03-02T21:33:24.053Z Downloaded yasna v0.5.2
9612026-03-02T21:33:24.053Z Downloaded reedline v0.40.0
9622026-03-02T21:33:24.060Z Downloaded toml v0.7.8
9632026-03-02T21:33:24.063Z Downloaded unicode-bidi v0.3.17
9642026-03-02T21:33:24.066Z Downloaded snafu v0.8.5
9652026-03-02T21:33:24.071Z Downloaded uuid v1.19.0
9662026-03-02T21:33:24.074Z Downloaded itertools v0.13.0
9672026-03-02T21:33:24.081Z Downloaded git2 v0.20.2
9682026-03-02T21:33:24.089Z Downloaded uzers v0.12.1
9692026-03-02T21:33:24.092Z Downloaded ssh-key v0.6.6
9702026-03-02T21:33:24.098Z Downloaded rustyline v14.0.0
9712026-03-02T21:33:24.103Z Downloaded reqwest v0.12.28
9722026-03-02T21:33:24.109Z Downloaded typify v0.4.3
9732026-03-02T21:33:24.112Z Downloaded regex v1.12.3
9742026-03-02T21:33:24.118Z Downloaded tokio-postgres v0.7.13
9752026-03-02T21:33:24.123Z Downloaded subprocess v0.2.9
9762026-03-02T21:33:24.126Z Downloaded itertools v0.14.0
9772026-03-02T21:33:24.132Z Downloaded tokio-rustls v0.24.1
9782026-03-02T21:33:24.135Z Downloaded rsa v0.9.8
9792026-03-02T21:33:24.138Z Downloaded toml_edit v0.19.15
9802026-03-02T21:33:24.154Z Downloaded zopfli v0.8.1
9812026-03-02T21:33:24.157Z Downloaded aws-lc-rs v1.16.0
9822026-03-02T21:33:24.165Z Downloaded zip v0.6.6
9832026-03-02T21:33:24.169Z Downloaded publicsuffix v2.3.0
9842026-03-02T21:33:24.172Z Downloaded yansi v1.0.1
9852026-03-02T21:33:24.176Z Downloaded futures-util v0.3.31
9862026-03-02T21:33:24.184Z Downloaded num-bigint-dig v0.8.6
9872026-03-02T21:33:24.189Z Downloaded typify-macro v0.6.1
9882026-03-02T21:33:24.192Z Downloaded typify-macro v0.2.0
9892026-03-02T21:33:24.192Z Downloaded rand v0.8.5
9902026-03-02T21:33:24.195Z Downloaded hyper v1.8.1
9912026-03-02T21:33:24.201Z Downloaded tracing v0.1.40
9922026-03-02T21:33:24.206Z Downloaded reqwest v0.13.2
9932026-03-02T21:33:24.210Z Downloaded iddqd v0.3.16
9942026-03-02T21:33:24.217Z Downloaded zerocopy-derive v0.8.27
9952026-03-02T21:33:24.223Z Downloaded tower v0.5.2
9962026-03-02T21:33:24.232Z Downloaded rayon v1.10.0
9972026-03-02T21:33:24.241Z Downloaded p384 v0.13.1
9982026-03-02T21:33:24.246Z Downloaded typed-path v0.9.3
9992026-03-02T21:33:24.251Z Downloaded quick-xml v0.37.2
10002026-03-02T21:33:24.257Z Downloaded tower-http v0.6.8
10012026-03-02T21:33:24.265Z Downloaded zip v4.2.0
10022026-03-02T21:33:24.298Z Downloaded portable-atomic v1.11.0
10032026-03-02T21:33:24.301Z Downloaded gimli v0.31.1
10042026-03-02T21:33:24.301Z Downloaded petname v2.0.2
10052026-03-02T21:33:24.301Z Downloaded bitvec v1.0.1
10062026-03-02T21:33:24.305Z Downloaded unicode-normalization v0.1.24
10072026-03-02T21:33:24.308Z Downloaded bindgen v0.71.1
10082026-03-02T21:33:24.315Z Downloaded quinn-proto v0.11.13
10092026-03-02T21:33:24.322Z Downloaded rustls-webpki v0.101.7
10102026-03-02T21:33:24.337Z Downloaded tough v0.20.0
10112026-03-02T21:33:24.344Z Downloaded lalrpop v0.19.12
10122026-03-02T21:33:24.355Z Downloaded winnow v0.6.26
10132026-03-02T21:33:24.363Z Downloaded winnow v0.5.40
10142026-03-02T21:33:24.372Z Downloaded radix_trie v0.2.1
10152026-03-02T21:33:24.377Z Downloaded dropshot v0.16.7
10162026-03-02T21:33:24.399Z Downloaded nix v0.27.1
10172026-03-02T21:33:24.408Z Downloaded tabled v0.20.0
10182026-03-02T21:33:24.425Z Downloaded zlib-rs v0.5.1
10192026-03-02T21:33:24.428Z Downloaded hickory-proto v0.24.4
10202026-03-02T21:33:24.441Z Downloaded smoltcp v0.9.1
10212026-03-02T21:33:24.450Z Downloaded nix v0.28.0
10222026-03-02T21:33:24.460Z Downloaded time v0.3.47
10232026-03-02T21:33:24.474Z Downloaded object v0.37.3
10242026-03-02T21:33:24.482Z Downloaded webpki-roots v1.0.1
10252026-03-02T21:33:24.485Z Downloaded hickory-proto v0.25.2
10262026-03-02T21:33:24.500Z Downloaded zerocopy v0.8.27
10272026-03-02T21:33:24.521Z Downloaded smoltcp v0.11.0
10282026-03-02T21:33:24.533Z Downloaded rustls v0.23.37
10292026-03-02T21:33:24.544Z Downloaded rustls v0.22.4
10302026-03-02T21:33:24.556Z Downloaded regress v0.10.5
10312026-03-02T21:33:24.563Z Downloaded regex-syntax v0.8.5
10322026-03-02T21:33:24.570Z Downloaded openapiv3 v2.2.0
10332026-03-02T21:33:24.581Z Downloaded bstr v1.10.0
10342026-03-02T21:33:24.590Z Downloaded vcpkg v0.2.15
10352026-03-02T21:33:24.628Z Downloaded rustls v0.21.12
10362026-03-02T21:33:24.638Z Downloaded nix v0.30.1
10372026-03-02T21:33:24.650Z Downloaded diesel v2.2.12
10382026-03-02T21:33:24.667Z Downloaded typify-impl v0.6.1
10392026-03-02T21:33:24.681Z Downloaded sqlparser v0.61.0
10402026-03-02T21:33:24.690Z Downloaded ratatui v0.29.0
10412026-03-02T21:33:24.709Z Downloaded sled v0.34.7
10422026-03-02T21:33:24.718Z Downloaded object v0.36.5
10432026-03-02T21:33:24.729Z Downloaded bzip2-sys v0.1.13+1.0.8
10442026-03-02T21:33:24.738Z Downloaded typify-impl v0.2.0
10452026-03-02T21:33:24.750Z Downloaded regex-automata v0.4.14
10462026-03-02T21:33:24.764Z Downloaded typify-impl v0.4.3
10472026-03-02T21:33:24.777Z Downloaded nix v0.29.0
10482026-03-02T21:33:24.788Z Downloaded regex-syntax v0.6.29
10492026-03-02T21:33:24.792Z Downloaded tabled v0.18.0
10502026-03-02T21:33:24.808Z Downloaded zerocopy-derive v0.6.6
10512026-03-02T21:33:24.817Z Downloaded polar-core v0.27.3
10522026-03-02T21:33:24.826Z Downloaded chrono-tz v0.10.4
10532026-03-02T21:33:24.839Z Downloaded serde_with v3.16.1
10542026-03-02T21:33:24.852Z Downloaded rustls-webpki v0.102.8
10552026-03-02T21:33:24.869Z Downloaded petgraph v0.6.5
10562026-03-02T21:33:24.885Z Downloaded libz-sys v1.1.20
10572026-03-02T21:33:24.904Z Downloaded jiff v0.2.15
10582026-03-02T21:33:24.919Z Downloaded proptest v1.7.0
10592026-03-02T21:33:24.927Z Downloaded openssl v0.10.73
10602026-03-02T21:33:24.936Z Downloaded petgraph v0.8.2
10612026-03-02T21:33:24.957Z Downloaded lzma-sys v0.1.20
10622026-03-02T21:33:24.983Z Downloaded object v0.30.4
10632026-03-02T21:33:24.990Z Downloaded moka v0.12.10
10642026-03-02T21:33:24.998Z Downloaded csv v1.3.1
10652026-03-02T21:33:25.016Z Downloaded goblin v0.10.2
10662026-03-02T21:33:25.024Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10672026-03-02T21:33:25.039Z Downloaded curve25519-dalek v4.1.3
10682026-03-02T21:33:25.046Z Downloaded tokio-util v0.7.15
10692026-03-02T21:33:25.053Z Downloaded chrono v0.4.43
10702026-03-02T21:33:25.058Z Downloaded tokio v1.49.0
10712026-03-02T21:33:25.095Z Downloaded sha3 v0.10.8
10722026-03-02T21:33:25.098Z Downloaded x509-cert v0.2.5
10732026-03-02T21:33:25.103Z Downloaded unicode_categories v0.1.1
10742026-03-02T21:33:25.106Z Downloaded unicode-segmentation v1.12.0
10752026-03-02T21:33:25.109Z Downloaded salty v0.3.0
10762026-03-02T21:33:25.114Z Downloaded hyper-util v0.1.19
10772026-03-02T21:33:25.120Z Downloaded strum_macros v0.24.3
10782026-03-02T21:33:25.123Z Downloaded slog-dtrace v0.3.0
10792026-03-02T21:33:25.126Z Downloaded strum_macros v0.26.4
10802026-03-02T21:33:25.126Z Downloaded take_mut v0.2.2
10812026-03-02T21:33:25.129Z Downloaded tagptr v0.2.0
10822026-03-02T21:33:25.129Z Downloaded tabwriter v1.4.0
10832026-03-02T21:33:25.129Z Downloaded tabled_derive v0.10.0
10842026-03-02T21:33:25.132Z Downloaded slog-term v2.9.2
10852026-03-02T21:33:25.134Z Downloaded slog-stdlog v4.1.1
10862026-03-02T21:33:25.135Z Downloaded slog-json v2.6.1
10872026-03-02T21:33:25.138Z Downloaded slog-async v2.8.0
10882026-03-02T21:33:25.138Z Downloaded mio v1.0.2
10892026-03-02T21:33:25.142Z Downloaded subtle v2.6.1
10902026-03-02T21:33:25.145Z Downloaded snafu-derive v0.8.5
10912026-03-02T21:33:25.145Z Downloaded smallvec v0.6.14
10922026-03-02T21:33:25.148Z Downloaded slog-scope v4.4.0
10932026-03-02T21:33:25.148Z Downloaded russh-keys v0.45.0
10942026-03-02T21:33:25.151Z Downloaded structmeta-derive v0.3.0
10952026-03-02T21:33:25.151Z Downloaded progenitor-impl v0.10.0
10962026-03-02T21:33:25.154Z Downloaded hashbrown v0.12.3
10972026-03-02T21:33:25.157Z Downloaded aho-corasick v1.1.3
10982026-03-02T21:33:25.161Z Downloaded encoding_rs v0.8.34
10992026-03-02T21:33:25.180Z Downloaded serde_bytes v0.11.19
11002026-03-02T21:33:25.183Z Downloaded schemars_derive v0.8.22
11012026-03-02T21:33:25.183Z Downloaded ryu v1.0.18
11022026-03-02T21:33:25.186Z Downloaded sec1 v0.7.3
11032026-03-02T21:33:25.189Z Downloaded siphasher v0.3.11
11042026-03-02T21:33:25.189Z Downloaded signal-hook-tokio v0.3.1
11052026-03-02T21:33:25.195Z Downloaded signal-hook-mio v0.2.4
11062026-03-02T21:33:25.195Z Downloaded p256 v0.13.2
11072026-03-02T21:33:25.198Z Downloaded hickory-server v0.25.2
11082026-03-02T21:33:25.198Z Downloaded r2d2 v0.8.10
11092026-03-02T21:33:25.198Z Downloaded serde_repr v0.1.19
11102026-03-02T21:33:25.201Z Downloaded ring v0.17.14
11112026-03-02T21:33:25.239Z Downloaded rustls-pemfile v2.2.0
11122026-03-02T21:33:25.242Z Downloaded rustls-pemfile v1.0.4
11132026-03-02T21:33:25.245Z Downloaded rand_core v0.6.4
11142026-03-02T21:33:25.245Z Downloaded pin-project v1.1.6
11152026-03-02T21:33:25.254Z Downloaded ppv-lite86 v0.2.20
11162026-03-02T21:33:25.257Z Downloaded polyval v0.6.2
11172026-03-02T21:33:25.257Z Downloaded same-file v1.0.6
11182026-03-02T21:33:25.261Z Downloaded papergrid v0.14.0
11192026-03-02T21:33:25.264Z Downloaded postcard v1.0.10
11202026-03-02T21:33:25.264Z Downloaded hickory-resolver v0.25.2
11212026-03-02T21:33:25.267Z Downloaded progenitor-extras v0.1.0
11222026-03-02T21:33:25.270Z Downloaded ignore v0.4.23
11232026-03-02T21:33:25.273Z Downloaded rustc_version v0.1.7
11242026-03-02T21:33:25.273Z Downloaded rfc6979 v0.4.0
11252026-03-02T21:33:25.273Z Downloaded progenitor-client v0.10.0
11262026-03-02T21:33:25.273Z Downloaded peg-macros v0.8.5
11272026-03-02T21:33:25.276Z Downloaded parking_lot v0.12.3
11282026-03-02T21:33:25.280Z Downloaded parking_lot v0.11.2
11292026-03-02T21:33:25.280Z Downloaded progenitor v0.10.0
11302026-03-02T21:33:25.283Z Downloaded proc-macro-error2 v2.0.1
11312026-03-02T21:33:25.283Z Downloaded postgres-protocol v0.6.8
11322026-03-02T21:33:25.287Z Downloaded omicron-zone-package v0.12.2
11332026-03-02T21:33:25.289Z Downloaded rand_chacha v0.3.1
11342026-03-02T21:33:25.290Z Downloaded poly1305 v0.8.0
11352026-03-02T21:33:25.293Z Downloaded pkcs8 v0.10.2
11362026-03-02T21:33:25.293Z Downloaded owo-colors v4.2.3
11372026-03-02T21:33:25.296Z Downloaded miniz_oxide v0.8.5
11382026-03-02T21:33:25.300Z Downloaded recursive-proc-macro-impl v0.1.1
11392026-03-02T21:33:25.300Z Downloaded expectorate v1.2.0
11402026-03-02T21:33:25.303Z Downloaded cc v1.2.56
11412026-03-02T21:33:25.303Z Downloaded bumpalo v3.16.0
11422026-03-02T21:33:25.306Z Downloaded progenitor-macro v0.10.0
11432026-03-02T21:33:25.306Z Downloaded progenitor-macro v0.8.0
11442026-03-02T21:33:25.306Z Downloaded pkg-config v0.3.31
11452026-03-02T21:33:25.310Z Downloaded pem-rfc7468 v0.7.0
11462026-03-02T21:33:25.310Z Downloaded phf v0.12.1
11472026-03-02T21:33:25.313Z Downloaded phf v0.11.2
11482026-03-02T21:33:25.313Z Downloaded paste v1.0.15
11492026-03-02T21:33:25.315Z Downloaded indicatif v0.17.11
11502026-03-02T21:33:25.319Z Downloaded hickory-resolver v0.24.4
11512026-03-02T21:33:25.321Z Downloaded headers v0.4.1
11522026-03-02T21:33:25.326Z Downloaded num-complex v0.4.6
11532026-03-02T21:33:25.330Z Downloaded progenitor-client v0.8.0
11542026-03-02T21:33:25.330Z Downloaded progenitor v0.8.0
11552026-03-02T21:33:25.333Z Downloaded proc-macro-error-attr2 v2.0.0
11562026-03-02T21:33:25.333Z Downloaded proc-macro-crate v1.3.1
11572026-03-02T21:33:25.333Z Downloaded memmap2 v0.9.8
11582026-03-02T21:33:25.336Z Downloaded libgit2-sys v0.18.2+1.9.1
11592026-03-02T21:33:25.387Z Downloaded ingot-macros v0.1.1
11602026-03-02T21:33:25.390Z Downloaded predicates-core v1.0.8
11612026-03-02T21:33:25.390Z Downloaded precomputed-hash v0.1.1
11622026-03-02T21:33:25.390Z Downloaded num_enum_derive v0.5.11
11632026-03-02T21:33:25.393Z Downloaded const_format v0.2.34
11642026-03-02T21:33:25.396Z Downloaded num-integer v0.1.46
11652026-03-02T21:33:25.400Z Downloaded darling_core v0.21.0
11662026-03-02T21:33:25.403Z Downloaded arc-swap v1.7.1
11672026-03-02T21:33:25.405Z Downloaded num-rational v0.4.2
11682026-03-02T21:33:25.409Z Downloaded indexmap v1.9.3
11692026-03-02T21:33:25.412Z Downloaded heapless v0.8.0
11702026-03-02T21:33:25.415Z Downloaded compact_str v0.8.0
11712026-03-02T21:33:25.418Z Downloaded bytes v1.11.1
11722026-03-02T21:33:25.421Z Downloaded peg-runtime v0.8.5
11732026-03-02T21:33:25.421Z Downloaded pbkdf2 v0.12.2
11742026-03-02T21:33:25.424Z Downloaded litrs v0.4.1
11752026-03-02T21:33:25.424Z Downloaded crypto-bigint v0.5.5
11762026-03-02T21:33:25.432Z Downloaded dropshot-api-manager v0.5.2
11772026-03-02T21:33:25.436Z Downloaded derive_more v0.99.20
11782026-03-02T21:33:25.439Z Downloaded parse-display v0.10.0
11792026-03-02T21:33:25.439Z Downloaded ingot-types v0.1.2
11802026-03-02T21:33:25.439Z Downloaded flume v0.11.1
11812026-03-02T21:33:25.443Z Downloaded flate2 v1.1.2
11822026-03-02T21:33:25.446Z Downloaded hyper-rustls v0.27.7
11832026-03-02T21:33:25.449Z Downloaded backtrace v0.3.74
11842026-03-02T21:33:25.452Z Downloaded ar_archive_writer v0.5.1
11852026-03-02T21:33:25.455Z Downloaded olpc-cjson v0.1.4
11862026-03-02T21:33:25.458Z Downloaded num_threads v0.1.7
11872026-03-02T21:33:25.458Z Downloaded mime_guess v2.0.5
11882026-03-02T21:33:25.462Z Downloaded linear-map v1.2.0
11892026-03-02T21:33:25.462Z Downloaded libz-rs-sys v0.5.1
11902026-03-02T21:33:25.462Z Downloaded httparse v1.9.5
11912026-03-02T21:33:25.465Z Downloaded cookie_store v0.22.1
11922026-03-02T21:33:25.465Z Downloaded chacha20poly1305 v0.10.1
11932026-03-02T21:33:25.468Z Downloaded base64 v0.13.1
11942026-03-02T21:33:25.470Z Downloaded derive_more-impl v2.0.1
11952026-03-02T21:33:25.474Z Downloaded darling_core v0.20.10
11962026-03-02T21:33:25.477Z Downloaded number_prefix v0.4.0
11972026-03-02T21:33:25.484Z Downloaded libefi-sys v0.1.0
11982026-03-02T21:33:25.484Z Downloaded hmac v0.12.1
11992026-03-02T21:33:25.487Z Downloaded num-conv v0.2.0
12002026-03-02T21:33:25.488Z Downloaded newline-converter v0.3.0
12012026-03-02T21:33:25.488Z Downloaded new_debug_unreachable v1.0.6
12022026-03-02T21:33:25.488Z Downloaded lock_api v0.4.12
12032026-03-02T21:33:25.488Z Downloaded libsw v3.5.0
12042026-03-02T21:33:25.488Z Downloaded ipnetwork v0.21.1
12052026-03-02T21:33:25.488Z Downloaded ipnet v2.11.0
12062026-03-02T21:33:25.491Z Downloaded hyper-staticfile v0.10.1
12072026-03-02T21:33:25.491Z Downloaded crossterm v0.28.1
12082026-03-02T21:33:25.496Z Downloaded newtype_derive v0.1.6
12092026-03-02T21:33:25.499Z Downloaded multimap v0.10.1
12102026-03-02T21:33:25.499Z Downloaded getrandom v0.2.15
12112026-03-02T21:33:25.502Z Downloaded lru-cache v0.1.2
12122026-03-02T21:33:25.502Z Downloaded linked-hash-map v0.5.6
12132026-03-02T21:33:25.505Z Downloaded base64 v0.21.7
12142026-03-02T21:33:25.508Z Downloaded futures-io v0.3.31
12152026-03-02T21:33:25.508Z Downloaded colored v3.0.0
12162026-03-02T21:33:25.511Z Downloaded ciborium v0.2.2
12172026-03-02T21:33:25.511Z Downloaded async-bb8-diesel v0.2.1
12182026-03-02T21:33:25.514Z Downloaded lockfree-object-pool v0.1.6
12192026-03-02T21:33:25.517Z Downloaded dropshot_endpoint v0.16.7
12202026-03-02T21:33:25.520Z Downloaded derive-where v1.5.0
12212026-03-02T21:33:25.523Z Downloaded crc-any v2.5.0
12222026-03-02T21:33:25.527Z Downloaded maplit v1.0.2
12232026-03-02T21:33:25.527Z Downloaded managed v0.8.0
12242026-03-02T21:33:25.527Z Downloaded lzss v0.8.2
12252026-03-02T21:33:25.530Z Downloaded ingot v0.1.1
12262026-03-02T21:33:25.530Z Downloaded indoc v2.0.6
12272026-03-02T21:33:25.534Z Downloaded futures-executor v0.3.31
12282026-03-02T21:33:25.534Z Downloaded clang-sys v1.8.1
12292026-03-02T21:33:25.538Z Downloaded blake2 v0.10.6
12302026-03-02T21:33:25.538Z Downloaded async-trait v0.1.89
12312026-03-02T21:33:25.541Z Downloaded libsw-core v0.3.1
12322026-03-02T21:33:25.544Z Downloaded libscf-sys v1.1.0
12332026-03-02T21:33:25.544Z Downloaded cancel-safe-futures v0.1.5
12342026-03-02T21:33:25.548Z Downloaded const_format_proc_macros v0.2.34
12352026-03-02T21:33:25.548Z Downloaded cbc v0.1.2
12362026-03-02T21:33:25.551Z Downloaded http-body-util v0.1.3
12372026-03-02T21:33:25.551Z Downloaded fatfs v0.3.6
12382026-03-02T21:33:25.554Z Downloaded crc32fast v1.4.2
12392026-03-02T21:33:25.554Z Downloaded is_ci v1.2.0
12402026-03-02T21:33:25.555Z Downloaded is-terminal v0.4.13
12412026-03-02T21:33:25.558Z Downloaded highway v1.3.0
12422026-03-02T21:33:25.558Z Downloaded glob v0.3.2
12432026-03-02T21:33:25.561Z Downloaded futures v0.3.31
12442026-03-02T21:33:25.564Z Downloaded ident_case v1.0.1
12452026-03-02T21:33:25.564Z Downloaded fixedbitset v0.5.7
12462026-03-02T21:33:25.567Z Downloaded des v0.8.1
12472026-03-02T21:33:25.567Z Downloaded derive_builder v0.20.2
12482026-03-02T21:33:25.570Z Downloaded darling v0.21.0
12492026-03-02T21:33:25.574Z Downloaded indoc v1.0.9
12502026-03-02T21:33:25.577Z Downloaded impl-trait-for-tuples v0.2.2
12512026-03-02T21:33:25.580Z Downloaded hyper-tls v0.6.0
12522026-03-02T21:33:25.580Z Downloaded ff v0.13.0
12532026-03-02T21:33:25.583Z Downloaded diff v0.1.13
12542026-03-02T21:33:25.586Z Downloaded git-stub-vcs v0.1.0
12552026-03-02T21:33:25.586Z Downloaded bzip2 v0.4.4
12562026-03-02T21:33:25.589Z Downloaded argon2 v0.5.3
12572026-03-02T21:33:25.589Z Downloaded hubpack v0.1.2
12582026-03-02T21:33:25.589Z Downloaded httpdate v1.0.3
12592026-03-02T21:33:25.592Z Downloaded http-range v0.1.5
12602026-03-02T21:33:25.593Z Downloaded http-body v1.0.1
12612026-03-02T21:33:25.593Z Downloaded der v0.7.10
12622026-03-02T21:33:25.596Z Downloaded defmt v0.3.8
12632026-03-02T21:33:25.599Z Downloaded home v0.5.9
12642026-03-02T21:33:25.602Z Downloaded env_logger v0.11.8
12652026-03-02T21:33:25.602Z Downloaded cargo_metadata v0.19.2
12662026-03-02T21:33:25.605Z Downloaded camino-tempfile-ext v0.3.2
12672026-03-02T21:33:25.605Z Downloaded cmake v0.1.57
12682026-03-02T21:33:25.608Z Downloaded derive-ex v0.1.8
12692026-03-02T21:33:25.608Z Downloaded data-encoding v2.9.0
12702026-03-02T21:33:25.611Z Downloaded darling v0.20.10
12712026-03-02T21:33:25.614Z Downloaded critical-section v1.1.3
12722026-03-02T21:33:25.614Z Downloaded convert_case v0.7.1
12732026-03-02T21:33:25.617Z Downloaded cexpr v0.6.0
12742026-03-02T21:33:25.617Z Downloaded base64ct v1.6.0
12752026-03-02T21:33:25.620Z Downloaded async-stream v0.3.6
12762026-03-02T21:33:25.623Z Downloaded foldhash v0.2.0
12772026-03-02T21:33:25.623Z Downloaded defmt-macros v0.3.9
12782026-03-02T21:33:25.626Z Downloaded daft v0.1.4
12792026-03-02T21:33:25.626Z Downloaded hex v0.4.3
12802026-03-02T21:33:25.630Z Downloaded heck v0.3.3
12812026-03-02T21:33:25.631Z Downloaded globwalk v0.9.1
12822026-03-02T21:33:25.631Z Downloaded filetime v0.2.26
12832026-03-02T21:33:25.633Z Downloaded drift v0.1.3
12842026-03-02T21:33:25.636Z Downloaded diesel-dtrace v0.4.2
12852026-03-02T21:33:25.639Z Downloaded find-msvc-tools v0.1.9
12862026-03-02T21:33:25.639Z Downloaded crossterm v0.29.0
12872026-03-02T21:33:25.645Z Downloaded gethostname v0.5.0
12882026-03-02T21:33:25.648Z Downloaded fallible-iterator v0.2.0
12892026-03-02T21:33:25.648Z Downloaded daft-derive v0.1.4
12902026-03-02T21:33:25.653Z Downloaded console v0.15.10
12912026-03-02T21:33:25.659Z Downloaded bzip2 v0.5.2
12922026-03-02T21:33:25.659Z Downloaded ghash v0.5.1
12932026-03-02T21:33:25.659Z Downloaded futures-task v0.3.31
12942026-03-02T21:33:25.659Z Downloaded futures-sink v0.3.31
12952026-03-02T21:33:25.663Z Downloaded futures-core v0.3.32
12962026-03-02T21:33:25.663Z Downloaded atomic-waker v1.1.2
12972026-03-02T21:33:25.663Z Downloaded fxhash v0.2.1
12982026-03-02T21:33:25.664Z Downloaded debug-ignore v1.0.5
12992026-03-02T21:33:25.664Z Downloaded deranged v0.5.3
13002026-03-02T21:33:25.667Z Downloaded corncobs v0.1.4
13012026-03-02T21:33:25.667Z Downloaded blowfish v0.9.1
13022026-03-02T21:33:25.667Z Downloaded arrayvec v0.7.6
13032026-03-02T21:33:25.667Z Downloaded cfg_aliases v0.2.1
13042026-03-02T21:33:25.670Z Downloaded bitflags v1.3.2
13052026-03-02T21:33:25.670Z Downloaded atomicwrites v0.4.4
13062026-03-02T21:33:25.673Z Downloaded ctr v0.9.2
13072026-03-02T21:33:25.673Z Downloaded csv-core v0.1.11
13082026-03-02T21:33:25.676Z Downloaded crc v3.2.1
13092026-03-02T21:33:25.676Z Downloaded cobs v0.2.3
13102026-03-02T21:33:25.679Z Downloaded derive_builder_macro v0.20.2
13112026-03-02T21:33:25.679Z Downloaded der_derive v0.7.3
13122026-03-02T21:33:25.679Z Downloaded darling_macro v0.21.0
13132026-03-02T21:33:25.684Z Downloaded adler2 v2.0.0
13142026-03-02T21:33:25.684Z Downloaded foreign-types v0.5.0
13152026-03-02T21:33:25.684Z Downloaded crc-catalog v2.4.0
13162026-03-02T21:33:25.687Z Downloaded async-stream-impl v0.3.6
13172026-03-02T21:33:25.687Z Downloaded assert_matches v1.5.0
13182026-03-02T21:33:25.687Z Downloaded foreign-types-shared v0.1.1
13192026-03-02T21:33:25.687Z Downloaded foreign-types v0.3.2
13202026-03-02T21:33:25.687Z Downloaded float-ord v0.3.2
13212026-03-02T21:33:25.687Z Downloaded endian-type v0.1.2
13222026-03-02T21:33:25.687Z Downloaded dof v0.4.0
13232026-03-02T21:33:25.691Z Downloaded darling_macro v0.20.10
13242026-03-02T21:33:25.691Z Downloaded cstr-argument v0.1.2
13252026-03-02T21:33:25.691Z Downloaded constant_time_eq v0.3.1
13262026-03-02T21:33:25.691Z Downloaded castaway v0.2.3
13272026-03-02T21:33:25.717Z Downloaded cargo-platform v0.1.8
13282026-03-02T21:33:25.717Z Downloaded block-padding v0.3.3
13292026-03-02T21:33:25.717Z Downloaded bit-set v0.5.3
13302026-03-02T21:33:25.717Z Downloaded atty v0.2.14
13312026-03-02T21:33:25.717Z Downloaded async-recursion v1.1.1
13322026-03-02T21:33:25.717Z Downloaded arrayref v0.3.9
13332026-03-02T21:33:25.717Z Downloaded fd-lock v4.0.2
13342026-03-02T21:33:25.717Z Downloaded document-features v0.2.11
13352026-03-02T21:33:25.717Z Downloaded base64 v0.22.1
13362026-03-02T21:33:25.717Z Downloaded bit-vec v0.8.0
13372026-03-02T21:33:25.717Z Downloaded bit-vec v0.6.3
13382026-03-02T21:33:25.717Z Downloaded curve25519-dalek-derive v0.1.1
13392026-03-02T21:33:25.717Z Downloaded bit-set v0.8.0
13402026-03-02T21:33:25.717Z Downloaded ciborium-ll v0.2.2
13412026-03-02T21:33:25.717Z Downloaded cfg_aliases v0.1.1
13422026-03-02T21:33:25.717Z Downloaded ascii-canvas v3.0.0
13432026-03-02T21:33:25.717Z Downloaded display-error-chain v0.2.2
13442026-03-02T21:33:25.717Z Downloaded dunce v1.0.5
13452026-03-02T21:33:25.717Z Downloaded diesel_table_macro_syntax v0.2.0
13462026-03-02T21:33:25.717Z Downloaded embedded-io v0.6.1
13472026-03-02T21:33:25.717Z Downloaded crucible-workspace-hack v0.1.0
13482026-03-02T21:33:25.717Z Downloaded bitfield v0.19.2
13492026-03-02T21:33:25.721Z Downloaded backon v1.6.0
13502026-03-02T21:33:25.721Z Downloaded dyn-clone v1.0.20
13512026-03-02T21:33:25.721Z Downloaded dropshot-api-manager-types v0.5.2
13522026-03-02T21:33:25.724Z Downloaded difflib v0.4.0
13532026-03-02T21:33:25.724Z Downloaded crunchy v0.2.2
13542026-03-02T21:33:25.724Z Downloaded convert_case v0.4.0
13552026-03-02T21:33:25.724Z Downloaded bitfield-struct v0.6.2
13562026-03-02T21:33:25.727Z Downloaded bitfield-macros v0.19.2
13572026-03-02T21:33:25.728Z Downloaded bcrypt-pbkdf v0.10.0
13582026-03-02T21:33:25.728Z Downloaded ed25519 v2.2.3
13592026-03-02T21:33:25.728Z Downloaded ecdsa v0.16.9
13602026-03-02T21:33:25.731Z Downloaded chacha20 v0.9.1
13612026-03-02T21:33:25.731Z Downloaded blake3 v1.5.4
13622026-03-02T21:33:25.736Z Downloaded base16ct v0.2.0
13632026-03-02T21:33:25.740Z Downloaded backoff v0.4.0
13642026-03-02T21:33:25.740Z Downloaded defmt-parser v0.3.4
13652026-03-02T21:33:25.743Z Downloaded crossbeam-epoch v0.9.18
13662026-03-02T21:33:25.743Z Downloaded aead v0.5.2
13672026-03-02T21:33:25.746Z Downloaded ahash v0.8.12
13682026-03-02T21:33:25.746Z Downloaded cassowary v0.3.0
13692026-03-02T21:33:26.198Z Downloaded aws-lc-sys v0.37.1
13702026-03-02T21:33:26.570Z Compiling value-bag v1.12.0
13712026-03-02T21:33:26.573Z Compiling find-msvc-tools v0.1.9
13722026-03-02T21:33:26.573Z Compiling shlex v1.3.0
13732026-03-02T21:33:26.573Z Compiling smallvec v1.15.1
13742026-03-02T21:33:26.573Z Compiling typenum v1.17.0
13752026-03-02T21:33:26.759Z Compiling syn v2.0.117
13762026-03-02T21:33:26.776Z Compiling getrandom v0.2.15
13772026-03-02T21:33:26.779Z Compiling jobserver v0.1.32
13782026-03-02T21:33:27.113Z Compiling rand_core v0.6.4
13792026-03-02T21:33:27.205Z Compiling log v0.4.29
13802026-03-02T21:33:27.238Z Compiling cc v1.2.56
13812026-03-02T21:33:27.264Z Compiling generic-array v0.14.7
13822026-03-02T21:33:27.285Z Compiling lock_api v0.4.12
13832026-03-02T21:33:27.610Z Compiling scopeguard v1.2.0
13842026-03-02T21:33:27.679Z Compiling subtle v2.6.1
13852026-03-02T21:33:27.725Z Compiling portable-atomic v1.11.0
13862026-03-02T21:33:27.786Z Compiling critical-section v1.1.3
13872026-03-02T21:33:27.922Z Compiling const-oid v0.9.6
13882026-03-02T21:33:27.961Z Compiling serde_json v1.0.149
13892026-03-02T21:33:28.072Z Compiling pin-project-lite v0.2.14
13902026-03-02T21:33:28.380Z Compiling parking_lot_core v0.9.10
13912026-03-02T21:33:28.426Z Compiling pkg-config v0.3.31
13922026-03-02T21:33:28.490Z Compiling getrandom v0.3.4
13932026-03-02T21:33:29.763Z Compiling signal-hook-registry v1.4.2
13942026-03-02T21:33:29.917Z Compiling libm v0.2.8
13952026-03-02T21:33:30.259Z Compiling once_cell v1.21.3
13962026-03-02T21:33:30.319Z Compiling allocator-api2 v0.2.21
13972026-03-02T21:33:30.420Z Compiling parking_lot v0.12.3
13982026-03-02T21:33:30.488Z Compiling mio v1.0.2
13992026-03-02T21:33:30.548Z Compiling num-traits v0.2.19
14002026-03-02T21:33:30.691Z Compiling futures-core v0.3.32
14012026-03-02T21:33:31.059Z Compiling percent-encoding v2.3.2
14022026-03-02T21:33:31.208Z Compiling socket2 v0.6.1
14032026-03-02T21:33:31.302Z Compiling slab v0.4.9
14042026-03-02T21:33:31.392Z Compiling cpufeatures v0.2.14
14052026-03-02T21:33:31.489Z Compiling futures-sink v0.3.31
14062026-03-02T21:33:31.523Z Compiling foldhash v0.2.0
14072026-03-02T21:33:31.602Z Compiling futures-task v0.3.31
14082026-03-02T21:33:31.648Z Compiling futures-channel v0.3.31
14092026-03-02T21:33:31.934Z Compiling hashbrown v0.16.1
14102026-03-02T21:33:31.938Z Compiling pin-utils v0.1.0
14112026-03-02T21:33:32.085Z Compiling futures-io v0.3.31
14122026-03-02T21:33:32.109Z Compiling rustversion v1.0.22
14132026-03-02T21:33:32.171Z Compiling form_urlencoded v1.2.2
14142026-03-02T21:33:32.197Z Compiling cmake v0.1.57
14152026-03-02T21:33:32.325Z Compiling dunce v1.0.5
14162026-03-02T21:33:32.378Z Compiling fs_extra v1.3.0
14172026-03-02T21:33:32.484Z Compiling base64ct v1.6.0
14182026-03-02T21:33:32.515Z Compiling ident_case v1.0.1
14192026-03-02T21:33:32.730Z Compiling foldhash v0.1.5
14202026-03-02T21:33:32.947Z Compiling flagset v0.4.6
14212026-03-02T21:33:33.058Z Compiling aws-lc-sys v0.37.1
14222026-03-02T21:33:33.081Z Compiling pem-rfc7468 v0.7.0
14232026-03-02T21:33:33.084Z Compiling hashbrown v0.15.4
14242026-03-02T21:33:33.218Z Compiling indexmap v2.13.0
14252026-03-02T21:33:33.327Z Compiling rand_core v0.9.3
14262026-03-02T21:33:33.755Z Compiling iana-time-zone v0.1.63
14272026-03-02T21:33:33.797Z Compiling ring v0.17.14
14282026-03-02T21:33:33.913Z Compiling rustc_version v0.4.1
14292026-03-02T21:33:34.156Z Compiling uuid v1.19.0
14302026-03-02T21:33:34.199Z Compiling spin v0.9.8
14312026-03-02T21:33:34.422Z Compiling zerocopy v0.8.27
14322026-03-02T21:33:34.576Z Compiling aws-lc-rs v1.16.0
14332026-03-02T21:33:34.618Z Compiling regex-syntax v0.8.5
14342026-03-02T21:33:34.772Z Compiling synstructure v0.13.1
14352026-03-02T21:33:34.875Z Compiling vcpkg v0.2.15
14362026-03-02T21:33:35.293Z Compiling tracing-core v0.1.32
14372026-03-02T21:33:35.697Z Compiling serde_derive_internals v0.29.1
14382026-03-02T21:33:36.187Z Compiling schemars v0.8.22
14392026-03-02T21:33:36.445Z Compiling httparse v1.9.5
14402026-03-02T21:33:36.497Z Compiling openssl-sys v0.9.109
14412026-03-02T21:33:36.554Z Compiling rustix v0.38.37
14422026-03-02T21:33:37.082Z Compiling untrusted v0.9.0
14432026-03-02T21:33:37.271Z Compiling base64 v0.22.1
14442026-03-02T21:33:37.294Z Compiling rustix v1.1.3
14452026-03-02T21:33:37.701Z Compiling untrusted v0.7.1
14462026-03-02T21:33:37.870Z Compiling openssl-probe v0.1.5
14472026-03-02T21:33:37.900Z Compiling adler2 v2.0.0
14482026-03-02T21:33:38.058Z Compiling miniz_oxide v0.8.5
14492026-03-02T21:33:38.236Z Compiling darling_core v0.20.10
14502026-03-02T21:33:38.264Z Compiling try-lock v0.2.5
14512026-03-02T21:33:38.368Z Compiling dyn-clone v1.0.20
14522026-03-02T21:33:38.444Z Compiling tower-service v0.3.3
14532026-03-02T21:33:38.599Z Compiling tower-layer v0.3.3
14542026-03-02T21:33:38.621Z Compiling tinyvec_macros v0.1.1
14552026-03-02T21:33:38.729Z Compiling atomic-waker v1.1.2
14562026-03-02T21:33:38.885Z Compiling rustls v0.23.37
14572026-03-02T21:33:38.934Z Compiling tinyvec v1.8.0
14582026-03-02T21:33:39.198Z Compiling want v0.3.1
14592026-03-02T21:33:39.464Z Compiling serde_derive v1.0.228
14602026-03-02T21:33:39.484Z Compiling zeroize_derive v1.4.2
14612026-03-02T21:33:40.128Z Compiling zerofrom-derive v0.1.4
14622026-03-02T21:33:40.251Z Compiling yoke-derive v0.7.4
14632026-03-02T21:33:40.323Z Compiling zerovec-derive v0.10.3
14642026-03-02T21:33:40.815Z Compiling displaydoc v0.2.5
14652026-03-02T21:33:40.838Z Compiling zeroize v1.8.1
14662026-03-02T21:33:42.449Z Compiling icu_provider_macros v1.5.0
14672026-03-02T21:33:42.708Z Compiling crypto-common v0.1.6
14682026-03-02T21:33:42.772Z Compiling block-buffer v0.10.4
14692026-03-02T21:33:42.976Z Compiling tokio-macros v2.6.0
14702026-03-02T21:33:43.049Z Compiling digest v0.10.7
14712026-03-02T21:33:43.053Z Compiling zerocopy-derive v0.7.35
14722026-03-02T21:33:43.446Z Compiling zerofrom v0.1.4
14732026-03-02T21:33:43.497Z Compiling thiserror-impl v2.0.18
14742026-03-02T21:33:43.635Z Compiling hmac v0.12.1
14752026-03-02T21:33:43.706Z Compiling yoke v0.7.4
14762026-03-02T21:33:43.917Z Compiling futures-macro v0.3.31
14772026-03-02T21:33:43.939Z Compiling block-padding v0.3.3
14782026-03-02T21:33:44.091Z Compiling zerovec v0.10.4
14792026-03-02T21:33:44.217Z Compiling inout v0.1.3
14802026-03-02T21:33:44.557Z Compiling cipher v0.4.4
14812026-03-02T21:33:44.581Z Compiling sha2 v0.10.9
14822026-03-02T21:33:44.585Z Compiling der_derive v0.7.3
14832026-03-02T21:33:45.131Z Compiling zerocopy v0.7.35
14842026-03-02T21:33:45.834Z Compiling futures-util v0.3.31
14852026-03-02T21:33:46.223Z Compiling tinystr v0.7.6
14862026-03-02T21:33:46.554Z Compiling icu_locid v1.5.0
14872026-03-02T21:33:46.583Z Compiling icu_collections v1.5.0
14882026-03-02T21:33:46.612Z Compiling thiserror v2.0.18
14892026-03-02T21:33:46.681Z Compiling serde v1.0.228
14902026-03-02T21:33:46.764Z Compiling ppv-lite86 v0.2.20
14912026-03-02T21:33:46.820Z Compiling der v0.7.10
14922026-03-02T21:33:47.564Z Compiling pest v2.8.2
14932026-03-02T21:33:47.804Z Compiling bytes v1.11.1
14942026-03-02T21:33:47.888Z Compiling bitflags v2.9.4
14952026-03-02T21:33:47.984Z Compiling icu_provider v1.5.0
14962026-03-02T21:33:48.329Z Compiling chrono v0.4.43
14972026-03-02T21:33:48.571Z Compiling salsa20 v0.10.2
14982026-03-02T21:33:48.827Z Compiling icu_locid_transform v1.5.0
14992026-03-02T21:33:48.994Z Compiling spki v0.7.3
15002026-03-02T21:33:49.336Z Compiling tokio v1.49.0
15012026-03-02T21:33:49.382Z Compiling http v1.4.0
15022026-03-02T21:33:49.719Z Compiling pbkdf2 v0.12.2
15032026-03-02T21:33:49.912Z Compiling scrypt v0.11.0
15042026-03-02T21:33:50.417Z Compiling icu_properties v1.5.1
15052026-03-02T21:33:50.440Z Compiling pest_meta v2.8.2
15062026-03-02T21:33:51.121Z Compiling rand_chacha v0.9.0
15072026-03-02T21:33:51.275Z Compiling cbc v0.1.2
15082026-03-02T21:33:51.544Z Compiling aes v0.8.4
15092026-03-02T21:33:51.548Z Compiling rustls-pki-types v1.14.0
15102026-03-02T21:33:51.684Z Compiling zerocopy-derive v0.8.27
15112026-03-02T21:33:52.590Z Compiling tracing-attributes v0.1.27
15122026-03-02T21:33:52.777Z Compiling pkcs5 v0.7.1
15132026-03-02T21:33:53.878Z Compiling pest_generator v2.8.2
15142026-03-02T21:33:54.194Z Compiling icu_normalizer v1.5.0
15152026-03-02T21:33:54.852Z Compiling rand v0.9.2
15162026-03-02T21:33:54.874Z Compiling http-body v1.0.1
15172026-03-02T21:33:55.148Z Compiling idna_adapter v1.2.0
15182026-03-02T21:33:55.393Z Compiling idna v1.0.3
15192026-03-02T21:33:55.623Z Compiling pest_derive v2.8.2
15202026-03-02T21:33:55.663Z Compiling tracing v0.1.40
15212026-03-02T21:33:55.891Z Compiling pkcs8 v0.10.2
15222026-03-02T21:33:56.130Z Compiling url v2.5.4
15232026-03-02T21:33:56.549Z Compiling schemars_derive v0.8.22
15242026-03-02T21:33:56.570Z Compiling scroll_derive v0.13.1
15252026-03-02T21:33:58.499Z Compiling tokio-util v0.7.15
15262026-03-02T21:33:58.710Z Compiling scroll v0.13.0
15272026-03-02T21:33:59.294Z Compiling ipnet v2.11.0
15282026-03-02T21:34:00.479Z Compiling h2 v0.4.6
15292026-03-02T21:34:00.817Z Compiling darling_macro v0.20.10
15302026-03-02T21:34:00.836Z Compiling lazy_static v1.5.0
15312026-03-02T21:34:00.933Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15322026-03-02T21:34:00.992Z Compiling bzip2-sys v0.1.13+1.0.8
15332026-03-02T21:34:01.357Z Compiling aho-corasick v1.1.3
15342026-03-02T21:34:01.518Z Compiling powerfmt v0.2.0
15352026-03-02T21:34:01.724Z Compiling time-core v0.1.8
15362026-03-02T21:34:01.749Z Compiling httpdate v1.0.3
15372026-03-02T21:34:01.899Z Compiling num-conv v0.2.0
15382026-03-02T21:34:02.062Z Compiling openssl v0.10.73
15392026-03-02T21:34:02.172Z Compiling foreign-types-shared v0.1.1
15402026-03-02T21:34:02.191Z Compiling time-macros v0.2.27
15412026-03-02T21:34:02.320Z Compiling foreign-types v0.3.2
15422026-03-02T21:34:02.429Z Compiling deranged v0.5.3
15432026-03-02T21:34:02.553Z Compiling darling v0.20.10
15442026-03-02T21:34:02.681Z Compiling tempfile v3.24.0
15452026-03-02T21:34:03.472Z Compiling regex-automata v0.4.14
15462026-03-02T21:34:04.600Z Compiling goblin v0.10.2
15472026-03-02T21:34:04.676Z Compiling openssl-macros v0.1.1
15482026-03-02T21:34:05.412Z Compiling wait-timeout v0.2.0
15492026-03-02T21:34:05.561Z Compiling syn v1.0.109
15502026-03-02T21:34:05.941Z Compiling native-tls v0.2.12
15512026-03-02T21:34:06.183Z Compiling num_threads v0.1.7
15522026-03-02T21:34:06.291Z Compiling gimli v0.31.1
15532026-03-02T21:34:06.318Z Compiling quick-error v1.2.3
15542026-03-02T21:34:06.343Z Compiling bit-vec v0.8.0
15552026-03-02T21:34:06.492Z Compiling usdt-impl v0.6.0
15562026-03-02T21:34:06.836Z Compiling crossbeam-utils v0.8.21
15572026-03-02T21:34:06.899Z Compiling bit-set v0.8.0
15582026-03-02T21:34:07.225Z Compiling rusty-fork v0.3.0
15592026-03-02T21:34:07.357Z Compiling hyper v1.8.1
15602026-03-02T21:34:07.969Z Compiling time v0.3.47
15612026-03-02T21:34:10.048Z Compiling hyper-util v0.1.19
15622026-03-02T21:34:10.895Z Compiling addr2line v0.24.2
15632026-03-02T21:34:11.611Z Compiling dof v0.4.0
15642026-03-02T21:34:12.049Z Compiling derive_builder_core v0.20.2
15652026-03-02T21:34:13.793Z Compiling dtrace-parser v0.3.0
15662026-03-02T21:34:13.834Z Compiling rustls-native-certs v0.8.1
15672026-03-02T21:34:14.142Z Compiling signature v2.2.0
15682026-03-02T21:34:14.145Z Compiling unicode-normalization v0.1.24
15692026-03-02T21:34:14.405Z Compiling scroll_derive v0.12.0
15702026-03-02T21:34:14.466Z Compiling thiserror-impl v1.0.69
15712026-03-02T21:34:15.150Z Compiling darling_core v0.21.0
15722026-03-02T21:34:15.503Z Compiling heapless v0.7.17
15732026-03-02T21:34:15.566Z Compiling slog v2.8.2
15742026-03-02T21:34:15.773Z Compiling rand_xorshift v0.4.0
15752026-03-02T21:34:15.894Z Compiling sync_wrapper v1.0.1
15762026-03-02T21:34:15.921Z Compiling thread-id v5.0.0
15772026-03-02T21:34:16.063Z Compiling cookie v0.18.1
15782026-03-02T21:34:16.081Z Compiling object v0.36.5
15792026-03-02T21:34:16.088Z Compiling crc32fast v1.4.2
15802026-03-02T21:34:16.376Z Compiling zlib-rs v0.5.1
15812026-03-02T21:34:16.442Z Compiling anyhow v1.0.99
15822026-03-02T21:34:16.968Z Compiling unicode-bidi v0.3.17
15832026-03-02T21:34:17.030Z Compiling unarray v0.1.4
15842026-03-02T21:34:17.220Z Compiling paste v1.0.15
15852026-03-02T21:34:17.345Z Compiling siphasher v0.3.11
15862026-03-02T21:34:17.755Z Compiling rustc-demangle v0.1.24
15872026-03-02T21:34:17.758Z Compiling unicode-properties v0.1.3
15882026-03-02T21:34:18.303Z Compiling zstd-safe v7.2.3
15892026-03-02T21:34:18.313Z Compiling signal-hook v0.3.18
15902026-03-02T21:34:18.463Z Compiling stringprep v0.1.5
15912026-03-02T21:34:18.654Z Compiling phf_shared v0.11.2
15922026-03-02T21:34:18.677Z Compiling thiserror v1.0.69
15932026-03-02T21:34:18.680Z Compiling proptest v1.7.0
15942026-03-02T21:34:19.346Z Compiling tower v0.5.2
15952026-03-02T21:34:19.986Z Compiling scroll v0.12.0
15962026-03-02T21:34:20.454Z Compiling derive_builder_macro v0.20.2
15972026-03-02T21:34:21.374Z Compiling ipnetwork v0.21.1
15982026-03-02T21:34:21.421Z Compiling darling_macro v0.21.0
15992026-03-02T21:34:22.071Z Compiling http-body-util v0.1.3
16002026-03-02T21:34:22.106Z Compiling webpki-roots v1.0.1
16012026-03-02T21:34:22.172Z Compiling serde_spanned v0.6.9
16022026-03-02T21:34:22.217Z Compiling serde_tokenstream v0.2.3
16032026-03-02T21:34:22.339Z Compiling erased-serde v0.3.31
16042026-03-02T21:34:22.422Z Compiling toml_datetime v0.6.11
16052026-03-02T21:34:22.803Z Compiling libz-rs-sys v0.5.1
16062026-03-02T21:34:22.917Z Compiling backtrace v0.3.74
16072026-03-02T21:34:23.060Z Compiling rand_chacha v0.3.1
16082026-03-02T21:34:23.109Z Compiling md-5 v0.10.6
16092026-03-02T21:34:23.416Z Compiling curve25519-dalek v4.1.3
16102026-03-02T21:34:23.697Z Compiling vergen-lib v0.1.6
16112026-03-02T21:34:23.731Z Compiling num-integer v0.1.46
16122026-03-02T21:34:24.004Z Compiling ff v0.13.0
16132026-03-02T21:34:24.125Z Compiling hash32 v0.2.1
16142026-03-02T21:34:24.256Z Compiling memoffset v0.9.1
16152026-03-02T21:34:24.412Z Compiling base16ct v0.2.0
16162026-03-02T21:34:24.501Z Compiling litrs v0.4.1
16172026-03-02T21:34:24.584Z Compiling smoltcp v0.9.1
16182026-03-02T21:34:24.732Z Compiling num-bigint-dig v0.8.6
16192026-03-02T21:34:25.081Z Compiling ryu v1.0.18
16202026-03-02T21:34:25.100Z Compiling ref-cast v1.0.25
16212026-03-02T21:34:25.245Z Compiling psl-types v2.0.11
16222026-03-02T21:34:25.414Z Compiling fallible-iterator v0.2.0
16232026-03-02T21:34:25.480Z Compiling cfg_aliases v0.2.1
16242026-03-02T21:34:25.566Z Compiling iri-string v0.7.8
16252026-03-02T21:34:25.597Z Compiling nix v0.29.0
16262026-03-02T21:34:25.723Z Compiling document-features v0.2.11
16272026-03-02T21:34:25.772Z Compiling publicsuffix v2.3.0
16282026-03-02T21:34:26.088Z Compiling postgres-protocol v0.6.8
16292026-03-02T21:34:26.138Z Compiling serde_urlencoded v0.7.1
16302026-03-02T21:34:26.553Z Compiling sec1 v0.7.3
16312026-03-02T21:34:27.024Z Compiling num-iter v0.1.45
16322026-03-02T21:34:27.164Z Compiling group v0.13.0
16332026-03-02T21:34:27.232Z Compiling newtype-uuid v1.3.2
16342026-03-02T21:34:27.881Z Compiling rand v0.8.5
16352026-03-02T21:34:27.903Z Compiling flate2 v1.1.2
16362026-03-02T21:34:28.257Z Compiling darling v0.21.0
16372026-03-02T21:34:28.341Z Compiling oxnet v0.1.4
16382026-03-02T21:34:28.394Z Compiling derive_builder v0.20.2
16392026-03-02T21:34:28.585Z Compiling tower-http v0.6.8
16402026-03-02T21:34:28.853Z Compiling goblin v0.8.2
16412026-03-02T21:34:29.169Z Compiling tokio-native-tls v0.3.1
16422026-03-02T21:34:29.890Z Compiling regex v1.12.3
16432026-03-02T21:34:30.615Z Compiling terminal_size v0.4.0
16442026-03-02T21:34:30.618Z Compiling cargo-platform v0.1.8
16452026-03-02T21:34:30.711Z Compiling hkdf v0.12.4
16462026-03-02T21:34:30.863Z Compiling crypto-bigint v0.5.5
16472026-03-02T21:34:30.913Z Compiling daft-derive v0.1.4
16482026-03-02T21:34:31.008Z Compiling curve25519-dalek-derive v0.1.1
16492026-03-02T21:34:31.143Z Compiling strum_macros v0.27.2
16502026-03-02T21:34:32.444Z Compiling ref-cast-impl v1.0.25
16512026-03-02T21:34:32.478Z Compiling hubpack_derive v0.1.1
16522026-03-02T21:34:32.555Z Compiling async-trait v0.1.89
16532026-03-02T21:34:33.392Z Compiling vergen v9.0.6
16542026-03-02T21:34:33.685Z Compiling ahash v0.8.12
16552026-03-02T21:34:33.753Z Compiling fs-err v3.1.1
16562026-03-02T21:34:34.078Z Compiling either v1.15.0
16572026-03-02T21:34:34.109Z Compiling unicode-segmentation v1.12.0
16582026-03-02T21:34:34.515Z Compiling bumpalo v3.16.0
16592026-03-02T21:34:34.990Z Compiling lockfree-object-pool v0.1.6
16602026-03-02T21:34:34.996Z Compiling buf-list v1.0.3
16612026-03-02T21:34:34.996Z Compiling simd-adler32 v0.3.7
16622026-03-02T21:34:35.261Z Compiling winnow v0.5.40
16632026-03-02T21:34:35.572Z Compiling bitflags v1.3.2
16642026-03-02T21:34:35.636Z Compiling managed v0.8.0
16652026-03-02T21:34:35.772Z Compiling zopfli v0.8.1
16662026-03-02T21:34:36.150Z Compiling strum v0.27.2
16672026-03-02T21:34:36.363Z Compiling clap_builder v4.5.48
16682026-03-02T21:34:36.787Z Compiling dof v0.3.0
16692026-03-02T21:34:37.612Z Compiling elliptic-curve v0.13.8
16702026-03-02T21:34:38.079Z Compiling hubpack v0.1.2
16712026-03-02T21:34:38.175Z Compiling daft v0.1.4
16722026-03-02T21:34:38.489Z Compiling toml_edit v0.19.15
16732026-03-02T21:34:38.673Z Compiling cargo_metadata v0.19.2
16742026-03-02T21:34:38.716Z Compiling signal-hook-mio v0.2.4
16752026-03-02T21:34:38.783Z Compiling cookie_store v0.22.1
16762026-03-02T21:34:38.903Z Compiling zstd v0.13.3
16772026-03-02T21:34:39.457Z Compiling hyper-tls v0.6.0
16782026-03-02T21:34:41.177Z Compiling serde_with_macros v3.16.1
16792026-03-02T21:34:42.114Z Compiling postgres-types v0.2.9
16802026-03-02T21:34:43.575Z Compiling usdt-macro v0.6.0
16812026-03-02T21:34:43.738Z Compiling usdt-attr-macro v0.6.0
16822026-03-02T21:34:44.223Z Compiling phf v0.11.2
16832026-03-02T21:34:44.530Z Compiling dtrace-parser v0.2.0
16842026-03-02T21:34:44.758Z Compiling ed25519 v2.2.3
16852026-03-02T21:34:45.071Z Compiling bzip2 v0.4.4
16862026-03-02T21:34:45.344Z Compiling bzip2 v0.5.2
16872026-03-02T21:34:45.380Z Compiling bstr v1.10.0
16882026-03-02T21:34:45.477Z Compiling pkcs1 v0.7.5
16892026-03-02T21:34:45.759Z Compiling serde-big-array v0.5.1
16902026-03-02T21:34:46.024Z Compiling hex v0.4.3
16912026-03-02T21:34:46.437Z Compiling rfc6979 v0.4.0
16922026-03-02T21:34:46.459Z Compiling clap_derive v4.5.47
16932026-03-02T21:34:46.586Z Compiling serde_repr v0.1.19
16942026-03-02T21:34:46.629Z Compiling enum-as-inner v0.6.1
16952026-03-02T21:34:46.652Z Compiling strum_macros v0.26.4
16962026-03-02T21:34:46.858Z Compiling float-cmp v0.10.0
16972026-03-02T21:34:46.949Z Compiling env_filter v0.1.2
16982026-03-02T21:34:47.121Z Compiling memmap2 v0.9.8
16992026-03-02T21:34:47.550Z Compiling socket2 v0.5.10
17002026-03-02T21:34:47.589Z Compiling encoding_rs v0.8.34
17012026-03-02T21:34:47.666Z Compiling new_debug_unreachable v1.0.6
17022026-03-02T21:34:47.687Z Compiling predicates-core v1.0.8
17032026-03-02T21:34:47.778Z Compiling fixedbitset v0.4.2
17042026-03-02T21:34:47.997Z Compiling precomputed-hash v0.1.1
17052026-03-02T21:34:48.196Z Compiling rustc-hash v2.1.1
17062026-03-02T21:34:48.294Z Compiling data-encoding v2.9.0
17072026-03-02T21:34:48.413Z Compiling difflib v0.4.0
17082026-03-02T21:34:48.455Z Compiling keccak v0.1.5
17092026-03-02T21:34:49.732Z Compiling whoami v1.5.2
17102026-03-02T21:34:50.103Z Compiling normalize-line-endings v0.3.0
17112026-03-02T21:34:50.264Z Compiling jiff v0.2.15
17122026-03-02T21:34:50.309Z Compiling static_assertions v1.1.0
17132026-03-02T21:34:50.436Z Compiling fixedbitset v0.5.7
17142026-03-02T21:34:50.761Z Compiling mime v0.3.17
17152026-03-02T21:34:50.854Z Compiling clap v4.5.48
17162026-03-02T21:34:51.001Z Compiling petgraph v0.8.2
17172026-03-02T21:34:51.071Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17182026-03-02T21:34:51.091Z Compiling strum v0.26.3
17192026-03-02T21:34:51.306Z Compiling predicates v3.1.3
17202026-03-02T21:34:51.329Z Compiling tokio-postgres v0.7.13
17212026-03-02T21:34:51.350Z Compiling hickory-proto v0.25.2
17222026-03-02T21:34:52.810Z Compiling sha3 v0.10.8
17232026-03-02T21:34:53.187Z Compiling iddqd v0.3.16
17242026-03-02T21:34:53.916Z Compiling toml_edit v0.22.27
17252026-03-02T21:34:55.606Z Compiling string_cache v0.8.9
17262026-03-02T21:34:55.864Z Compiling petgraph v0.6.5
17272026-03-02T21:34:56.026Z Compiling usdt v0.6.0
17282026-03-02T21:34:56.500Z Compiling env_logger v0.11.8
17292026-03-02T21:34:56.816Z Compiling usdt-impl v0.5.0
17302026-03-02T21:34:57.258Z Compiling ecdsa v0.16.9
17312026-03-02T21:34:57.775Z Compiling zip v4.2.0
17322026-03-02T21:34:58.115Z Compiling serde_with v3.16.1
17332026-03-02T21:34:58.141Z Compiling similar v2.7.0
17342026-03-02T21:34:59.464Z Compiling rsa v0.9.8
17352026-03-02T21:34:59.957Z Compiling zip v0.6.6
17362026-03-02T21:35:00.145Z Compiling ed25519-dalek v2.1.1
17372026-03-02T21:35:01.260Z Compiling toml v0.7.8
17382026-03-02T21:35:01.920Z Compiling crossterm v0.28.1
17392026-03-02T21:35:02.845Z Compiling heck v0.4.1
17402026-03-02T21:35:03.065Z Compiling itertools v0.13.0
17412026-03-02T21:35:03.116Z Compiling itertools v0.10.5
17422026-03-02T21:35:03.260Z Compiling crossbeam-epoch v0.9.18
17432026-03-02T21:35:03.338Z Compiling tokio-stream v0.1.17
17442026-03-02T21:35:03.361Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17452026-03-02T21:35:03.816Z Compiling x509-cert v0.2.5
17462026-03-02T21:35:03.952Z Compiling openapiv3 v2.2.0
17472026-03-02T21:35:04.315Z Compiling sha1 v0.10.6
17482026-03-02T21:35:04.713Z Compiling winnow v0.6.26
17492026-03-02T21:35:05.126Z Compiling lalrpop-util v0.19.12
17502026-03-02T21:35:05.429Z Compiling peg-runtime v0.8.5
17512026-03-02T21:35:05.636Z Compiling thread_local v1.1.8
17522026-03-02T21:35:06.018Z Compiling slog-async v2.8.0
17532026-03-02T21:35:06.031Z Compiling crossbeam-channel v0.5.15
17542026-03-02T21:35:06.141Z Compiling xattr v1.3.1
17552026-03-02T21:35:06.454Z Compiling futures-executor v0.3.31
17562026-03-02T21:35:06.659Z Compiling is-terminal v0.4.13
17572026-03-02T21:35:06.830Z Compiling filetime v0.2.26
17582026-03-02T21:35:06.951Z Compiling term v1.1.0
17592026-03-02T21:35:07.038Z Compiling take_mut v0.2.2
17602026-03-02T21:35:07.106Z Compiling tar v0.4.44
17612026-03-02T21:35:07.129Z Compiling futures v0.3.31
17622026-03-02T21:35:07.887Z Compiling slog-term v2.9.2
17632026-03-02T21:35:16.545Z Compiling rustls-webpki v0.103.9
17642026-03-02T21:35:21.621Z Compiling tokio-rustls v0.26.0
17652026-03-02T21:35:21.621Z Compiling rustls-platform-verifier v0.6.2
17662026-03-02T21:35:21.935Z Compiling hyper-rustls v0.27.7
17672026-03-02T21:35:22.272Z Compiling reqwest v0.12.28
17682026-03-02T21:35:22.272Z Compiling reqwest v0.13.2
17692026-03-02T21:35:26.651Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17702026-03-02T21:35:26.954Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17712026-03-02T21:35:31.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
17722026-03-02T21:35:31.805Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17732026-03-02T21:35:31.861ZMar 02 21:35:30.519 INFO Starting download, target: Console
17742026-03-02T21:35:31.861ZMar 02 21:35:30.520 INFO Starting download, target: Cockroach
17752026-03-02T21:35:31.861ZMar 02 21:35:30.520 INFO Starting download, target: Clickhouse
17762026-03-02T21:35:31.864ZMar 02 21:35:30.520 INFO Starting download, target: DendriteStub
17772026-03-02T21:35:31.864ZMar 02 21:35:30.520 INFO Starting download, target: MaghemiteMgd
17782026-03-02T21:35:31.865ZMar 02 21:35:30.520 INFO Starting download, target: TransceiverControl
17792026-03-02T21:35:31.865ZMar 02 21:35:30.520 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17802026-03-02T21:35:31.865ZMar 02 21:35:30.520 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17812026-03-02T21:35:31.865ZMar 02 21:35:30.520 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17822026-03-02T21:35:31.865ZMar 02 21:35:30.520 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17832026-03-02T21:35:31.865ZMar 02 21:35:30.520 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17842026-03-02T21:35:31.865ZMar 02 21:35:30.520 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17852026-03-02T21:35:32.606ZMar 02 21:35:31.251 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17862026-03-02T21:35:32.857ZMar 02 21:35:31.506 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17872026-03-02T21:35:33.004ZMar 02 21:35:31.661 INFO Download complete, target: TransceiverControl
17882026-03-02T21:35:33.378ZMar 02 21:35:32.028 INFO Download complete, target: Console
17892026-03-02T21:35:34.182ZMar 02 21:35:32.832 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17902026-03-02T21:35:34.508ZMar 02 21:35:33.166 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17912026-03-02T21:35:34.508ZMar 02 21:35:33.166 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17922026-03-02T21:35:34.975ZMar 02 21:35:33.633 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17932026-03-02T21:35:35.054ZMar 02 21:35:33.713 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17942026-03-02T21:35:39.087ZMar 02 21:35:37.723 INFO Download complete, target: DendriteStub
17952026-03-02T21:35:39.092ZMar 02 21:35:37.724 INFO Download complete, target: MaghemiteMgd
17962026-03-02T21:35:42.479ZMar 02 21:35:41.137 INFO Checking that binary works, target: Cockroach
17972026-03-02T21:35:42.608ZMar 02 21:35:41.265 INFO Download complete, target: Cockroach
17982026-03-02T21:35:45.587ZMar 02 21:35:44.244 INFO Checking that binary works, target: Clickhouse
17992026-03-02T21:35:45.750ZMar 02 21:35:44.407 INFO Download complete, target: Clickhouse
18002026-03-02T21:35:45.771ZAll builder prerequisites installed successfully, and PATH looks valid
18012026-03-02T21:35:45.774Z
18022026-03-02T21:35:45.774Zreal 5:17.546166702
18032026-03-02T21:35:45.775Zuser 17:35.597372468
18042026-03-02T21:35:45.775Zsys 2:30.780348054
18052026-03-02T21:35:45.775Ztrap 0.658577221
18062026-03-02T21:35:45.775Ztflt 0.775305241
18072026-03-02T21:35:45.775Zdflt 0.902912900
18082026-03-02T21:35:45.775Zkflt 0.023082837
18092026-03-02T21:35:45.775Zlock 40:49.241015813
18102026-03-02T21:35:45.775Zslp 1:04:54.935390390
18112026-03-02T21:35:45.775Zlat 1:11.473653233
18122026-03-02T21:35:45.775Zstop 3:11.754482325
18132026-03-02T21:35:45.775Z++ bmat factory name
18142026-03-02T21:35:45.779Z++ bmat factory private
18152026-03-02T21:35:45.784Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-058c159c582a78bf3 '{
18162026-03-02T21:35:45.784Z buildomat: {
18172026-03-02T21:35:45.784Z factory: {
18182026-03-02T21:35:45.784Z name: $bmat_factory_name,
18192026-03-02T21:35:45.784Z private: $bmat_factory_private,
18202026-03-02T21:35:45.784Z },
18212026-03-02T21:35:45.784Z },
18222026-03-02T21:35:45.784Z }'
18232026-03-02T21:35:45.822Z+ banner ls-apis
18242026-03-02T21:35:45.825Z
18252026-03-02T21:35:45.825Z # #### ## ##### # ####
18262026-03-02T21:35:45.825Z # # # # # # # #
18272026-03-02T21:35:45.825Z # #### ##### # # # # # ####
18282026-03-02T21:35:45.825Z # # ###### ##### # #
18292026-03-02T21:35:45.826Z # # # # # # # # #
18302026-03-02T21:35:45.826Z ###### #### # # # # ####
18312026-03-02T21:35:45.826Z
18322026-03-02T21:35:45.826Z+ source ./tools/include/force-git-over-https.sh
18332026-03-02T21:35:45.826Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18342026-03-02T21:35:45.826Z++ (( i = 0 ))
18352026-03-02T21:35:45.826Z++ (( i < 5 ))
18362026-03-02T21:35:45.828Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18372026-03-02T21:35:45.832Z++ (( i++ ))
18382026-03-02T21:35:45.832Z++ (( i < 5 ))
18392026-03-02T21:35:45.832Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18402026-03-02T21:35:45.832Z++ (( i++ ))
18412026-03-02T21:35:45.832Z++ (( i < 5 ))
18422026-03-02T21:35:45.832Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18432026-03-02T21:35:45.834Z++ (( i++ ))
18442026-03-02T21:35:45.835Z++ (( i < 5 ))
18452026-03-02T21:35:45.835Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18462026-03-02T21:35:45.838Z++ (( i++ ))
18472026-03-02T21:35:45.838Z++ (( i < 5 ))
18482026-03-02T21:35:45.838Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18492026-03-02T21:35:45.841Z++ (( i++ ))
18502026-03-02T21:35:45.841Z++ (( i < 5 ))
18512026-03-02T21:35:45.841Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18522026-03-02T21:35:45.841Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18532026-03-02T21:35:45.841Z+ ptime -m cargo xtask ls-apis apis
18542026-03-02T21:35:46.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18552026-03-02T21:35:46.680Z Running `target/debug/xtask ls-apis apis`
18562026-03-02T21:35:47.787Z Compiling semver v0.1.20
18572026-03-02T21:35:47.927Z Compiling erased-serde v0.4.6
18582026-03-02T21:35:47.942Z Compiling ordered-float v2.10.1
18592026-03-02T21:35:47.942Z Compiling structmeta-derive v0.3.0
18602026-03-02T21:35:47.945Z Compiling toml v0.8.23
18612026-03-02T21:35:47.945Z Compiling cargo-platform v0.2.0
18622026-03-02T21:35:47.958Z Compiling indent_write v2.2.0
18632026-03-02T21:35:48.235Z Compiling rustc_version v0.1.7
18642026-03-02T21:35:48.432Z Compiling serde-value v0.7.0
18652026-03-02T21:35:48.593Z Compiling newtype_derive v0.1.6
18662026-03-02T21:35:48.815Z Compiling serde-untagged v0.1.7
18672026-03-02T21:35:49.186Z Compiling cargo-util-schemas v0.8.2
18682026-03-02T21:35:49.598Z Compiling structmeta v0.3.0
18692026-03-02T21:35:49.848Z Compiling parse-display-derive v0.10.0
18702026-03-02T21:35:50.612Z Compiling cargo_metadata v0.21.0
18712026-03-02T21:35:51.683Z Compiling parse-display v0.10.0
18722026-03-02T21:35:52.091Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
18732026-03-02T21:35:57.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.38s
18742026-03-02T21:35:57.274Z Running `target/debug/ls-apis apis`
18752026-03-02T21:35:57.318Zloading metadata for workspace omicron from current workspace
18762026-03-02T21:36:03.685Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
18772026-03-02T21:36:03.693Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
18782026-03-02T21:36:03.696Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
18792026-03-02T21:36:03.696Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
18802026-03-02T21:36:03.699Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
18812026-03-02T21:36:51.943Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
18822026-03-02T21:36:53.707Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18832026-03-02T21:36:53.732Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18842026-03-02T21:36:53.987ZBootstrap Agent (client: bootstrap-agent-client)
18852026-03-02T21:36:53.987Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18862026-03-02T21:36:53.987Z consumed by: wicketd (omicron/wicketd) via 1 path
18872026-03-02T21:36:53.987Z
18882026-03-02T21:36:53.987ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
18892026-03-02T21:36:53.987Z consumed by: wicketd (omicron/wicketd) via 2 paths
18902026-03-02T21:36:53.987Z
18912026-03-02T21:36:53.988ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
18922026-03-02T21:36:53.988Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18932026-03-02T21:36:53.988Z
18942026-03-02T21:36:53.988ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
18952026-03-02T21:36:53.988Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18962026-03-02T21:36:53.988Z
18972026-03-02T21:36:53.988ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
18982026-03-02T21:36:53.992Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18992026-03-02T21:36:53.992Z
19002026-03-02T21:36:53.992ZCockroachDB Cluster Admin (client: cockroach-admin-client)
19012026-03-02T21:36:53.992Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19022026-03-02T21:36:53.992Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19032026-03-02T21:36:53.992Z
19042026-03-02T21:36:53.992ZCrucible Agent (client: crucible-agent-client)
19052026-03-02T21:36:53.992Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19062026-03-02T21:36:53.993Z
19072026-03-02T21:36:53.993ZCrucible Control (for testing only) (client: crucible-control-client)
19082026-03-02T21:36:53.993Z
19092026-03-02T21:36:53.993ZCrucible Pantry (client: crucible-pantry-client)
19102026-03-02T21:36:53.993Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19112026-03-02T21:36:53.993Z
19122026-03-02T21:36:53.993ZMaghemite DDM Admin (client: ddm-admin-client)
19132026-03-02T21:36:53.993Z consumed by: installinator (omicron/installinator) via 1 path
19142026-03-02T21:36:53.993Z consumed by: mgd (maghemite/mgd) via 1 path
19152026-03-02T21:36:53.993Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19162026-03-02T21:36:53.993Z consumed by: wicketd (omicron/wicketd) via 1 path
19172026-03-02T21:36:53.993Z
19182026-03-02T21:36:53.993ZDNS Server (client: dns-service-client)
19192026-03-02T21:36:53.997Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19202026-03-02T21:36:53.997Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19212026-03-02T21:36:53.997Z
19222026-03-02T21:36:53.997ZDendrite DPD (client: dpd-client)
19232026-03-02T21:36:53.997Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19242026-03-02T21:36:53.997Z consumed by: lldpd (lldp/lldpd) via 2 paths
19252026-03-02T21:36:53.997Z consumed by: mgd (maghemite/mgd) via 1 path
19262026-03-02T21:36:53.997Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19272026-03-02T21:36:53.997Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19282026-03-02T21:36:53.997Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19292026-03-02T21:36:53.998Z consumed by: wicketd (omicron/wicketd) via 2 paths
19302026-03-02T21:36:53.998Z
19312026-03-02T21:36:53.998ZDownstairs Controller (debugging only) (client: dsc-client)
19322026-03-02T21:36:53.998Z
19332026-03-02T21:36:53.998ZManagement Gateway Service (client: gateway-client)
19342026-03-02T21:36:54.002Z consumed by: dpd (dendrite/dpd) via 1 path
19352026-03-02T21:36:54.002Z consumed by: mgd (maghemite/mgd) via 1 path
19362026-03-02T21:36:54.002Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
19372026-03-02T21:36:54.002Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19382026-03-02T21:36:54.005Z consumed by: wicketd (omicron/wicketd) via 3 paths
19392026-03-02T21:36:54.005Z
19402026-03-02T21:36:54.006ZWicketd Installinator (client: installinator-client)
19412026-03-02T21:36:54.006Z consumed by: installinator (omicron/installinator) via 1 path
19422026-03-02T21:36:54.006Z
19432026-03-02T21:36:54.006ZLLDP daemon (client: lldpd-client)
19442026-03-02T21:36:54.006Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19452026-03-02T21:36:54.006Z consumed by: tfportd (dendrite/tfportd) via 1 path
19462026-03-02T21:36:54.006Z
19472026-03-02T21:36:54.006ZMaghemite MG Admin (client: mg-admin-client)
19482026-03-02T21:36:54.013Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19492026-03-02T21:36:54.013Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19502026-03-02T21:36:54.013Z
19512026-03-02T21:36:54.013ZNexus Internal API (client: nexus-client)
19522026-03-02T21:36:54.019Z consumed by: crucible-pantry (crucible/pantry) via 1 path
19532026-03-02T21:36:54.019Z consumed by: dpd (dendrite/dpd) via 1 path
19542026-03-02T21:36:54.019Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19552026-03-02T21:36:54.019Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
19562026-03-02T21:36:54.019Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
19572026-03-02T21:36:54.019Z
19582026-03-02T21:36:54.020ZNexus Internal Lockstep API (client: nexus-lockstep-client)
19592026-03-02T21:36:54.020Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19602026-03-02T21:36:54.024Z status: expected, reason: Only RSS uses this API and it is not part of upgrade
19612026-03-02T21:36:54.025Z
19622026-03-02T21:36:54.025ZNTP Admin (client: ntp-admin-client)
19632026-03-02T21:36:54.025Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19642026-03-02T21:36:54.025Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19652026-03-02T21:36:54.025Z
19662026-03-02T21:36:54.025ZExternal API (client: oxide-client)
19672026-03-02T21:36:54.025Z
19682026-03-02T21:36:54.025ZOximeter (client: oximeter-client)
19692026-03-02T21:36:54.025Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19702026-03-02T21:36:54.025Z
19712026-03-02T21:36:54.025ZPropolis (client: propolis-client)
19722026-03-02T21:36:54.025Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19732026-03-02T21:36:54.025Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19742026-03-02T21:36:54.025Z
19752026-03-02T21:36:54.025ZCrucible Repair (client: repair-client)
19762026-03-02T21:36:54.025Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
19772026-03-02T21:36:54.025Z
19782026-03-02T21:36:54.025ZRepo Depot API (client: repo-depot-client)
19792026-03-02T21:36:54.025Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19802026-03-02T21:36:54.026Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19812026-03-02T21:36:54.026Z
19822026-03-02T21:36:54.026ZSled Agent (client: sled-agent-client)
19832026-03-02T21:36:54.083Z consumed by: omicron-nexus (omicron/nexus) via 8 paths
19842026-03-02T21:36:54.084Z
19852026-03-02T21:36:54.084ZWicketd (client: wicketd-client)
19862026-03-02T21:36:54.084Z
19872026-03-02T21:36:54.125Z
19882026-03-02T21:36:54.132Zreal 1:08.252400163
19892026-03-02T21:36:54.132Zuser 39.175488679
19902026-03-02T21:36:54.132Zsys 13.809704836
19912026-03-02T21:36:54.132Ztrap 0.026831347
19922026-03-02T21:36:54.132Ztflt 0.126798536
19932026-03-02T21:36:54.132Zdflt 0.262229095
19942026-03-02T21:36:54.132Zkflt 0.000008788
19952026-03-02T21:36:54.133Zlock 1:00.781724832
19962026-03-02T21:36:54.133Zslp 11:00.162222036
19972026-03-02T21:36:54.133Zlat 1.038887023
19982026-03-02T21:36:54.133Zstop 2.778540101
19992026-03-02T21:36:54.133Z+ ptime -m cargo xtask ls-apis deployment-units
20002026-03-02T21:36:54.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
20012026-03-02T21:36:55.027Z Running `target/debug/xtask ls-apis deployment-units`
20022026-03-02T21:36:56.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
20032026-03-02T21:36:56.277Z Running `target/debug/ls-apis deployment-units`
20042026-03-02T21:36:56.326Zloading metadata for workspace omicron from current workspace
20052026-03-02T21:36:57.932Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
20062026-03-02T21:36:57.935Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
20072026-03-02T21:36:57.935Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
20082026-03-02T21:36:57.938Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
20092026-03-02T21:36:57.941Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
20102026-03-02T21:37:01.870Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
20112026-03-02T21:37:02.814Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20122026-03-02T21:37:02.838Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20132026-03-02T21:37:03.085ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
20142026-03-02T21:37:03.085Z omicron-clickhouse-admin (omicron/clickhouse-admin)
20152026-03-02T21:37:03.085Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20162026-03-02T21:37:03.085Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20172026-03-02T21:37:03.085Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20182026-03-02T21:37:03.085Z
20192026-03-02T21:37:03.085Z
20202026-03-02T21:37:03.085ZCockroach
20212026-03-02T21:37:03.085Z omicron-cockroach-admin (omicron/cockroach-admin)
20222026-03-02T21:37:03.085Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20232026-03-02T21:37:03.085Z
20242026-03-02T21:37:03.085Z
20252026-03-02T21:37:03.085ZCrucible
20262026-03-02T21:37:03.085Z crucible-agent (crucible/agent)
20272026-03-02T21:37:03.085Z exposes: Crucible Agent (client = crucible-agent-client)
20282026-03-02T21:37:03.088Z
20292026-03-02T21:37:03.088Z crucible-downstairs (crucible/downstairs)
20302026-03-02T21:37:03.088Z exposes: Crucible Repair (client = repair-client)
20312026-03-02T21:37:03.088Z consumes: repair-client
20322026-03-02T21:37:03.088Z
20332026-03-02T21:37:03.088Z
20342026-03-02T21:37:03.088ZCrucible Pantry
20352026-03-02T21:37:03.088Z crucible-pantry (crucible/pantry)
20362026-03-02T21:37:03.088Z exposes: Crucible Pantry (client = crucible-pantry-client)
20372026-03-02T21:37:03.088Z consumes: nexus-client
20382026-03-02T21:37:03.089Z
20392026-03-02T21:37:03.089Z
20402026-03-02T21:37:03.089ZDNS Server
20412026-03-02T21:37:03.089Z dns-server (omicron/dns-server)
20422026-03-02T21:37:03.089Z exposes: DNS Server (client = dns-service-client)
20432026-03-02T21:37:03.089Z
20442026-03-02T21:37:03.089Z
20452026-03-02T21:37:03.089ZHost OS
20462026-03-02T21:37:03.089Z ddmd (maghemite/ddmd)
20472026-03-02T21:37:03.089Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20482026-03-02T21:37:03.092Z consumes: dpd-client
20492026-03-02T21:37:03.092Z
20502026-03-02T21:37:03.092Z dpd (dendrite/dpd)
20512026-03-02T21:37:03.092Z exposes: Dendrite DPD (client = dpd-client)
20522026-03-02T21:37:03.092Z consumes: gateway-client
20532026-03-02T21:37:03.092Z consumes: nexus-client
20542026-03-02T21:37:03.092Z
20552026-03-02T21:37:03.092Z lldpd (lldp/lldpd)
20562026-03-02T21:37:03.092Z exposes: LLDP daemon (client = lldpd-client)
20572026-03-02T21:37:03.095Z consumes: dpd-client
20582026-03-02T21:37:03.095Z
20592026-03-02T21:37:03.095Z mgd (maghemite/mgd)
20602026-03-02T21:37:03.095Z exposes: Maghemite MG Admin (client = mg-admin-client)
20612026-03-02T21:37:03.095Z consumes: ddm-admin-client
20622026-03-02T21:37:03.095Z consumes: dpd-client
20632026-03-02T21:37:03.095Z consumes: gateway-client
20642026-03-02T21:37:03.095Z
20652026-03-02T21:37:03.095Z omicron-gateway (omicron/gateway)
20662026-03-02T21:37:03.095Z exposes: Management Gateway Service (client = gateway-client)
20672026-03-02T21:37:03.098Z
20682026-03-02T21:37:03.098Z omicron-sled-agent (omicron/sled-agent)
20692026-03-02T21:37:03.098Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20702026-03-02T21:37:03.098Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
20712026-03-02T21:37:03.098Z exposes: Repo Depot API (client = repo-depot-client)
20722026-03-02T21:37:03.098Z exposes: Sled Agent (client = sled-agent-client)
20732026-03-02T21:37:03.102Z consumes: bootstrap-agent-client
20742026-03-02T21:37:03.102Z consumes: cockroach-admin-client
20752026-03-02T21:37:03.102Z consumes: ddm-admin-client
20762026-03-02T21:37:03.102Z consumes: dns-service-client
20772026-03-02T21:37:03.102Z consumes: dpd-client
20782026-03-02T21:37:03.102Z consumes: gateway-client
20792026-03-02T21:37:03.102Z consumes: mg-admin-client
20802026-03-02T21:37:03.102Z consumes: nexus-client
20812026-03-02T21:37:03.102Z consumes: nexus-lockstep-client
20822026-03-02T21:37:03.102Z consumes: ntp-admin-client
20832026-03-02T21:37:03.102Z consumes: propolis-client
20842026-03-02T21:37:03.102Z consumes: repo-depot-client
20852026-03-02T21:37:03.102Z
20862026-03-02T21:37:03.102Z propolis-server (propolis/bin/propolis-server)
20872026-03-02T21:37:03.102Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20882026-03-02T21:37:03.102Z exposes: Propolis (client = propolis-client)
20892026-03-02T21:37:03.102Z consumes: nexus-client
20902026-03-02T21:37:03.102Z
20912026-03-02T21:37:03.102Z tfportd (dendrite/tfportd)
20922026-03-02T21:37:03.106Z consumes: dpd-client
20932026-03-02T21:37:03.106Z consumes: lldpd-client
20942026-03-02T21:37:03.106Z
20952026-03-02T21:37:03.106Z wicketd (omicron/wicketd)
20962026-03-02T21:37:03.106Z exposes: Wicketd Installinator (client = installinator-client)
20972026-03-02T21:37:03.106Z exposes: Wicketd (client = wicketd-client)
20982026-03-02T21:37:03.106Z consumes: bootstrap-agent-client
20992026-03-02T21:37:03.106Z consumes: bootstrap-agent-lockstep-client
21002026-03-02T21:37:03.106Z consumes: ddm-admin-client
21012026-03-02T21:37:03.106Z consumes: dpd-client
21022026-03-02T21:37:03.106Z consumes: gateway-client
21032026-03-02T21:37:03.106Z
21042026-03-02T21:37:03.106Z
21052026-03-02T21:37:03.107ZInstallinator
21062026-03-02T21:37:03.107Z installinator (omicron/installinator)
21072026-03-02T21:37:03.107Z consumes: ddm-admin-client
21082026-03-02T21:37:03.107Z consumes: installinator-client
21092026-03-02T21:37:03.107Z
21102026-03-02T21:37:03.107Z
21112026-03-02T21:37:03.107ZNTP
21122026-03-02T21:37:03.107Z omicron-ntp-admin (omicron/ntp-admin)
21132026-03-02T21:37:03.107Z exposes: NTP Admin (client = ntp-admin-client)
21142026-03-02T21:37:03.107Z
21152026-03-02T21:37:03.107Z
21162026-03-02T21:37:03.107ZNexus
21172026-03-02T21:37:03.107Z omicron-nexus (omicron/nexus)
21182026-03-02T21:37:03.107Z exposes: Nexus Internal API (client = nexus-client)
21192026-03-02T21:37:03.107Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
21202026-03-02T21:37:03.107Z exposes: External API (client = oxide-client)
21212026-03-02T21:37:03.110Z consumes: clickhouse-admin-keeper-client
21222026-03-02T21:37:03.110Z consumes: clickhouse-admin-server-client
21232026-03-02T21:37:03.110Z consumes: clickhouse-admin-single-client
21242026-03-02T21:37:03.110Z consumes: cockroach-admin-client
21252026-03-02T21:37:03.110Z consumes: crucible-agent-client
21262026-03-02T21:37:03.110Z consumes: crucible-pantry-client
21272026-03-02T21:37:03.110Z consumes: dns-service-client
21282026-03-02T21:37:03.110Z consumes: dpd-client
21292026-03-02T21:37:03.111Z consumes: gateway-client
21302026-03-02T21:37:03.111Z consumes: lldpd-client
21312026-03-02T21:37:03.111Z consumes: mg-admin-client
21322026-03-02T21:37:03.111Z consumes: ntp-admin-client
21332026-03-02T21:37:03.111Z consumes: oximeter-client
21342026-03-02T21:37:03.111Z consumes: propolis-client
21352026-03-02T21:37:03.111Z consumes: repo-depot-client
21362026-03-02T21:37:03.111Z consumes: sled-agent-client
21372026-03-02T21:37:03.111Z
21382026-03-02T21:37:03.111Z
21392026-03-02T21:37:03.111ZOximeter
21402026-03-02T21:37:03.111Z oximeter-collector (omicron/oximeter/collector)
21412026-03-02T21:37:03.111Z exposes: Oximeter (client = oximeter-client)
21422026-03-02T21:37:03.111Z consumes: nexus-client
21432026-03-02T21:37:03.111Z
21442026-03-02T21:37:03.111Z
21452026-03-02T21:37:03.204Z
21462026-03-02T21:37:03.207Zreal 9.053631165
21472026-03-02T21:37:03.207Zuser 7.465961714
21482026-03-02T21:37:03.207Zsys 2.983778945
21492026-03-02T21:37:03.207Ztrap 0.004239350
21502026-03-02T21:37:03.207Ztflt 0.000039748
21512026-03-02T21:37:03.207Zdflt 0.000039263
21522026-03-02T21:37:03.207Zkflt 0.000001549
21532026-03-02T21:37:03.207Zlock 0.409874803
21542026-03-02T21:37:03.207Zslp 35.131099159
21552026-03-02T21:37:03.207Zlat 0.041622661
21562026-03-02T21:37:03.207Zstop 0.006552870
21572026-03-02T21:37:03.207Z+ ptime -m cargo xtask ls-apis servers
21582026-03-02T21:37:03.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
21592026-03-02T21:37:04.019Z Running `target/debug/xtask ls-apis servers`
21602026-03-02T21:37:05.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
21612026-03-02T21:37:05.168Z Running `target/debug/ls-apis servers`
21622026-03-02T21:37:05.217Zloading metadata for workspace omicron from current workspace
21632026-03-02T21:37:06.776Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
21642026-03-02T21:37:06.779Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
21652026-03-02T21:37:06.782Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
21662026-03-02T21:37:06.785Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
21672026-03-02T21:37:06.788Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
21682026-03-02T21:37:10.470Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
21692026-03-02T21:37:11.388Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21702026-03-02T21:37:11.410Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21712026-03-02T21:37:11.646Zomicron-clickhouse-admin (omicron/clickhouse-admin)
21722026-03-02T21:37:11.646Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21732026-03-02T21:37:11.646Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21742026-03-02T21:37:11.646Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21752026-03-02T21:37:11.646Z
21762026-03-02T21:37:11.646Zomicron-cockroach-admin (omicron/cockroach-admin)
21772026-03-02T21:37:11.646Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21782026-03-02T21:37:11.646Z
21792026-03-02T21:37:11.646Zcrucible-agent (crucible/agent)
21802026-03-02T21:37:11.646Z exposes: Crucible Agent (client = crucible-agent-client)
21812026-03-02T21:37:11.650Z
21822026-03-02T21:37:11.650Zcrucible-downstairs (crucible/downstairs)
21832026-03-02T21:37:11.650Z exposes: Crucible Repair (client = repair-client)
21842026-03-02T21:37:11.650Z consumes: repair-client
21852026-03-02T21:37:11.650Z
21862026-03-02T21:37:11.650Zcrucible-pantry (crucible/pantry)
21872026-03-02T21:37:11.650Z exposes: Crucible Pantry (client = crucible-pantry-client)
21882026-03-02T21:37:11.653Z consumes: nexus-client
21892026-03-02T21:37:11.653Z
21902026-03-02T21:37:11.653Zdns-server (omicron/dns-server)
21912026-03-02T21:37:11.653Z exposes: DNS Server (client = dns-service-client)
21922026-03-02T21:37:11.653Z
21932026-03-02T21:37:11.653Zomicron-sled-agent (omicron/sled-agent)
21942026-03-02T21:37:11.653Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
21952026-03-02T21:37:11.653Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
21962026-03-02T21:37:11.653Z exposes: Repo Depot API (client = repo-depot-client)
21972026-03-02T21:37:11.653Z exposes: Sled Agent (client = sled-agent-client)
21982026-03-02T21:37:11.656Z consumes: bootstrap-agent-client
21992026-03-02T21:37:11.656Z consumes: cockroach-admin-client
22002026-03-02T21:37:11.656Z consumes: ddm-admin-client
22012026-03-02T21:37:11.656Z consumes: dns-service-client
22022026-03-02T21:37:11.656Z consumes: dpd-client
22032026-03-02T21:37:11.656Z consumes: gateway-client
22042026-03-02T21:37:11.656Z consumes: mg-admin-client
22052026-03-02T21:37:11.656Z consumes: nexus-client
22062026-03-02T21:37:11.656Z consumes: nexus-lockstep-client
22072026-03-02T21:37:11.656Z consumes: ntp-admin-client
22082026-03-02T21:37:11.656Z consumes: propolis-client
22092026-03-02T21:37:11.656Z consumes: repo-depot-client
22102026-03-02T21:37:11.656Z
22112026-03-02T21:37:11.656Zpropolis-server (propolis/bin/propolis-server)
22122026-03-02T21:37:11.657Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
22132026-03-02T21:37:11.657Z exposes: Propolis (client = propolis-client)
22142026-03-02T21:37:11.660Z consumes: nexus-client
22152026-03-02T21:37:11.660Z
22162026-03-02T21:37:11.660Zddmd (maghemite/ddmd)
22172026-03-02T21:37:11.660Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
22182026-03-02T21:37:11.660Z consumes: dpd-client
22192026-03-02T21:37:11.660Z
22202026-03-02T21:37:11.660Zdpd (dendrite/dpd)
22212026-03-02T21:37:11.660Z exposes: Dendrite DPD (client = dpd-client)
22222026-03-02T21:37:11.663Z consumes: gateway-client
22232026-03-02T21:37:11.663Z consumes: nexus-client
22242026-03-02T21:37:11.663Z
22252026-03-02T21:37:11.663Zlldpd (lldp/lldpd)
22262026-03-02T21:37:11.663Z exposes: LLDP daemon (client = lldpd-client)
22272026-03-02T21:37:11.663Z consumes: dpd-client
22282026-03-02T21:37:11.663Z
22292026-03-02T21:37:11.663Zmgd (maghemite/mgd)
22302026-03-02T21:37:11.663Z exposes: Maghemite MG Admin (client = mg-admin-client)
22312026-03-02T21:37:11.663Z consumes: ddm-admin-client
22322026-03-02T21:37:11.663Z consumes: dpd-client
22332026-03-02T21:37:11.663Z consumes: gateway-client
22342026-03-02T21:37:11.663Z
22352026-03-02T21:37:11.663Zomicron-gateway (omicron/gateway)
22362026-03-02T21:37:11.663Z exposes: Management Gateway Service (client = gateway-client)
22372026-03-02T21:37:11.666Z
22382026-03-02T21:37:11.666Ztfportd (dendrite/tfportd)
22392026-03-02T21:37:11.667Z consumes: dpd-client
22402026-03-02T21:37:11.667Z consumes: lldpd-client
22412026-03-02T21:37:11.667Z
22422026-03-02T21:37:11.667Zwicketd (omicron/wicketd)
22432026-03-02T21:37:11.667Z exposes: Wicketd Installinator (client = installinator-client)
22442026-03-02T21:37:11.667Z exposes: Wicketd (client = wicketd-client)
22452026-03-02T21:37:11.670Z consumes: bootstrap-agent-client
22462026-03-02T21:37:11.670Z consumes: bootstrap-agent-lockstep-client
22472026-03-02T21:37:11.670Z consumes: ddm-admin-client
22482026-03-02T21:37:11.670Z consumes: dpd-client
22492026-03-02T21:37:11.670Z consumes: gateway-client
22502026-03-02T21:37:11.670Z
22512026-03-02T21:37:11.670Zinstallinator (omicron/installinator)
22522026-03-02T21:37:11.670Z consumes: ddm-admin-client
22532026-03-02T21:37:11.670Z consumes: installinator-client
22542026-03-02T21:37:11.670Z
22552026-03-02T21:37:11.670Zomicron-ntp-admin (omicron/ntp-admin)
22562026-03-02T21:37:11.670Z exposes: NTP Admin (client = ntp-admin-client)
22572026-03-02T21:37:11.670Z
22582026-03-02T21:37:11.670Zomicron-nexus (omicron/nexus)
22592026-03-02T21:37:11.670Z exposes: Nexus Internal API (client = nexus-client)
22602026-03-02T21:37:11.670Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22612026-03-02T21:37:11.670Z exposes: External API (client = oxide-client)
22622026-03-02T21:37:11.675Z consumes: clickhouse-admin-keeper-client
22632026-03-02T21:37:11.675Z consumes: clickhouse-admin-server-client
22642026-03-02T21:37:11.675Z consumes: clickhouse-admin-single-client
22652026-03-02T21:37:11.675Z consumes: cockroach-admin-client
22662026-03-02T21:37:11.675Z consumes: crucible-agent-client
22672026-03-02T21:37:11.675Z consumes: crucible-pantry-client
22682026-03-02T21:37:11.675Z consumes: dns-service-client
22692026-03-02T21:37:11.675Z consumes: dpd-client
22702026-03-02T21:37:11.675Z consumes: gateway-client
22712026-03-02T21:37:11.675Z consumes: lldpd-client
22722026-03-02T21:37:11.675Z consumes: mg-admin-client
22732026-03-02T21:37:11.675Z consumes: ntp-admin-client
22742026-03-02T21:37:11.675Z consumes: oximeter-client
22752026-03-02T21:37:11.675Z consumes: propolis-client
22762026-03-02T21:37:11.675Z consumes: repo-depot-client
22772026-03-02T21:37:11.675Z consumes: sled-agent-client
22782026-03-02T21:37:11.675Z
22792026-03-02T21:37:11.675Zoximeter-collector (omicron/oximeter/collector)
22802026-03-02T21:37:11.675Z exposes: Oximeter (client = oximeter-client)
22812026-03-02T21:37:11.675Z consumes: nexus-client
22822026-03-02T21:37:11.675Z
22832026-03-02T21:37:11.766Z
22842026-03-02T21:37:11.770Zreal 8.535709749
22852026-03-02T21:37:11.770Zuser 7.208983383
22862026-03-02T21:37:11.770Zsys 2.670571043
22872026-03-02T21:37:11.770Ztrap 0.001292137
22882026-03-02T21:37:11.770Ztflt 0.000069261
22892026-03-02T21:37:11.770Zdflt 0.000284368
22902026-03-02T21:37:11.770Zkflt 0.000003759
22912026-03-02T21:37:11.770Zlock 0.398138752
22922026-03-02T21:37:11.770Zslp 33.130754612
22932026-03-02T21:37:11.770Zlat 0.017942102
22942026-03-02T21:37:11.770Zstop 0.006961623
22952026-03-02T21:37:11.770Z+ ptime -m cargo xtask ls-apis check
22962026-03-02T21:37:12.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
22972026-03-02T21:37:12.543Z Running `target/debug/xtask ls-apis check`
22982026-03-02T21:37:13.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
22992026-03-02T21:37:13.692Z Running `target/debug/ls-apis check`
23002026-03-02T21:37:13.741Zloading metadata for workspace omicron from current workspace
23012026-03-02T21:37:15.286Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
23022026-03-02T21:37:15.289Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
23032026-03-02T21:37:15.289Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
23042026-03-02T21:37:15.291Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
23052026-03-02T21:37:15.294Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
23062026-03-02T21:37:18.941Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
23072026-03-02T21:37:19.865Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23082026-03-02T21:37:19.888Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23092026-03-02T21:37:20.279Z
23102026-03-02T21:37:20.279Z
23112026-03-02T21:37:20.279ZServer-managed APIs:
23122026-03-02T21:37:20.279Z
23132026-03-02T21:37:20.279Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
23142026-03-02T21:37:20.279Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
23152026-03-02T21:37:20.279Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
23162026-03-02T21:37:20.279Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
23172026-03-02T21:37:20.279Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
23182026-03-02T21:37:20.279Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
23192026-03-02T21:37:20.279Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
23202026-03-02T21:37:20.279Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
23212026-03-02T21:37:20.279Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
23222026-03-02T21:37:20.279Z DNS Server (dns-service-client, exposed by dns-server)
23232026-03-02T21:37:20.279Z Dendrite DPD (dpd-client, exposed by dpd)
23242026-03-02T21:37:20.279Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
23252026-03-02T21:37:20.279Z LLDP daemon (lldpd-client, exposed by lldpd)
23262026-03-02T21:37:20.279Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
23272026-03-02T21:37:20.279Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
23282026-03-02T21:37:20.280Z External API (oxide-client, exposed by omicron-nexus)
23292026-03-02T21:37:20.280Z Oximeter (oximeter-client, exposed by oximeter-collector)
23302026-03-02T21:37:20.280Z Propolis (propolis-client, exposed by propolis-server)
23312026-03-02T21:37:20.280Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
23322026-03-02T21:37:20.280Z Wicketd (wicketd-client, exposed by wicketd)
23332026-03-02T21:37:20.280Z
23342026-03-02T21:37:20.280Z
23352026-03-02T21:37:20.280ZClient-managed API:
23362026-03-02T21:37:20.280Z
23372026-03-02T21:37:20.280Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
23382026-03-02T21:37:20.280Z reason: depends on itself (i.e., instances call each other)
23392026-03-02T21:37:20.280Z Wicketd Installinator (installinator-client, exposed by wicketd)
23402026-03-02T21:37:20.280Z reason: client is provided implicitly by the operator
23412026-03-02T21:37:20.280Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
23422026-03-02T21:37:20.280Z reason: Circular dependencies between Nexus and other services
23432026-03-02T21:37:20.280Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
23442026-03-02T21:37:20.280Z reason: Circular dependencies between Nexus and other services
23452026-03-02T21:37:20.280Z Crucible Repair (repair-client, exposed by crucible-downstairs)
23462026-03-02T21:37:20.280Z reason: depends on itself (i.e., instances call each other)
23472026-03-02T21:37:20.280Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
23482026-03-02T21:37:20.280Z reason: depends on itself (i.e., instances call each other)
23492026-03-02T21:37:20.280Z
23502026-03-02T21:37:20.280Z
23512026-03-02T21:37:20.280ZAPIs with unknown version management: none
23522026-03-02T21:37:20.280Z
23532026-03-02T21:37:20.280Z
23542026-03-02T21:37:20.284ZAPIs that failed consumer checks: none
23552026-03-02T21:37:20.373Z
23562026-03-02T21:37:20.376Zreal 8.578728685
23572026-03-02T21:37:20.376Zuser 7.336065135
23582026-03-02T21:37:20.376Zsys 2.603442936
23592026-03-02T21:37:20.376Ztrap 0.000724327
23602026-03-02T21:37:20.376Ztflt 0.000074263
23612026-03-02T21:37:20.376Zdflt 0.000152033
23622026-03-02T21:37:20.376Zkflt 0.000004819
23632026-03-02T21:37:20.376Zlock 0.381355382
23642026-03-02T21:37:20.376Zslp 32.706143921
23652026-03-02T21:37:20.376Zlat 0.014794550
23662026-03-02T21:37:20.376Zstop 0.006666779
23672026-03-02T21:37:20.376Z+ ptime -m cargo xtask ls-apis adoc
23682026-03-02T21:37:21.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
23692026-03-02T21:37:21.164Z Running `target/debug/xtask ls-apis adoc`
23702026-03-02T21:37:22.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
23712026-03-02T21:37:22.303Z Running `target/debug/ls-apis adoc`
23722026-03-02T21:37:22.351Zloading metadata for workspace omicron from current workspace
23732026-03-02T21:37:23.892Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml
23742026-03-02T21:37:23.896Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/Cargo.toml
23752026-03-02T21:37:23.900Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml
23762026-03-02T21:37:23.900Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/Cargo.toml
23772026-03-02T21:37:23.907Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml
23782026-03-02T21:37:27.516Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/Cargo.toml
23792026-03-02T21:37:28.413Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
23802026-03-02T21:37:28.436Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
23812026-03-02T21:37:28.802Z
23822026-03-02T21:37:28.805Zreal 8.401682918
23832026-03-02T21:37:28.805Zuser 7.163233947
23842026-03-02T21:37:28.805Zsys 2.578708242
23852026-03-02T21:37:28.805Ztrap 0.000733101
23862026-03-02T21:37:28.805Ztflt 0.000051797
23872026-03-02T21:37:28.805Zdflt 0.000056789
23882026-03-02T21:37:28.805Zkflt 0.000003348
23892026-03-02T21:37:28.805Zlock 0.386466367
23902026-03-02T21:37:28.806Zslp 32.389741630
23912026-03-02T21:37:28.806Zlat 0.014144014
23922026-03-02T21:37:28.806Zstop 0.006875619
23932026-03-02T21:37:28.806Z+ banner build
23942026-03-02T21:37:28.806Z
23952026-03-02T21:37:28.806Z ##### # # # # #####
23962026-03-02T21:37:28.806Z # # # # # # # #
23972026-03-02T21:37:28.806Z ##### # # # # # #
23982026-03-02T21:37:28.806Z # # # # # # # #
23992026-03-02T21:37:28.806Z # # # # # # # #
24002026-03-02T21:37:28.806Z ##### #### # ###### #####
24012026-03-02T21:37:28.806Z
24022026-03-02T21:37:28.806Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
24032026-03-02T21:37:28.806Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
24042026-03-02T21:37:28.806Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
24052026-03-02T21:37:28.806Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
24062026-03-02T21:37:28.806Z+ [[ illumos == \i\l\l\u\m\o\s ]]
24072026-03-02T21:37:28.806Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
24082026-03-02T21:37:28.806Z+ export TMPDIR=/var/tmp/omicron_tmp
24092026-03-02T21:37:28.806Z+ TMPDIR=/var/tmp/omicron_tmp
24102026-03-02T21:37:28.806Z+ export RUST_BACKTRACE=1
24112026-03-02T21:37:28.806Z+ RUST_BACKTRACE=1
24122026-03-02T21:37:28.806Z+ export CARGO_INCREMENTAL=0
24132026-03-02T21:37:28.806Z+ CARGO_INCREMENTAL=0
24142026-03-02T21:37:28.806Z+ export RUSTC_BOOTSTRAP=1
24152026-03-02T21:37:28.806Z+ RUSTC_BOOTSTRAP=1
24162026-03-02T21:37:28.806Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
24172026-03-02T21:37:31.907Z Compiling proc-macro2 v1.0.106
24182026-03-02T21:37:31.907Z Compiling unicode-ident v1.0.24
24192026-03-02T21:37:31.908Z Compiling quote v1.0.44
24202026-03-02T21:37:31.911Z Compiling libc v0.2.180
24212026-03-02T21:37:31.911Z Compiling cfg-if v1.0.4
24222026-03-02T21:37:31.911Z Compiling serde_core v1.0.228
24232026-03-02T21:37:31.911Z Compiling serde v1.0.228
24242026-03-02T21:37:31.911Z Compiling autocfg v1.4.0
24252026-03-02T21:37:31.912Z Running `/home/build/.rustup/toolchains/1.91.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=7dd8d9b9be536ffe -C extra-filename=-20ddd8baf87b454e --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-20ddd8baf87b454e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24262026-03-02T21:37:31.912Z Running `/home/build/.rustup/toolchains/1.91.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=c810a78ab3685782 -C extra-filename=-721e468481ec512c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272026-03-02T21:37:31.912Z Running `/home/build/.rustup/toolchains/1.91.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.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=421ca6c8f18811fa -C extra-filename=-2cad0dccc7e83d6a --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-2cad0dccc7e83d6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24282026-03-02T21:37:31.912Z Running `/home/build/.rustup/toolchains/1.91.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=2fe5a4277503f348 -C extra-filename=-9b8d246c7e3e185e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292026-03-02T21:37:31.912Z Running `/home/build/.rustup/toolchains/1.91.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.180/build.rs --error-format=json --json=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=2d4cecb18f29c604 -C extra-filename=-53f5903cda871f6b --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-53f5903cda871f6b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302026-03-02T21:37:32.225Z Running `/home/build/.rustup/toolchains/1.91.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=372624f56427f6de -C extra-filename=-198cfdcd7aed6023 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-198cfdcd7aed6023 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312026-03-02T21:37:32.254Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-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=38e36d17a24727b6 -C extra-filename=-f43eaeead31529f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322026-03-02T21:37:32.257Z Running `/home/build/.rustup/toolchains/1.91.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=5b7ceae783dcd744 -C extra-filename=-8808dea6eb3cea3d --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-8808dea6eb3cea3d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332026-03-02T21:37:32.458Z Compiling memchr v2.7.4
24342026-03-02T21:37:32.461Z Compiling smallvec v1.15.1
24352026-03-02T21:37:32.461Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=0e138bb5d5c96cf2 -C extra-filename=-afea2278d9bc496e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362026-03-02T21:37:32.506Z Running `/home/build/.rustup/toolchains/1.91.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=85c5739916c35a14 -C extra-filename=-ec04b22c3ab89ecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372026-03-02T21:37:32.878Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-2cad0dccc7e83d6a/build-script-build`
24382026-03-02T21:37:32.930Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-20ddd8baf87b454e/build-script-build`
24392026-03-02T21:37:32.970Z Compiling value-bag v1.12.0
24402026-03-02T21:37:32.973Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-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 --cfg 'feature="inline-i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "inline-str", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=a9a5abcd22c935ad -C extra-filename=-29730e7e6105c1fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412026-03-02T21:37:33.016Z Compiling itoa v1.0.11
24422026-03-02T21:37:33.055Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.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("no-panic"))' -C metadata=918adedc60bd3c61 -C extra-filename=-c7c658e705ae5e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24432026-03-02T21:37:33.061Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-198cfdcd7aed6023/build-script-build`
24442026-03-02T21:37:33.064Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-8808dea6eb3cea3d/build-script-build`
24452026-03-02T21:37:33.171Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-53f5903cda871f6b/build-script-build`
24462026-03-02T21:37:33.217Z Running `/home/build/.rustup/toolchains/1.91.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=25bb4e80a514eef7 -C extra-filename=-621676faf194ecf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
24472026-03-02T21:37:33.262Z Compiling version_check v0.9.5
24482026-03-02T21:37:33.267Z Running `/home/build/.rustup/toolchains/1.91.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=1fed3ebdd0a8d8f4 -C extra-filename=-2ff88dd682b77008 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492026-03-02T21:37:33.312Z Compiling lock_api v0.4.12
24502026-03-02T21:37:33.354Z Compiling scopeguard v1.2.0
24512026-03-02T21:37:33.399Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.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="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=277f189081e91839 -C extra-filename=-e845434a7fd94edb --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-e845434a7fd94edb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522026-03-02T21:37:33.442Z Running `/home/build/.rustup/toolchains/1.91.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=5e8433c4acf1110a -C extra-filename=-a654ba7dfca26712 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532026-03-02T21:37:33.445Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/lib.rs --error-format=json --json=diagnostic-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=366c850d108d246e -C extra-filename=-b9bf1208c93b2e2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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_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(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"))'`
24542026-03-02T21:37:33.498Z Running `/home/build/.rustup/toolchains/1.91.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=73fb680068edbaa9 -C extra-filename=-ac01f240da661f72 --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-721e468481ec512c.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)'`
24552026-03-02T21:37:33.530Z Compiling log v0.4.29
24562026-03-02T21:37:33.579Z Running `/home/build/.rustup/toolchains/1.91.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="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --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=b675af08ed370fa0 -C extra-filename=-960003e0783a03bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern value_bag=/work/oxidecomputer/omicron/target/debug/deps/libvalue_bag-29730e7e6105c1fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572026-03-02T21:37:33.579Z Compiling libm v0.2.8
24582026-03-02T21:37:33.579Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.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("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=ffb33613e8d4a7af -C extra-filename=-01ef88c2096a02ac --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-01ef88c2096a02ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24592026-03-02T21:37:33.763Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-e845434a7fd94edb/build-script-build`
24602026-03-02T21:37:33.866Z Compiling num-traits v0.2.19
24612026-03-02T21:37:33.920Z Running `/home/build/.rustup/toolchains/1.91.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=e21afc24a635e5d7 -C extra-filename=-eb985e79811f81f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-eb985e79811f81f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622026-03-02T21:37:33.962Z Running `/home/build/.rustup/toolchains/1.91.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.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="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=36968f43a5c66b14 -C extra-filename=-6f10c0b5517ba48f --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-a654ba7dfca26712.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
24632026-03-02T21:37:34.011Z Compiling zmij v1.0.15
24642026-03-02T21:37:34.016Z Running `/home/build/.rustup/toolchains/1.91.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.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("no-panic"))' -C metadata=b9b0a2f07dddf77f -C extra-filename=-ef371a4d2a6a40c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/zmij-ef371a4d2a6a40c0 -L 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-03-02T21:37:34.083Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-01ef88c2096a02ac/build-script-build`
24662026-03-02T21:37:34.159Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.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("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=719984985072f2b3 -C extra-filename=-aca419b966ec5f81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:34.285Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=54f2625f2b63da54 -C extra-filename=-6662676745198c93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
24682026-03-02T21:37:34.335Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-eb985e79811f81f2/build-script-build`
24692026-03-02T21:37:34.449Z Compiling serde_json v1.0.149
24702026-03-02T21:37:34.452Z Running `/home/build/.rustup/toolchains/1.91.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.149/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=0e6db122f130972f -C extra-filename=-a9359c1d8e652b93 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-a9359c1d8e652b93 -L 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-03-02T21:37:34.621Z Compiling stable_deref_trait v1.2.0
24722026-03-02T21:37:34.669Z Running `/home/build/.rustup/toolchains/1.91.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-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=0aa77d5fdf691434 -C extra-filename=-b41c7bc68364b791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:34.674Z Compiling getrandom v0.2.15
24742026-03-02T21:37:34.717Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-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 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=35565f56e8d7123f -C extra-filename=-d175a24152610cf1 --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-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752026-03-02T21:37:34.764Z Compiling syn v2.0.117
24762026-03-02T21:37:34.768Z Running `/home/build/.rustup/toolchains/1.91.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=a13f53b056625727 -C extra-filename=-1f65f7910250c689 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772026-03-02T21:37:34.813Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-ef371a4d2a6a40c0/build-script-build`
24782026-03-02T21:37:34.894Z Compiling getrandom v0.3.4
24792026-03-02T21:37:34.941Z Running `/home/build/.rustup/toolchains/1.91.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=e7c41bbdc5efee69 -C extra-filename=-91b470fbf6cfb92c --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-91b470fbf6cfb92c -L 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-03-02T21:37:34.981Z Compiling portable-atomic v1.11.0
24812026-03-02T21:37:34.984Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.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("no-panic"))' -C metadata=b516b13122754e43 -C extra-filename=-5b0d2fb8e613e661 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
24822026-03-02T21:37:35.022Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-a9359c1d8e652b93/build-script-build`
24832026-03-02T21:37:35.025Z Running `/home/build/.rustup/toolchains/1.91.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.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 '--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_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_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --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)' --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-single-core"))' -C metadata=bf2ca5a3224a2a76 -C extra-filename=-ff6320f598a10ff6 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-ff6320f598a10ff6 -L 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-03-02T21:37:35.134Z Running `/home/build/.rustup/toolchains/1.91.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=0ca50965bf927454 -C extra-filename=-e2c1fb2295e429a9 --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-aca419b966ec5f81.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)'`
24852026-03-02T21:37:35.139Z Compiling critical-section v1.1.3
24862026-03-02T21:37:35.142Z Running `/home/build/.rustup/toolchains/1.91.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.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("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=a8f2758216383534 -C extra-filename=-e47f30cd4437bc06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:35.370Z Compiling percent-encoding v2.3.2
24882026-03-02T21:37:35.373Z Running `/home/build/.rustup/toolchains/1.91.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=25af006ef2d43065 -C extra-filename=-4e27467e3006387d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:35.456Z Compiling litemap v0.7.3
24902026-03-02T21:37:35.502Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=9e3b1609ea163231 -C extra-filename=-f8d7dda46b524d38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:35.526Z Compiling writeable v0.5.5
24922026-03-02T21:37:35.529Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-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 embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=6790c0051423f72a -C extra-filename=-6dcddd387f9eabd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932026-03-02T21:37:35.755Z Compiling icu_locid_transform_data v1.5.0
24942026-03-02T21:37:35.758Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-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=2830a9f21bcf3f8c -C extra-filename=-ff5ddd7b436347e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:35.946Z Compiling icu_properties_data v1.5.0
24962026-03-02T21:37:35.950Z Compiling utf8_iter v1.0.4
24972026-03-02T21:37:35.950Z Running `/home/build/.rustup/toolchains/1.91.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-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=e6b9c6f5b279814f -C extra-filename=-4a8118ea9a2ac535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:35.989Z Running `/home/build/.rustup/toolchains/1.91.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=b8f89225af32a837 -C extra-filename=-d60a17f3aef31344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:36.061Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-ff6320f598a10ff6/build-script-build`
25002026-03-02T21:37:36.174Z Compiling utf16_iter v1.0.5
25012026-03-02T21:37:36.177Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-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=f0aac6982bd24e3e -C extra-filename=-1912248d2e789ee1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25022026-03-02T21:37:36.227Z Running `/home/build/.rustup/toolchains/1.91.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.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::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_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_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --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)' --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-single-core"))' -C metadata=dc91a4695adec0be -C extra-filename=-847f833c2dcf0067 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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("zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,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_offset_of,portable_atomic_no_strict_provenance,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_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","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha","zacas"))'`
25032026-03-02T21:37:36.276Z Compiling icu_normalizer_data v1.5.0
25042026-03-02T21:37:36.322Z Running `/home/build/.rustup/toolchains/1.91.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-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=fe79ead9b4489446 -C extra-filename=-54abd0820f39e054 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:36.327Z Compiling write16 v1.0.0
25062026-03-02T21:37:36.330Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-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", "arrayvec", "smallvec"))' -C metadata=850b53d1389796f4 -C extra-filename=-93ab4f48133cf7c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072026-03-02T21:37:36.442Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-91b470fbf6cfb92c/build-script-build`
25082026-03-02T21:37:36.448Z Compiling allocator-api2 v0.2.21
25092026-03-02T21:37:36.495Z Compiling shlex v1.3.0
25102026-03-02T21:37:36.495Z Running `/home/build/.rustup/toolchains/1.91.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=bcaef229cabbc49b -C extra-filename=-5d1b947e3c59ece1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112026-03-02T21:37:36.498Z Running `/home/build/.rustup/toolchains/1.91.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=6b161aa1515df61a -C extra-filename=-498b3287c21cda57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122026-03-02T21:37:36.541Z Compiling form_urlencoded v1.2.2
25132026-03-02T21:37:36.544Z Running `/home/build/.rustup/toolchains/1.91.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=f14b340420b4e1f1 -C extra-filename=-27609812460f1d12 --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-4e27467e3006387d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142026-03-02T21:37:36.544Z Running `/home/build/.rustup/toolchains/1.91.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=a26cd1bb37d3029b -C extra-filename=-f05a29efbbe49ca1 --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-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152026-03-02T21:37:36.812Z Compiling jobserver v0.1.32
25162026-03-02T21:37:36.815Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.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=7ee48e4149a4f2ee -C extra-filename=-133428d38228fa59 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172026-03-02T21:37:36.898Z Compiling find-msvc-tools v0.1.9
25182026-03-02T21:37:36.901Z Compiling pin-project-lite v0.2.14
25192026-03-02T21:37:36.941Z Running `/home/build/.rustup/toolchains/1.91.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=2c3aa44d1eead29e -C extra-filename=-c5e4ec548d3bc647 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202026-03-02T21:37:36.945Z Running `/home/build/.rustup/toolchains/1.91.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.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=unreachable_pub '--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=clippy::default_union_representation' '--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::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=856067d4e71ac1cf -C extra-filename=-01b2cd9ff7035cd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212026-03-02T21:37:37.024Z Compiling equivalent v1.0.2
25222026-03-02T21:37:37.027Z Running `/home/build/.rustup/toolchains/1.91.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=776cf3769342d5f0 -C extra-filename=-19a94b8838b7bdc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25232026-03-02T21:37:37.154Z Compiling parking_lot_core v0.9.10
25242026-03-02T21:37:37.157Z Compiling heck v0.5.0
25252026-03-02T21:37:37.157Z Running `/home/build/.rustup/toolchains/1.91.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.10/build.rs --error-format=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=5c3c5aa2249f0a1a -C extra-filename=-a0fcaaa03e3057a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a0fcaaa03e3057a5 -L 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-03-02T21:37:37.203Z Running `/home/build/.rustup/toolchains/1.91.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=0388ddfa62170877 -C extra-filename=-d61228a413094487 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:37.252Z Compiling cc v1.2.56
25282026-03-02T21:37:37.256Z Running `/home/build/.rustup/toolchains/1.91.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=083ab8ebf06876cb -C extra-filename=-7d81945d2ab4a7b1 --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-c5e4ec548d3bc647.rmeta --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-133428d38228fa59.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-498b3287c21cda57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292026-03-02T21:37:37.432Z Compiling once_cell v1.21.3
25302026-03-02T21:37:37.478Z Running `/home/build/.rustup/toolchains/1.91.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=8508b972e77dfe82 -C extra-filename=-db7d74724b41b313 --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-e47f30cd4437bc06.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312026-03-02T21:37:37.484Z Compiling rand_core v0.6.4
25322026-03-02T21:37:37.490Z Running `/home/build/.rustup/toolchains/1.91.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=4a3e740af0439b26 -C extra-filename=-6a42c010b5a060c9 --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-d175a24152610cf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332026-03-02T21:37:37.604Z Running `/home/build/.rustup/toolchains/1.91.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.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=dd24c8a5b9ae8eba -C extra-filename=-c85a4dfc7c919f45 --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-c7c658e705ae5e14.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-5b0d2fb8e613e661.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"))'`
25342026-03-02T21:37:37.726Z Compiling semver v1.0.27
25352026-03-02T21:37:37.729Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=61e420ca0cb90e97 -C extra-filename=-2515eb2f1813c14a --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-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362026-03-02T21:37:37.775Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a0fcaaa03e3057a5/build-script-build`
25372026-03-02T21:37:37.826Z Compiling subtle v2.6.1
25382026-03-02T21:37:37.826Z Running `/home/build/.rustup/toolchains/1.91.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="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=23e434bbdaf8ca38 -C extra-filename=-e3f1b5474dd052f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392026-03-02T21:37:37.880Z Compiling byteorder v1.5.0
25402026-03-02T21:37:37.892Z Running `/home/build/.rustup/toolchains/1.91.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=46a4d0958f5c19ef -C extra-filename=-7979b4ba2f5cd7b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412026-03-02T21:37:37.966Z Running `/home/build/.rustup/toolchains/1.91.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.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("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=42c30f5aab06d8d2 -C extra-filename=-8e284b80c969f440 --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-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422026-03-02T21:37:38.055Z Compiling signal-hook-registry v1.4.2
25432026-03-02T21:37:38.112Z Running `/home/build/.rustup/toolchains/1.91.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59c2e3e316028ba8 -C extra-filename=-e02a3f4cfec0435b --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442026-03-02T21:37:38.219Z Compiling foldhash v0.2.0
25452026-03-02T21:37:38.274Z Running `/home/build/.rustup/toolchains/1.91.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=1171322363f10db3 -C extra-filename=-597297e42a37300a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462026-03-02T21:37:38.364Z Compiling parking_lot v0.12.3
25472026-03-02T21:37:38.367Z Running `/home/build/.rustup/toolchains/1.91.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-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=f316c04e8e3ce254 -C extra-filename=-e4d4c09c5872212f --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-6f10c0b5517ba48f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-8e284b80c969f440.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482026-03-02T21:37:38.494Z Compiling thiserror v2.0.18
25492026-03-02T21:37:38.498Z Running `/home/build/.rustup/toolchains/1.91.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=7da980e5b8813f56 -C extra-filename=-ec39bc20e6761ebe --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-ec39bc20e6761ebe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502026-03-02T21:37:38.546Z Compiling hashbrown v0.16.1
25512026-03-02T21:37:38.549Z Running `/home/build/.rustup/toolchains/1.91.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=54368abb3029bcec -C extra-filename=-c9c06d5808196e2d --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-5d1b947e3c59ece1.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-19a94b8838b7bdc3.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-597297e42a37300a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522026-03-02T21:37:38.662Z Compiling fnv v1.0.7
25532026-03-02T21:37:38.679Z Running `/home/build/.rustup/toolchains/1.91.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=35bf2126d6040ac8 -C extra-filename=-22553d033a4f20d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542026-03-02T21:37:38.795Z Compiling mio v1.0.2
25552026-03-02T21:37:38.840Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-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 --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=cd21e5124f1972b5 -C extra-filename=-0abfbd36dab6dab3 --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-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562026-03-02T21:37:38.868Z Compiling typenum v1.17.0
25572026-03-02T21:37:38.888Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/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("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=ee2d8f49e5bc4990 -C extra-filename=-f5fb402aae458783 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-f5fb402aae458783 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582026-03-02T21:37:39.221Z Compiling generic-array v0.14.7
25592026-03-02T21:37:39.225Z Running `/home/build/.rustup/toolchains/1.91.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=cd99cdd9281b502c -C extra-filename=-4556cc4bf380c3f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-4556cc4bf380c3f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602026-03-02T21:37:39.301Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-ec39bc20e6761ebe/build-script-build`
25612026-03-02T21:37:39.699Z Compiling iana-time-zone v0.1.63
25622026-03-02T21:37:39.702Z Running `/home/build/.rustup/toolchains/1.91.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.63/src/lib.rs --error-format=json --json=diagnostic-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=70a1cc7fb4677cc5 -C extra-filename=-5a02bdd32cb005b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632026-03-02T21:37:39.856Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-4556cc4bf380c3f6/build-script-build`
25642026-03-02T21:37:39.908Z Compiling futures-core v0.3.32
25652026-03-02T21:37:39.912Z Compiling socket2 v0.6.1
25662026-03-02T21:37:39.912Z Running `/home/build/.rustup/toolchains/1.91.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=ae3d55486213eb70 -C extra-filename=-cbbe00eeba3a9834 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:39.912Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=760e9958a75fb98d -C extra-filename=-742c923e3785b97d --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682026-03-02T21:37:39.997Z Compiling uuid v1.19.0
25692026-03-02T21:37:39.997Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f5fb402aae458783/build-script-main`
25702026-03-02T21:37:40.043Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=3f2ab953a35d7319 -C extra-filename=-b561f39f43570a5d --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-f05a29efbbe49ca1.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712026-03-02T21:37:40.102Z Compiling indexmap v2.13.0
25722026-03-02T21:37:40.105Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=86dd449cdc5bba3e -C extra-filename=-496362133443fc3e --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-19a94b8838b7bdc3.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c9c06d5808196e2d.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732026-03-02T21:37:40.196Z Compiling regex-syntax v0.8.5
25742026-03-02T21:37:40.199Z Running `/home/build/.rustup/toolchains/1.91.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.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"' --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=5d303abb65ad90cf -C extra-filename=-01dd8b748c5ec2c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:40.285Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=4a8ab02c6164efdd -C extra-filename=-9ce058c51c6e1495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:40.338Z Compiling errno v0.3.12
25772026-03-02T21:37:40.341Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.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 --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ba0c6e8d2d890339 -C extra-filename=-95ae2a6ef060d0cf --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782026-03-02T21:37:40.647Z Compiling dyn-clone v1.0.20
25792026-03-02T21:37:40.650Z Running `/home/build/.rustup/toolchains/1.91.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=44991b627a65e95e -C extra-filename=-ed331fa3a9daa5c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25802026-03-02T21:37:40.892Z Compiling schemars v0.8.22
25812026-03-02T21:37:40.895Z Running `/home/build/.rustup/toolchains/1.91.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=0da63852bb7fe7ff -C extra-filename=-944e5ab610a3878f --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-944e5ab610a3878f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822026-03-02T21:37:40.946Z Compiling thiserror v1.0.69
25832026-03-02T21:37:40.949Z Running `/home/build/.rustup/toolchains/1.91.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=98bb5d8700040862 -C extra-filename=-a8ae918124bfdb98 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-a8ae918124bfdb98 -L 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-03-02T21:37:40.993Z Compiling futures-io v0.3.31
25852026-03-02T21:37:40.996Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=9138852ac137def3 -C extra-filename=-aa566f17b2a089a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:41.324Z Compiling slab v0.4.9
25872026-03-02T21:37:41.380Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=37dccc4abae4ea2a -C extra-filename=-957ae5cebe2d89ea --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-957ae5cebe2d89ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882026-03-02T21:37:41.401Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-944e5ab610a3878f/build-script-build`
25892026-03-02T21:37:41.475Z Compiling const-oid v0.9.6
25902026-03-02T21:37:41.478Z Running `/home/build/.rustup/toolchains/1.91.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=a17f5ddf6b7e06d4 -C extra-filename=-7fcf3363fa4d8b33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912026-03-02T21:37:41.562Z Compiling aho-corasick v1.1.3
25922026-03-02T21:37:41.580Z Running `/home/build/.rustup/toolchains/1.91.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=29da616680000667 -C extra-filename=-4e8f28f0989e36db --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-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932026-03-02T21:37:41.614Z Compiling rustversion v1.0.22
25942026-03-02T21:37:41.663Z Running `/home/build/.rustup/toolchains/1.91.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=f959ffc467937c95 -C extra-filename=-6e7ce715e8dae855 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-6e7ce715e8dae855 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952026-03-02T21:37:41.668Z Compiling pkg-config v0.3.31
25962026-03-02T21:37:41.671Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a8ae918124bfdb98/build-script-build`
25972026-03-02T21:37:41.671Z Running `/home/build/.rustup/toolchains/1.91.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05662a3a4d15ae87 -C extra-filename=-480ab039f767e1c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:41.798Z Compiling synstructure v0.13.1
25992026-03-02T21:37:41.804Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-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="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=00315cd34799549b -C extra-filename=-d384b12188a5ce94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26002026-03-02T21:37:42.216Z Compiling serde_derive_internals v0.29.1
26012026-03-02T21:37:42.221Z Running `/home/build/.rustup/toolchains/1.91.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=9b7cbaa4076ea90e -C extra-filename=-2a11c7323f3d5a9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022026-03-02T21:37:42.409Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-957ae5cebe2d89ea/build-script-build`
26032026-03-02T21:37:42.620Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=fa68cc1e9629eda3 -C extra-filename=-0c38d5d793d964d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042026-03-02T21:37:42.991Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-6e7ce715e8dae855/build-script-build`
26052026-03-02T21:37:43.057Z Compiling syn v1.0.109
26062026-03-02T21:37:43.060Z Running `/home/build/.rustup/toolchains/1.91.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="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --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=0f2bf8101601d425 -C extra-filename=-39e09c7289f08747 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-39e09c7289f08747 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072026-03-02T21:37:43.165Z Running `/home/build/.rustup/toolchains/1.91.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=7b54ad4321b47d19 -C extra-filename=-f2a99d18b9861c4a --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"))'`
26082026-03-02T21:37:43.169Z Compiling pin-utils v0.1.0
26092026-03-02T21:37:43.171Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edc544caf5df12c3 -C extra-filename=-12262d058be2a232 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:43.334Z Compiling futures-sink v0.3.31
26112026-03-02T21:37:43.338Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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=018e82b04946cc8d -C extra-filename=-4ea66d469f289a56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:43.571Z Compiling strsim v0.11.1
26132026-03-02T21:37:43.574Z Running `/home/build/.rustup/toolchains/1.91.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=4785fa8a11b3e581 -C extra-filename=-4f2345662d24d9d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142026-03-02T21:37:43.621Z Compiling futures-channel v0.3.31
26152026-03-02T21:37:43.681Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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=858f756a8d3de1bd -C extra-filename=-4081dd690b8536d0 --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-cbbe00eeba3a9834.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162026-03-02T21:37:43.774Z Compiling regex-automata v0.4.14
26172026-03-02T21:37:43.777Z Running `/home/build/.rustup/toolchains/1.91.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=654fc0fee0650d63 -C extra-filename=-4387b5d2d51d9453 --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-4e8f28f0989e36db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182026-03-02T21:37:44.093Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-39e09c7289f08747/build-script-build`
26192026-03-02T21:37:44.216Z Running `/home/build/.rustup/toolchains/1.91.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="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --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=917e9521b59d0bea -C extra-filename=-d0ed5c423d20d405 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
26202026-03-02T21:37:44.334Z Compiling futures-task v0.3.31
26212026-03-02T21:37:44.337Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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=0099686923e6c376 -C extra-filename=-4cbfb02a23417368 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:44.385Z Compiling rustix v0.38.37
26232026-03-02T21:37:44.389Z Running `/home/build/.rustup/toolchains/1.91.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.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(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="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --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=8cbc18b7233b939a -C extra-filename=-8110dac6aaaa045f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-8110dac6aaaa045f -L 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-03-02T21:37:44.487Z Compiling cpufeatures v0.2.14
26252026-03-02T21:37:44.490Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-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 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=810b8dd6388c52a6 -C extra-filename=-4b1a5e7e778fc806 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262026-03-02T21:37:44.658Z Compiling adler2 v2.0.0
26272026-03-02T21:37:44.662Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-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("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=6d1bfda09ea702a9 -C extra-filename=-4e01008adafbd2a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:44.707Z Compiling tracing-core v0.1.32
26292026-03-02T21:37:44.710Z Running `/home/build/.rustup/toolchains/1.91.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.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 --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=52aa3aa75fdd93ac -C extra-filename=-5da925d4b013e013 --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-db7d74724b41b313.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302026-03-02T21:37:44.942Z Compiling miniz_oxide v0.8.5
26312026-03-02T21:37:44.945Z Running `/home/build/.rustup/toolchains/1.91.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.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)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=bcaf0fd9c57cbabf -C extra-filename=-ebd2cfde094068a5 --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-4e01008adafbd2a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322026-03-02T21:37:45.252Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-8110dac6aaaa045f/build-script-build`
26332026-03-02T21:37:45.596Z Compiling gimli v0.31.1
26342026-03-02T21:37:45.599Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.31.1/src/lib.rs --error-format=json --json=diagnostic-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=477ff8bf4702ae1c -C extra-filename=-de113b574af1d25c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352026-03-02T21:37:45.956Z Compiling foldhash v0.1.5
26362026-03-02T21:37:45.959Z Running `/home/build/.rustup/toolchains/1.91.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=0af7159976e6ea09 -C extra-filename=-c3d5002c5b21b0d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372026-03-02T21:37:46.011Z Compiling object v0.36.5
26382026-03-02T21:37:46.015Z Compiling rustc-demangle v0.1.24
26392026-03-02T21:37:46.015Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.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="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --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", "compiler_builtins", "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=965fbba05787b029 -C extra-filename=-e33dfd345d6e2ca2 --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-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402026-03-02T21:37:46.062Z Running `/home/build/.rustup/toolchains/1.91.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.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("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=c73404a73d30be0d -C extra-filename=-abd6aebe5b35833f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:37:46.321Z Compiling hashbrown v0.15.4
26422026-03-02T21:37:46.324Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.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="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=34e702d107e3bbe7 -C extra-filename=-24722ee613ffd7bd --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-5d1b947e3c59ece1.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-19a94b8838b7bdc3.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-c3d5002c5b21b0d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432026-03-02T21:37:46.417Z Compiling ring v0.17.14
26442026-03-02T21:37:46.421Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=e4bce4f26137eff1 -C extra-filename=-2f1e3d909ebc3ed5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-2f1e3d909ebc3ed5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452026-03-02T21:37:46.608Z Compiling serde_derive v1.0.228
26462026-03-02T21:37:46.612Z Running `/home/build/.rustup/toolchains/1.91.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=82ca157e0a7924b7 -C extra-filename=-3449d84aa852d347 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472026-03-02T21:37:46.976Z Compiling zeroize_derive v1.4.2
26482026-03-02T21:37:46.979Z Running `/home/build/.rustup/toolchains/1.91.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.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=5780d6e3a217fa1b -C extra-filename=-e944cac7a7abc337 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492026-03-02T21:37:47.636Z Compiling zerofrom-derive v0.1.4
26502026-03-02T21:37:47.698Z Running `/home/build/.rustup/toolchains/1.91.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.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=cd9f438ccddabd82 -C extra-filename=-b5daa584b1b6e9f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-d384b12188a5ce94.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512026-03-02T21:37:47.715Z Compiling yoke-derive v0.7.4
26522026-03-02T21:37:47.718Z Running `/home/build/.rustup/toolchains/1.91.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.7.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=ef37a1134c864fcd -C extra-filename=-8c22ac4822c33153 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-d384b12188a5ce94.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532026-03-02T21:37:48.600Z Compiling zeroize v1.8.1
26542026-03-02T21:37:48.604Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-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="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=9b3e6445d10e729a -C extra-filename=-083d4dfcae3a76f5 --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-e944cac7a7abc337.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552026-03-02T21:37:49.053Z Compiling zerovec-derive v0.10.3
26562026-03-02T21:37:49.056Z Running `/home/build/.rustup/toolchains/1.91.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.10.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=ca9e002affb160d8 -C extra-filename=-6b753388add3095d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572026-03-02T21:37:50.456Z Compiling displaydoc v0.2.5
26582026-03-02T21:37:50.505Z Running `/home/build/.rustup/toolchains/1.91.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=3566e6e844ca68f9 -C extra-filename=-83445e28af1d0ee7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592026-03-02T21:37:50.631Z Compiling icu_provider_macros v1.5.0
26602026-03-02T21:37:50.699Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30bb4075284083e4 -C extra-filename=-7ffa4d42d4ad52bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612026-03-02T21:37:51.318Z Compiling zerofrom v0.1.4
26622026-03-02T21:37:51.318Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-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="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=0ddddd1cf5fd2381 -C extra-filename=-9560a97051da923d --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-b5daa584b1b6e9f6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632026-03-02T21:37:51.618Z Compiling yoke v0.7.4
26642026-03-02T21:37:51.622Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.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="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=e574a6f2b1805a7a -C extra-filename=-d5af3da1c12a2ac0 --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-b41c7bc68364b791.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-8c22ac4822c33153.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9560a97051da923d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26652026-03-02T21:37:51.718Z Compiling thiserror-impl v2.0.18
26662026-03-02T21:37:51.721Z Running `/home/build/.rustup/toolchains/1.91.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=776d2f348f8f1b60 -C extra-filename=-3619f2bde1fc8773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672026-03-02T21:37:51.891Z Running `/home/build/.rustup/toolchains/1.91.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=f1ecf24211c32a66 -C extra-filename=-cbef46c34d9df723 --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-9ce058c51c6e1495.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
26682026-03-02T21:37:52.039Z Compiling zerovec v0.10.4
26692026-03-02T21:37:52.043Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-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="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=9691f02101bc96ed -C extra-filename=-3d50171677023d4a --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-d5af3da1c12a2ac0.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9560a97051da923d.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-6b753388add3095d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702026-03-02T21:37:52.253Z Compiling tokio-macros v2.6.0
26712026-03-02T21:37:52.257Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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=b61fd8ffbec9fe0f -C extra-filename=-63b88a0f90e0470e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722026-03-02T21:37:53.287Z Compiling crypto-common v0.1.6
26732026-03-02T21:37:53.291Z Running `/home/build/.rustup/toolchains/1.91.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.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="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=84df1f136eff9fb7 -C extra-filename=-3721e944948a813f --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-cbef46c34d9df723.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9ce058c51c6e1495.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742026-03-02T21:37:53.364Z Compiling schemars_derive v0.8.22
26752026-03-02T21:37:53.367Z Running `/home/build/.rustup/toolchains/1.91.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=2bcae6bcfc99943f -C extra-filename=-36e55bd84565690b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-2a11c7323f3d5a9f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762026-03-02T21:37:53.576Z Compiling thiserror-impl v1.0.69
26772026-03-02T21:37:53.580Z Running `/home/build/.rustup/toolchains/1.91.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=b4d9fb44ec317798 -C extra-filename=-13f05e6d534f197a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782026-03-02T21:37:54.065Z Compiling tinystr v0.7.6
26792026-03-02T21:37:54.122Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-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="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=7a808772077d2582 -C extra-filename=-87b9f5b48d06326e --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-83445e28af1d0ee7.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-3d50171677023d4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802026-03-02T21:37:54.126Z Compiling icu_collections v1.5.0
26812026-03-02T21:37:54.177Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-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("bench", "databake", "serde", "std"))' -C metadata=b0a8db0d2c9b1503 -C extra-filename=-8d969b35125d27f8 --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-83445e28af1d0ee7.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-d5af3da1c12a2ac0.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9560a97051da923d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-3d50171677023d4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822026-03-02T21:37:54.210Z Compiling zerocopy-derive v0.7.35
26832026-03-02T21:37:54.253Z Running `/home/build/.rustup/toolchains/1.91.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=3ca03a4bf7a4213f -C extra-filename=-c93181d263b5773f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842026-03-02T21:37:54.260Z Running `/home/build/.rustup/toolchains/1.91.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=815fa342d352bcf2 -C extra-filename=-aa0f5bd7118bc9a2 --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-621676faf194ecf2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.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)'`
26852026-03-02T21:37:54.524Z Compiling icu_locid v1.5.0
26862026-03-02T21:37:54.527Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-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="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=5da8efc1f546bbee -C extra-filename=-c8b9e8afb744e718 --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-83445e28af1d0ee7.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-f8d7dda46b524d38.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87b9f5b48d06326e.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-6dcddd387f9eabd8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-3d50171677023d4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872026-03-02T21:37:55.092Z Running `/home/build/.rustup/toolchains/1.91.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=bb94901029219cae -C extra-filename=-f4adb86dc8f60f8b --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-3619f2bde1fc8773.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)'`
26882026-03-02T21:37:55.322Z Compiling block-buffer v0.10.4
26892026-03-02T21:37:55.325Z Running `/home/build/.rustup/toolchains/1.91.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=c9a8f88afaf0b63b -C extra-filename=-194147b84a79240c --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-cbef46c34d9df723.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902026-03-02T21:37:55.414Z Compiling bytes v1.11.1
26912026-03-02T21:37:55.417Z Running `/home/build/.rustup/toolchains/1.91.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=0fda96e6cf44cf8d -C extra-filename=-697abc391bbe218c --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922026-03-02T21:37:55.568Z Compiling bitflags v2.9.4
26932026-03-02T21:37:55.621Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "std"))' -C metadata=dabbe070eac21c3e -C extra-filename=-cfaa2511914227eb --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942026-03-02T21:37:55.664Z Compiling chrono v0.4.43
26952026-03-02T21:37:55.667Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=85cccb8af4e0ac7a -C extra-filename=-b476cbab3ebc9700 --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-5a02bdd32cb005b1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962026-03-02T21:37:55.719Z Compiling digest v0.10.7
26972026-03-02T21:37:55.722Z Running `/home/build/.rustup/toolchains/1.91.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=f76b50a32fe4ad2b -C extra-filename=-268aa15817046b32 --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-194147b84a79240c.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3721e944948a813f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982026-03-02T21:37:56.146Z Compiling icu_provider v1.5.0
26992026-03-02T21:37:56.203Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-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="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=7826954e48aed92a -C extra-filename=-cd82b0cc0c4d0141 --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-83445e28af1d0ee7.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-c8b9e8afb744e718.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-7ffa4d42d4ad52bb.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b41c7bc68364b791.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87b9f5b48d06326e.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-6dcddd387f9eabd8.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-d5af3da1c12a2ac0.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-9560a97051da923d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-3d50171677023d4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002026-03-02T21:37:56.268Z Compiling futures-macro v0.3.31
27012026-03-02T21:37:56.272Z Running `/home/build/.rustup/toolchains/1.91.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.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=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=e0a115879b855e9a -C extra-filename=-c2ad476cb52309e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022026-03-02T21:37:56.423Z Compiling zerocopy v0.7.35
27032026-03-02T21:37:56.431Z Running `/home/build/.rustup/toolchains/1.91.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="simd"' --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=070bcc89bf52b625 -C extra-filename=-c5ec39ac863fdc65 --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-7979b4ba2f5cd7b3.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-c93181d263b5773f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042026-03-02T21:37:56.566Z Compiling tokio v1.49.0
27052026-03-02T21:37:56.569Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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=17e33eecdfefbd19 -C extra-filename=-45fc8dd9ba48519d --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-697abc391bbe218c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e02a3f4cfec0435b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-742c923e3785b97d.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-63b88a0f90e0470e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062026-03-02T21:37:56.712Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(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="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --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=ebbc8a4152e1c170 -C extra-filename=-0a203928d01f336e --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-cfaa2511914227eb.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-95ae2a6ef060d0cf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
27072026-03-02T21:37:56.780Z Running `/home/build/.rustup/toolchains/1.91.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=c0ec6d21da9b7bd6 -C extra-filename=-bbbed6175a047253 --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-13f05e6d534f197a.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)'`
27082026-03-02T21:37:56.903Z Compiling icu_locid_transform v1.5.0
27092026-03-02T21:37:56.906Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-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="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=7aa136317ca01ce5 -C extra-filename=-673c9ba322674eff --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-83445e28af1d0ee7.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-c8b9e8afb744e718.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-ff5ddd7b436347e7.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-cd82b0cc0c4d0141.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87b9f5b48d06326e.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-3d50171677023d4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102026-03-02T21:37:56.998Z Compiling regex v1.12.3
27112026-03-02T21:37:57.003Z Running `/home/build/.rustup/toolchains/1.91.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=47b9afe265b115b1 -C extra-filename=-4538fe264565b8a3 --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-4e8f28f0989e36db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4387b5d2d51d9453.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122026-03-02T21:37:57.138Z Compiling tracing-attributes v0.1.27
27132026-03-02T21:37:57.142Z Running `/home/build/.rustup/toolchains/1.91.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=243df4ea1bb604e7 -C extra-filename=-bff3ec467e0d3381 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27142026-03-02T21:37:57.907Z Compiling ppv-lite86 v0.2.20
27152026-03-02T21:37:57.910Z Running `/home/build/.rustup/toolchains/1.91.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.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="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=516f22294cee9fe4 -C extra-filename=-1a41148c5f9922e7 --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-c5ec39ac863fdc65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162026-03-02T21:37:57.973Z Compiling http v1.4.0
27172026-03-02T21:37:57.976Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f29e203ef4a7771e -C extra-filename=-f15b9bf6616bce04 --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-697abc391bbe218c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182026-03-02T21:37:58.354Z Compiling icu_properties v1.5.1
27192026-03-02T21:37:58.357Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.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="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=19d28393df1e9e61 -C extra-filename=-68813ece55ef7204 --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-83445e28af1d0ee7.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-8d969b35125d27f8.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-673c9ba322674eff.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-4a8118ea9a2ac535.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-cd82b0cc0c4d0141.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87b9f5b48d06326e.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-3d50171677023d4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202026-03-02T21:37:58.774Z Compiling futures-util v0.3.31
27212026-03-02T21:37:58.826Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=859ca133728cf182 -C extra-filename=-e5808e939444e7e7 --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-4081dd690b8536d0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-c2ad476cb52309e6.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-12262d058be2a232.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222026-03-02T21:37:59.002Z Compiling serde_tokenstream v0.2.3
27232026-03-02T21:37:59.006Z Running `/home/build/.rustup/toolchains/1.91.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=715fff98ef33deea -C extra-filename=-a4af9fe2764b22df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242026-03-02T21:37:59.312Z Compiling addr2line v0.24.2
27252026-03-02T21:37:59.315Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=efd6280046a614bc -C extra-filename=-8e0c27c498e18c5a --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-de113b574af1d25c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27262026-03-02T21:37:59.674Z Compiling crossbeam-utils v0.8.21
27272026-03-02T21:37:59.677Z Running `/home/build/.rustup/toolchains/1.91.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=694433e5cf154c48 -C extra-filename=-a7af6d897e8ce022 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-a7af6d897e8ce022 -L 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-03-02T21:38:00.093Z Compiling backtrace v0.3.74
27292026-03-02T21:38:00.096Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/src/lib.rs --error-format=json --json=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", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=fce8663858dd5f2f -C extra-filename=-6818a8c900831f26 --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-8e0c27c498e18c5a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-e33dfd345d6e2ca2.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-abd6aebe5b35833f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302026-03-02T21:38:00.188Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-2f1e3d909ebc3ed5/build-script-build`
27312026-03-02T21:38:00.322Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-a7af6d897e8ce022/build-script-build`
27322026-03-02T21:38:00.397Z Compiling base64 v0.22.1
27332026-03-02T21:38:00.400Z Running `/home/build/.rustup/toolchains/1.91.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=706d6f8114e9e05f -C extra-filename=-142d12a8ca42df76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342026-03-02T21:38:00.499Z Compiling tracing v0.1.40
27352026-03-02T21:38:00.502Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.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="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=991d30ba63cfb971 -C extra-filename=-2456617dc5bbf6d2 --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-960003e0783a03bd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-bff3ec467e0d3381.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-5da925d4b013e013.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362026-03-02T21:38:01.077Z Running `/home/build/.rustup/toolchains/1.91.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=5a1edb19afa712d2 -C extra-filename=-16e875d6462de814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
27372026-03-02T21:38:01.155Z Compiling spin v0.9.8
27382026-03-02T21:38:01.158Z Running `/home/build/.rustup/toolchains/1.91.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=cdbbfe1606ae1bbc -C extra-filename=-284d20035accdfe5 --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-6f10c0b5517ba48f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392026-03-02T21:38:01.398Z Compiling either v1.15.0
27402026-03-02T21:38:01.401Z Running `/home/build/.rustup/toolchains/1.91.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=ab1b82fe956bd13a -C extra-filename=-20015a7f2ab24a15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412026-03-02T21:38:01.631Z Compiling ipnet v2.11.0
27422026-03-02T21:38:01.688Z Running `/home/build/.rustup/toolchains/1.91.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=889d0652e9e8a07f -C extra-filename=-d587cb581310d033 --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27432026-03-02T21:38:01.872Z Compiling anyhow v1.0.99
27442026-03-02T21:38:01.875Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/build.rs --error-format=json --json=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=21c2f8a40915e080 -C extra-filename=-79de0427848dddb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-79de0427848dddb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452026-03-02T21:38:02.230Z Compiling icu_normalizer v1.5.0
27462026-03-02T21:38:02.233Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-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="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=e9574bea1a590e96 -C extra-filename=-61fa217c03dfc0e8 --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-83445e28af1d0ee7.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-8d969b35125d27f8.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-54abd0820f39e054.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-68813ece55ef7204.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-cd82b0cc0c4d0141.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-1912248d2e789ee1.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-d60a17f3aef31344.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-93ab4f48133cf7c0.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-3d50171677023d4a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472026-03-02T21:38:02.631Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-79de0427848dddb6/build-script-build`
27482026-03-02T21:38:02.829Z Compiling utf8parse v0.2.2
27492026-03-02T21:38:02.832Z Running `/home/build/.rustup/toolchains/1.91.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=9550a8bb083e4a87 -C extra-filename=-cd83b6c56c59e652 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:38:02.921Z Compiling base64ct v1.6.0
27512026-03-02T21:38:02.924Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=3639cdff17fde07c -C extra-filename=-0a4b7964ee767b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:38:03.060Z Compiling untrusted v0.9.0
27532026-03-02T21:38:03.063Z Running `/home/build/.rustup/toolchains/1.91.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=ffbbdf6ab370d5bd -C extra-filename=-f32f11b39e1363d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542026-03-02T21:38:03.111Z Compiling block-padding v0.3.3
27552026-03-02T21:38:03.116Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=dba4e2a6d118810f -C extra-filename=-95b33a606fc45b02 --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-cbef46c34d9df723.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562026-03-02T21:38:03.231Z Compiling idna_adapter v1.2.0
27572026-03-02T21:38:03.234Z Running `/home/build/.rustup/toolchains/1.91.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.0/src/lib.rs --error-format=json --json=diagnostic-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=611024e985d63324 -C extra-filename=-47142ccd1497567d --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-61fa217c03dfc0e8.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-68813ece55ef7204.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582026-03-02T21:38:03.307Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs --error-format=json --json=diagnostic-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=56e207d20eb405a4 -C extra-filename=-df78b2092db34720 --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-6818a8c900831f26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
27592026-03-02T21:38:03.412Z Compiling fastrand v2.1.1
27602026-03-02T21:38:03.415Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=9f67e4ba010b9ee4 -C extra-filename=-9ac85dd095c3ee8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612026-03-02T21:38:03.496Z Compiling idna v1.0.3
27622026-03-02T21:38:03.499Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-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 --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=0ef246a3c4fe7f82 -C extra-filename=-a5ca919223679cc4 --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-47142ccd1497567d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-d60a17f3aef31344.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632026-03-02T21:38:03.546Z Compiling atomic-waker v1.1.2
27642026-03-02T21:38:03.591Z Running `/home/build/.rustup/toolchains/1.91.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=6c1df0a5eb70e0c9 -C extra-filename=-89b3ffcbb26367e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:38:03.804Z Compiling httparse v1.9.5
27662026-03-02T21:38:03.807Z Running `/home/build/.rustup/toolchains/1.91.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.9.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 --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=f55cab3c25b706d9 -C extra-filename=-67011793a8a8d245 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-67011793a8a8d245 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672026-03-02T21:38:03.858Z Compiling inout v0.1.3
27682026-03-02T21:38:03.922Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=f321b4689f118d09 -C extra-filename=-f8c9a1def293a3d8 --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-95b33a606fc45b02.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-cbef46c34d9df723.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692026-03-02T21:38:03.932Z Compiling vcpkg v0.2.15
27702026-03-02T21:38:03.935Z Running `/home/build/.rustup/toolchains/1.91.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=d7a354fa5c740a4d -C extra-filename=-523aa01e87ec1c69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712026-03-02T21:38:04.072Z Compiling rustls-pki-types v1.14.0
27722026-03-02T21:38:04.075Z Running `/home/build/.rustup/toolchains/1.91.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=47a336c096066cdd -C extra-filename=-c303177288ac3ee1 --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-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732026-03-02T21:38:04.184Z Compiling cipher v0.4.4
27742026-03-02T21:38:04.189Z Running `/home/build/.rustup/toolchains/1.91.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="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=2bacd331143d1e22 -C extra-filename=-9c904fcf61dafeed --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-3721e944948a813f.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-f8c9a1def293a3d8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752026-03-02T21:38:04.239Z Compiling url v2.5.4
27762026-03-02T21:38:04.243Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.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="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=4f0b527d1a7ec547 -C extra-filename=-ab9cad66fca2caf1 --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-27609812460f1d12.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a5ca919223679cc4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27772026-03-02T21:38:04.603Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-67011793a8a8d245/build-script-build`
27782026-03-02T21:38:04.712Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.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 --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=b71524f520c18be7 -C extra-filename=-729da03359e5c081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
27792026-03-02T21:38:04.757Z Compiling zerocopy v0.8.27
27802026-03-02T21:38:04.757Z Running `/home/build/.rustup/toolchains/1.91.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.27/build.rs --error-format=json --json=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=792b13a13d402e5e -C extra-filename=-4c949498b0a9713e --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-4c949498b0a9713e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812026-03-02T21:38:05.015Z Compiling tokio-util v0.7.15
27822026-03-02T21:38:05.018Z Running `/home/build/.rustup/toolchains/1.91.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.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(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_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --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", "net", "rt", "slab", "time", "tracing"))' -C metadata=486e72f149c0def5 -C extra-filename=-32ebe9969dd4d203 --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-697abc391bbe218c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24722ee613ffd7bd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832026-03-02T21:38:05.073Z Compiling ryu v1.0.18
27842026-03-02T21:38:05.073Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=f20755479609b36b -C extra-filename=-d387870d74e6e1c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:38:05.376Z Running `/home/build/.rustup/toolchains/1.91.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=476fd8f19a5fd8cf -C extra-filename=-55e37f7c24f4dfe3 --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-697abc391bbe218c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-36e55bd84565690b.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
27862026-03-02T21:38:05.461Z Compiling anstyle v1.0.11
27872026-03-02T21:38:05.464Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4bd4460cf476ffc5 -C extra-filename=-5be4cc3a9597241e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:38:05.550Z Compiling ident_case v1.0.1
27892026-03-02T21:38:05.553Z Running `/home/build/.rustup/toolchains/1.91.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=e2f340b980949cfe -C extra-filename=-420e9301b8e5cfd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902026-03-02T21:38:05.603Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-4c949498b0a9713e/build-script-build`
27912026-03-02T21:38:05.715Z Compiling zerocopy-derive v0.8.27
27922026-03-02T21:38:05.718Z Running `/home/build/.rustup/toolchains/1.91.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.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=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b6c89ae220a6701 -C extra-filename=-d264900c98923dc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932026-03-02T21:38:05.767Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=39beb7899418aaeb -C extra-filename=-2124dfe23d5b97bf --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-9b8d246c7e3e185e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f32f11b39e1363d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
27942026-03-02T21:38:05.839Z Compiling pem-rfc7468 v0.7.0
27952026-03-02T21:38:05.843Z Running `/home/build/.rustup/toolchains/1.91.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=b2b5d875fd3afc6b -C extra-filename=-76ae0420101700af --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-0a4b7964ee767b1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962026-03-02T21:38:05.934Z Compiling anstyle-parse v0.2.5
27972026-03-02T21:38:05.938Z Running `/home/build/.rustup/toolchains/1.91.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.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=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' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=5bd1f5f0e158bc1c -C extra-filename=-6d409d61a45bc313 --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-cd83b6c56c59e652.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982026-03-02T21:38:05.983Z Compiling sha2 v0.10.9
27992026-03-02T21:38:05.986Z Running `/home/build/.rustup/toolchains/1.91.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=d7a306bff5513d7a -C extra-filename=-6389ef670fc01e5c --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-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002026-03-02T21:38:06.336Z Compiling colorchoice v1.0.2
28012026-03-02T21:38:06.384Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-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 '--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=768fb155d3bb661c -C extra-filename=-f6adb314ee913eb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022026-03-02T21:38:06.561Z Compiling is_terminal_polyfill v1.70.1
28032026-03-02T21:38:06.564Z Running `/home/build/.rustup/toolchains/1.91.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.1/src/lib.rs --error-format=json --json=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=f0466a3d33daf22d -C extra-filename=-4109259b85291e21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042026-03-02T21:38:06.610Z Compiling anstyle-query v1.1.1
28052026-03-02T21:38:06.613Z Running `/home/build/.rustup/toolchains/1.91.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.1/src/lib.rs --error-format=json --json=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=7f5f760928bafe2a -C extra-filename=-55ed83b7543c3209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:38:06.766Z Compiling http-body v1.0.1
28072026-03-02T21:38:06.769Z Running `/home/build/.rustup/toolchains/1.91.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=7176e4dcfea7e87e -C extra-filename=-8d2f726f910c8602 --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-697abc391bbe218c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082026-03-02T21:38:06.839Z Compiling anstream v0.6.18
28092026-03-02T21:38:06.842Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.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=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=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' '--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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=6b89b1927e66d680 -C extra-filename=-bb9d7527c73b49b9 --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-5be4cc3a9597241e.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-6d409d61a45bc313.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-55ed83b7543c3209.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-f6adb314ee913eb2.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-4109259b85291e21.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-cd83b6c56c59e652.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102026-03-02T21:38:07.094Z Compiling hmac v0.12.1
28112026-03-02T21:38:07.142Z Running `/home/build/.rustup/toolchains/1.91.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=754c99f8016176e4 -C extra-filename=-d6df248ec06b9ac8 --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-268aa15817046b32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122026-03-02T21:38:07.387Z Compiling terminal_size v0.4.0
28132026-03-02T21:38:07.392Z Running `/home/build/.rustup/toolchains/1.91.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d5ab81729b9c977 -C extra-filename=-8aaf42fec9e4c0c0 --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-0a203928d01f336e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142026-03-02T21:38:07.438Z Compiling der_derive v0.7.3
28152026-03-02T21:38:07.442Z Running `/home/build/.rustup/toolchains/1.91.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=3530c2e51726efc3 -C extra-filename=-692e22ecc34bb372 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162026-03-02T21:38:07.534Z Compiling cmake v0.1.57
28172026-03-02T21:38:07.537Z Running `/home/build/.rustup/toolchains/1.91.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=0018bf7e84a4bdb4 -C extra-filename=-f60525f1b18b588f --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-7d81945d2ab4a7b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182026-03-02T21:38:07.676Z Compiling flagset v0.4.6
28192026-03-02T21:38:07.702Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flagset-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=67786c7e9b629061 -C extra-filename=-1dea235448aeae48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202026-03-02T21:38:07.977Z Compiling fs_extra v1.3.0
28212026-03-02T21:38:08.048Z Running `/home/build/.rustup/toolchains/1.91.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=99fb1567a215f1f3 -C extra-filename=-3c3e205062a1f697 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222026-03-02T21:38:08.403Z Compiling dunce v1.0.5
28232026-03-02T21:38:08.406Z Running `/home/build/.rustup/toolchains/1.91.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=2290ae0b7f932b4d -C extra-filename=-17fde09c8ef0b70d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242026-03-02T21:38:08.552Z Compiling try-lock v0.2.5
28252026-03-02T21:38:08.555Z Running `/home/build/.rustup/toolchains/1.91.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=3ab9b5b59845fb4f -C extra-filename=-c3aceda6d94319b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262026-03-02T21:38:08.630Z Compiling httpdate v1.0.3
28272026-03-02T21:38:08.633Z Running `/home/build/.rustup/toolchains/1.91.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=fa1386086e284f58 -C extra-filename=-5c5d7e8b815e7bc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282026-03-02T21:38:08.681Z Compiling aws-lc-sys v0.37.1
28292026-03-02T21:38:08.740Z Running `/home/build/.rustup/toolchains/1.91.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.37.1/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "prebuilt-nasm", "ssl"))' -C metadata=06932d29ed7f5916 -C extra-filename=-9e82239e176bcd4b --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9e82239e176bcd4b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-f60525f1b18b588f.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-17fde09c8ef0b70d.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-3c3e205062a1f697.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302026-03-02T21:38:08.770Z Compiling want v0.3.1
28312026-03-02T21:38:08.773Z Running `/home/build/.rustup/toolchains/1.91.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=2e8b51bf314c8167 -C extra-filename=-84f095c4003bf950 --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-c3aceda6d94319b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322026-03-02T21:38:09.105Z Compiling h2 v0.4.6
28332026-03-02T21:38:09.140Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=fd500aebf407b02d -C extra-filename=-8875e1e97a2ba37c --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-89b3ffcbb26367e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342026-03-02T21:38:09.143Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=ac25edf3953626d2 -C extra-filename=-05e4a9202fcda5f1 --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-d264900c98923dc8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(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(coverage_nightly)'`
28352026-03-02T21:38:09.186Z Compiling lazy_static v1.5.0
28362026-03-02T21:38:09.189Z Running `/home/build/.rustup/toolchains/1.91.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=eba3e56816648a9a -C extra-filename=-bdecca09356102e1 --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-284d20035accdfe5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372026-03-02T21:38:09.376Z Compiling rand_chacha v0.3.1
28382026-03-02T21:38:09.379Z Running `/home/build/.rustup/toolchains/1.91.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=750ff240bf3fd6e0 -C extra-filename=-a4b1a70913cda1fd --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-1a41148c5f9922e7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392026-03-02T21:38:09.664Z Compiling tower-service v0.3.3
28402026-03-02T21:38:09.668Z Running `/home/build/.rustup/toolchains/1.91.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=4849d3b7f2abb6a3 -C extra-filename=-6ddcf9da373dcc6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412026-03-02T21:38:09.857Z Compiling der v0.7.10
28422026-03-02T21:38:09.860Z Running `/home/build/.rustup/toolchains/1.91.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=4b4f15581d83e5d7 -C extra-filename=-8cc7363774f95bde --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-7fcf3363fa4d8b33.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-692e22ecc34bb372.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-1dea235448aeae48.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432026-03-02T21:38:09.906Z Compiling clap_lex v0.7.4
28442026-03-02T21:38:09.959Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.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::verbose_file_reads' --warn=unused_qualifications --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_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' '--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' '--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_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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b292a12a2f40d47c -C extra-filename=-8a90ebcfcef7aad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452026-03-02T21:38:10.005Z Compiling tower-layer v0.3.3
28462026-03-02T21:38:10.063Z Running `/home/build/.rustup/toolchains/1.91.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=d10eb3944d24eef6 -C extra-filename=-3257dabfc11d193a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472026-03-02T21:38:10.146Z Compiling rand v0.8.5
28482026-03-02T21:38:10.149Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=eb4da5d28ecc407c -C extra-filename=-d5f4616655430b33 --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-b9bf1208c93b2e2e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a4b1a70913cda1fd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492026-03-02T21:38:10.352Z Compiling clap_builder v4.5.48
28502026-03-02T21:38:10.355Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.48/src/lib.rs --error-format=json --json=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_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' '--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=2a3d38440b9f31c5 -C extra-filename=-ed4a167fa0195d62 --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-bb9d7527c73b49b9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-8a90ebcfcef7aad8.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-4f2345662d24d9d3.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-8aaf42fec9e4c0c0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28512026-03-02T21:38:10.406Z Compiling clap_derive v4.5.47
28522026-03-02T21:38:10.409Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.47/src/lib.rs --error-format=json --json=diagnostic-rendered-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_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' '--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=521f64d2a1bd7986 -C extra-filename=-aad86d4b7267f63b --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-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532026-03-02T21:38:11.410Z Compiling camino v1.2.2
28542026-03-02T21:38:11.413Z Running `/home/build/.rustup/toolchains/1.91.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=e26b1113617f551b -C extra-filename=-668ad987f172a089 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-668ad987f172a089 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552026-03-02T21:38:12.158Z Compiling aws-lc-rs v1.16.0
28562026-03-02T21:38:12.161Z Running `/home/build/.rustup/toolchains/1.91.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.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=1a7119a58ecbab2a -C extra-filename=-ec4702fed0cd2df6 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-ec4702fed0cd2df6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572026-03-02T21:38:12.210Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-668ad987f172a089/build-script-build`
28582026-03-02T21:38:12.334Z Compiling unicode-segmentation v1.12.0
28592026-03-02T21:38:12.340Z Running `/home/build/.rustup/toolchains/1.91.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=7f2f0b89a8ad5ce4 -C extra-filename=-469dcac1900e48e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602026-03-02T21:38:12.876Z Compiling rustix v1.1.3
28612026-03-02T21:38:12.876Z Running `/home/build/.rustup/toolchains/1.91.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=0e495548df05e318 -C extra-filename=-3066b3ace58dda21 --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-621676faf194ecf2.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)'`
28622026-03-02T21:38:12.879Z Running `/home/build/.rustup/toolchains/1.91.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=b6d797f24c5f5de1 -C extra-filename=-1d637f5254121005 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-1d637f5254121005 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632026-03-02T21:38:12.970Z Compiling http-body-util v0.1.3
28642026-03-02T21:38:13.026Z Running `/home/build/.rustup/toolchains/1.91.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=359936168ea9e537 -C extra-filename=-913767e3a45f3687 --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-697abc391bbe218c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8d2f726f910c8602.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652026-03-02T21:38:13.271Z Compiling toml_datetime v0.6.11
28662026-03-02T21:38:13.275Z Running `/home/build/.rustup/toolchains/1.91.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=bdd53cffe89b0a97 -C extra-filename=-cd03c54f4155e59a --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672026-03-02T21:38:13.519Z Compiling serde_spanned v0.6.9
28682026-03-02T21:38:13.523Z Running `/home/build/.rustup/toolchains/1.91.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=a9de5ece66a9e54c -C extra-filename=-3c036d3e36d25e61 --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692026-03-02T21:38:13.774Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-1d637f5254121005/build-script-build`
28702026-03-02T21:38:13.822Z Compiling slog v2.8.2
28712026-03-02T21:38:13.825Z Compiling untrusted v0.7.1
28722026-03-02T21:38:13.858Z Running `/home/build/.rustup/toolchains/1.91.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=fcdd040b37e530b8 -C extra-filename=-2cd63dfd2eeba7dc --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-2cd63dfd2eeba7dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732026-03-02T21:38:13.862Z Running `/home/build/.rustup/toolchains/1.91.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=65a9fbb36fc318ad -C extra-filename=-77243b0bd188ebab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:38:13.901Z Compiling time-core v0.1.8
28752026-03-02T21:38:13.904Z Running `/home/build/.rustup/toolchains/1.91.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=ac96dde366eb7fe6 -C extra-filename=-41413f7866b6aa2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762026-03-02T21:38:14.135Z Compiling num-conv v0.2.0
28772026-03-02T21:38:14.135Z Running `/home/build/.rustup/toolchains/1.91.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=025f31af4471fb06 -C extra-filename=-66674a698c411ecc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782026-03-02T21:38:14.276Z Compiling openssl-probe v0.1.5
28792026-03-02T21:38:14.280Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-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=4d647475ea4cf349 -C extra-filename=-bfb240f84d962d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802026-03-02T21:38:14.326Z Compiling powerfmt v0.2.0
28812026-03-02T21:38:14.329Z Running `/home/build/.rustup/toolchains/1.91.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=7ac69aed83ec123e -C extra-filename=-bc4b1110b3174b86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822026-03-02T21:38:14.426Z Compiling time-macros v0.2.27
28832026-03-02T21:38:14.498Z Running `/home/build/.rustup/toolchains/1.91.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=296ee3a6048bdd34 -C extra-filename=-042b2887198398b3 --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-66674a698c411ecc.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-41413f7866b6aa2f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842026-03-02T21:38:14.652Z Compiling deranged v0.5.3
28852026-03-02T21:38:14.655Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-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 --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", "rand08", "rand09", "serde"))' -C metadata=244e4e81f4bc1357 -C extra-filename=-31621a6bb15dbd69 --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-bc4b1110b3174b86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862026-03-02T21:38:14.734Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-2cd63dfd2eeba7dc/build-script-build`
28872026-03-02T21:38:14.825Z Running `/home/build/.rustup/toolchains/1.91.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=35ef8f5862610884 -C extra-filename=-906117e627c53165 --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-cfaa2511914227eb.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-95ae2a6ef060d0cf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
28882026-03-02T21:38:14.848Z Compiling spki v0.7.3
28892026-03-02T21:38:14.852Z Running `/home/build/.rustup/toolchains/1.91.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=8a8f694bb54cd003 -C extra-filename=-8742b2988ac3906d --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-8cc7363774f95bde.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902026-03-02T21:38:15.016Z Compiling clap v4.5.48
28912026-03-02T21:38:15.019Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.48/src/lib.rs --error-format=json --json=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_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' '--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=6fcc04a374ec5d76 -C extra-filename=-0f5300945527f8de --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-ed4a167fa0195d62.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-aad86d4b7267f63b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922026-03-02T21:38:15.198Z Compiling pbkdf2 v0.12.2
28932026-03-02T21:38:15.201Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=0360795a35574f49 -C extra-filename=-310d9ff867643127 --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-268aa15817046b32.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942026-03-02T21:38:15.272Z Compiling openssl-sys v0.9.109
28952026-03-02T21:38:15.276Z Running `/home/build/.rustup/toolchains/1.91.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.109/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", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=35834612005fd63d -C extra-filename=-d4f960c372ce0669 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-d4f960c372ce0669 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-523aa01e87ec1c69.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962026-03-02T21:38:15.444Z Compiling aes v0.8.4
28972026-03-02T21:38:15.447Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=2742a6459cf58077 -C extra-filename=-2673472d707878ba --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-9b8d246c7e3e185e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982026-03-02T21:38:16.615Z Compiling hyper v1.8.1
28992026-03-02T21:38:16.618Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=be9c4cd96659f68c -C extra-filename=-0c5347c7245efdbc --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-89b3ffcbb26367e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-8875e1e97a2ba37c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8d2f726f910c8602.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-5c5d7e8b815e7bc7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-12262d058be2a232.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-84f095c4003bf950.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002026-03-02T21:38:17.251Z Compiling hex v0.4.3
29012026-03-02T21:38:17.254Z Running `/home/build/.rustup/toolchains/1.91.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=80c4a8920480e609 -C extra-filename=-17ce449942b787b6 --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022026-03-02T21:38:17.435Z Compiling erased-serde v0.3.31
29032026-03-02T21:38:17.439Z Running `/home/build/.rustup/toolchains/1.91.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=ad213bf5d213ae0a -C extra-filename=-97e37c3980485635 --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042026-03-02T21:38:17.806Z Compiling async-trait v0.1.89
29052026-03-02T21:38:17.809Z Running `/home/build/.rustup/toolchains/1.91.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=c1780f2fcf99cd0e -C extra-filename=-032078021c49cc9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062026-03-02T21:38:17.878Z Compiling rand_core v0.9.3
29072026-03-02T21:38:17.881Z Running `/home/build/.rustup/toolchains/1.91.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.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="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=02a6c18f51d84126 -C extra-filename=-e1e612e7dbac87d8 --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-f05a29efbbe49ca1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082026-03-02T21:38:18.070Z Compiling num_threads v0.1.7
29092026-03-02T21:38:18.074Z Running `/home/build/.rustup/toolchains/1.91.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=64e023eaa7048c96 -C extra-filename=-f9e56f2973b384d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102026-03-02T21:38:18.210Z Compiling rustls v0.23.37
29112026-03-02T21:38:18.213Z Running `/home/build/.rustup/toolchains/1.91.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.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=bfc3223f011b4e48 -C extra-filename=-7e392f47ff038ff7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-7e392f47ff038ff7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122026-03-02T21:38:18.286Z Compiling time v0.3.47
29132026-03-02T21:38:18.291Z Running `/home/build/.rustup/toolchains/1.91.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=a258ec659d617398 -C extra-filename=-c46c21893a0bbc80 --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-31621a6bb15dbd69.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-66674a698c411ecc.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-f9e56f2973b384d0.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-bc4b1110b3174b86.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-41413f7866b6aa2f.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-042b2887198398b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142026-03-02T21:38:18.556Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-d4f960c372ce0669/build-script-main`
29152026-03-02T21:38:18.628Z Running `/home/build/.rustup/toolchains/1.91.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=3528b4cc1148b365 -C extra-filename=-81fd8d8fa1b45f16 --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-97e37c3980485635.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.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)'`
29162026-03-02T21:38:18.678Z Compiling serde_urlencoded v0.7.1
29172026-03-02T21:38:18.678Z Running `/home/build/.rustup/toolchains/1.91.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=280f736f2fb66fcb -C extra-filename=-f40c7541594c3dec --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-27609812460f1d12.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d387870d74e6e1c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182026-03-02T21:38:18.781Z Compiling salsa20 v0.10.2
29192026-03-02T21:38:18.790Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=148ec2c8d1640155 -C extra-filename=-c9e75991ac9d780e --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-9c904fcf61dafeed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202026-03-02T21:38:18.795Z Compiling cbc v0.1.2
29212026-03-02T21:38:18.800Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=768181e9edf13123 -C extra-filename=-f7dabc8667ad2395 --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-9c904fcf61dafeed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222026-03-02T21:38:19.054Z Compiling rustc_version v0.4.1
29232026-03-02T21:38:19.114Z Running `/home/build/.rustup/toolchains/1.91.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=b8d528daea2794a3 -C extra-filename=-432faec17290e42d --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-2515eb2f1813c14a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242026-03-02T21:38:19.119Z Compiling hyper-util v0.1.19
29252026-03-02T21:38:19.176Z Running `/home/build/.rustup/toolchains/1.91.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.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="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=e8a843424727ff26 -C extra-filename=-1e52aa438e5755d8 --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-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8d2f726f910c8602.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-742c923e3785b97d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-3257dabfc11d193a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262026-03-02T21:38:19.236Z Compiling mime v0.3.17
29272026-03-02T21:38:19.239Z Running `/home/build/.rustup/toolchains/1.91.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=bbbe0fb9735ac64a -C extra-filename=-84ec3d24c8861872 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282026-03-02T21:38:19.483Z Compiling ucd-trie v0.1.7
29292026-03-02T21:38:19.529Z Running `/home/build/.rustup/toolchains/1.91.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=0a3d0f8901e80a43 -C extra-filename=-a26b2f99a5a31eff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302026-03-02T21:38:19.768Z Compiling scrypt v0.11.0
29312026-03-02T21:38:19.771Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=735be6e2184d88a3 -C extra-filename=-f5bc368605d73787 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-310d9ff867643127.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-c9e75991ac9d780e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322026-03-02T21:38:19.829Z Compiling pest v2.8.2
29332026-03-02T21:38:19.832Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-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="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=1d4bd5f10182ff00 -C extra-filename=-0838b345f7711ad8 --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-afea2278d9bc496e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-a26b2f99a5a31eff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342026-03-02T21:38:20.051Z Compiling tempfile v3.24.0
29352026-03-02T21:38:20.121Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=ff990cec1d11f765 -C extra-filename=-029acc0b6df857b1 --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-9ac85dd095c3ee8c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-906117e627c53165.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362026-03-02T21:38:20.165Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9e82239e176bcd4b/build-script-main`
29372026-03-02T21:38:20.280Z Compiling pkcs5 v0.7.1
29382026-03-02T21:38:20.283Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=3082885e5eed6362 -C extra-filename=-6729333da42bb1f8 --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-2673472d707878ba.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f7dabc8667ad2395.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-310d9ff867643127.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-f5bc368605d73787.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29392026-03-02T21:38:20.338Z Compiling rand_chacha v0.9.0
29402026-03-02T21:38:20.342Z Running `/home/build/.rustup/toolchains/1.91.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=91aa722f44bad1a0 -C extra-filename=-c71cdd1e0c183556 --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-1a41148c5f9922e7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412026-03-02T21:38:20.449Z Compiling openapiv3 v2.2.0
29422026-03-02T21:38:20.452Z Running `/home/build/.rustup/toolchains/1.91.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=b5f496d24a747f28 -C extra-filename=-1272b7c61236626f --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-496362133443fc3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432026-03-02T21:38:20.950Z Compiling plain v0.2.3
29442026-03-02T21:38:20.953Z Running `/home/build/.rustup/toolchains/1.91.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=5526a2106839e86e -C extra-filename=-4b99ac002000e8c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452026-03-02T21:38:21.183Z Compiling pkcs8 v0.10.2
29462026-03-02T21:38:21.186Z Running `/home/build/.rustup/toolchains/1.91.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="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=d99e542c3c3f3904 -C extra-filename=-e32a1299c5d7cde7 --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-8cc7363774f95bde.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-6729333da42bb1f8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472026-03-02T21:38:21.439Z Compiling rand v0.9.2
29482026-03-02T21:38:21.442Z Running `/home/build/.rustup/toolchains/1.91.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=538dd9b232f4e8a5 -C extra-filename=-92b1c69c39476002 --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-c71cdd1e0c183556.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492026-03-02T21:38:21.882Z Compiling rustls-native-certs v0.8.1
29502026-03-02T21:38:21.885Z Running `/home/build/.rustup/toolchains/1.91.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5244afa09626d23a -C extra-filename=-d05e438ea49d4b81 --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-bfb240f84d962d5a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512026-03-02T21:38:22.059Z Compiling sync_wrapper v1.0.1
29522026-03-02T21:38:22.062Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-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="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=25413439d674b21b -C extra-filename=-1cc60b8b5283d691 --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-cbbe00eeba3a9834.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532026-03-02T21:38:22.218Z Compiling openssl v0.10.73
29542026-03-02T21:38:22.221Z Running `/home/build/.rustup/toolchains/1.91.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.73/build.rs --error-format=json --json=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", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=97b02287c0708d86 -C extra-filename=-3993aabfb0db3d9c --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-3993aabfb0db3d9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552026-03-02T21:38:22.279Z Compiling foreign-types-shared v0.1.1
29562026-03-02T21:38:22.282Z Running `/home/build/.rustup/toolchains/1.91.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=64737a01e8a7b4c6 -C extra-filename=-343033d8f2dd05b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572026-03-02T21:38:22.471Z Compiling pest_meta v2.8.2
29582026-03-02T21:38:22.474Z Compiling foreign-types v0.3.2
29592026-03-02T21:38:22.474Z Running `/home/build/.rustup/toolchains/1.91.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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=1265877ae5087207 -C extra-filename=-75a3d64441dd2faa --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-0838b345f7711ad8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602026-03-02T21:38:22.475Z Running `/home/build/.rustup/toolchains/1.91.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=cdde52dfac0edab4 -C extra-filename=-ce23beb6eb3676f9 --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-343033d8f2dd05b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612026-03-02T21:38:22.680Z Compiling tower v0.5.2
29622026-03-02T21:38:22.683Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-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="__common"' --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("__common", "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=886950aaeddea3c3 -C extra-filename=-26dd5439148196d2 --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-cbbe00eeba3a9834.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-1cc60b8b5283d691.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-3257dabfc11d193a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632026-03-02T21:38:22.756Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-3993aabfb0db3d9c/build-script-build`
29642026-03-02T21:38:22.813Z Running `/home/build/.rustup/toolchains/1.91.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=47dacc952a079240 -C extra-filename=-3002f96437acd722 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --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_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(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)'`
29652026-03-02T21:38:22.870Z Compiling webpki-roots v1.0.1
29662026-03-02T21:38:22.872Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a6f0dad782cbf48 -C extra-filename=-99acf8b0cf5c9627 --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-c303177288ac3ee1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672026-03-02T21:38:23.048Z Compiling openssl-macros v0.1.1
29682026-03-02T21:38:23.051Z Running `/home/build/.rustup/toolchains/1.91.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=330b950766cdf513 -C extra-filename=-17391c4950523ba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692026-03-02T21:38:23.157Z Compiling encoding_rs v0.8.34
29702026-03-02T21:38:23.160Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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=09fe5644fe4e440b -C extra-filename=-a8db7e413abf61b0 --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-9b8d246c7e3e185e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712026-03-02T21:38:23.251Z Compiling pretty-hex v0.4.1
29722026-03-02T21:38:23.254Z Running `/home/build/.rustup/toolchains/1.91.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=672d0235a7724ce9 -C extra-filename=-4cc5ba24a6003517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732026-03-02T21:38:23.559Z Compiling iri-string v0.7.8
29742026-03-02T21:38:23.562Z Running `/home/build/.rustup/toolchains/1.91.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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=9851b8946f0e9e9b -C extra-filename=-81fbfc3f0f1ebf8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752026-03-02T21:38:23.693Z Compiling ipnetwork v0.21.1
29762026-03-02T21:38:23.696Z Running `/home/build/.rustup/toolchains/1.91.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=a3316697b7397fdd -C extra-filename=-bf57061796bb2ede --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-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772026-03-02T21:38:23.986Z Compiling pest_generator v2.8.2
29782026-03-02T21:38:24.033Z Running `/home/build/.rustup/toolchains/1.91.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.2/src/lib.rs --error-format=json --json=diagnostic-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=59db755822484f2a -C extra-filename=-5683104aa49f7380 --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-0838b345f7711ad8.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-75a3d64441dd2faa.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792026-03-02T21:38:24.085Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/src/lib.rs --error-format=json --json=diagnostic-rendered-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", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=d973db116887fa56 -C extra-filename=-c27281ebe7fbcab4 --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-cfaa2511914227eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ce23beb6eb3676f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-17391c4950523ba0.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-3002f96437acd722.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_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(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(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)'`
29802026-03-02T21:38:24.166Z Compiling native-tls v0.2.12
29812026-03-02T21:38:24.170Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.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("alpn", "vendored"))' -C metadata=a427351dc311887f -C extra-filename=-e415e630c4a0d985 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-e415e630c4a0d985 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822026-03-02T21:38:24.589Z Compiling signature v2.2.0
29832026-03-02T21:38:24.592Z Running `/home/build/.rustup/toolchains/1.91.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=19241cdc346572f8 -C extra-filename=-552bdad18018ac43 --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-268aa15817046b32.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842026-03-02T21:38:24.682Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-e415e630c4a0d985/build-script-build`
29852026-03-02T21:38:24.756Z Compiling winnow v0.7.14
29862026-03-02T21:38:24.759Z Running `/home/build/.rustup/toolchains/1.91.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=34f41ac93253362e -C extra-filename=-1a96771fab1efe2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872026-03-02T21:38:24.915Z Compiling darling_core v0.21.0
29882026-03-02T21:38:24.918Z Running `/home/build/.rustup/toolchains/1.91.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.0/src/lib.rs --error-format=json --json=diagnostic-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=beacee0fd61ee9df -C extra-filename=-5847c8b08f2bc663 --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-22553d033a4f20d3.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-420e9301b8e5cfd6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-4f2345662d24d9d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892026-03-02T21:38:25.574Z Compiling strum_macros v0.26.4
29902026-03-02T21:38:25.577Z Running `/home/build/.rustup/toolchains/1.91.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=3ed44764c21812e8 -C extra-filename=-c74ed59dd69dfb8f --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-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912026-03-02T21:38:26.589Z Compiling pest_derive v2.8.2
29922026-03-02T21:38:26.592Z Running `/home/build/.rustup/toolchains/1.91.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.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=ec457620d962080f -C extra-filename=-e01bf1dc7ec0328f --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-0838b345f7711ad8.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-5683104aa49f7380.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932026-03-02T21:38:26.678Z Compiling tower-http v0.6.8
29942026-03-02T21:38:26.682Z Running `/home/build/.rustup/toolchains/1.91.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=6ce158ce2b0163d2 -C extra-filename=-7f24d8c8afcb2e04 --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-cfaa2511914227eb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8d2f726f910c8602.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-81fbfc3f0f1ebf8a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-26dd5439148196d2.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-3257dabfc11d193a.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952026-03-02T21:38:27.351Z Compiling paste v1.0.15
29962026-03-02T21:38:27.354Z Running `/home/build/.rustup/toolchains/1.91.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=c59d25c819f3978f -C extra-filename=-4fb0e3b03d49a8c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-4fb0e3b03d49a8c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972026-03-02T21:38:27.571Z Compiling data-encoding v2.9.0
29982026-03-02T21:38:27.574Z Running `/home/build/.rustup/toolchains/1.91.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.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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=065b5b31e795d3de -C extra-filename=-5d4dd4f25a3a940c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992026-03-02T21:38:27.632Z Compiling static_assertions v1.1.0
30002026-03-02T21:38:27.635Z Running `/home/build/.rustup/toolchains/1.91.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=de6e917f07e366fb -C extra-filename=-b3b91e8fe3ef1a8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012026-03-02T21:38:27.788Z Compiling winnow v0.5.40
30022026-03-02T21:38:27.791Z Running `/home/build/.rustup/toolchains/1.91.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=a99a82e1e4836bbe -C extra-filename=-72473495d17f19f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032026-03-02T21:38:27.977Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-4fb0e3b03d49a8c7/build-script-build`
30042026-03-02T21:38:28.090Z Running `/home/build/.rustup/toolchains/1.91.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=aa15ff242619532e -C extra-filename=-051ed0912bcc526d --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"))'`
30052026-03-02T21:38:28.141Z Compiling darling_core v0.20.10
30062026-03-02T21:38:28.144Z Running `/home/build/.rustup/toolchains/1.91.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.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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=685478ac8634c679 -C extra-filename=-d64820e78aaae86f --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-22553d033a4f20d3.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-420e9301b8e5cfd6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-4f2345662d24d9d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072026-03-02T21:38:29.283Z Compiling sha1 v0.10.6
30082026-03-02T21:38:29.286Z Running `/home/build/.rustup/toolchains/1.91.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="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=496850fbdff85d74 -C extra-filename=-ab1e1b323fcc7f2e --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-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092026-03-02T21:38:29.332Z Compiling hubpack_derive v0.1.1
30102026-03-02T21:38:29.335Z Running `/home/build/.rustup/toolchains/1.91.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=7d101d512c29baff -C extra-filename=-0fefeaa3e405fabd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112026-03-02T21:38:29.728Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=05095d3ea091ca46 -C extra-filename=-b28535a8957be1a1 --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-960003e0783a03bd.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-bfb240f84d962d5a.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-3002f96437acd722.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
30122026-03-02T21:38:29.915Z Compiling strum v0.26.3
30132026-03-02T21:38:29.918Z Running `/home/build/.rustup/toolchains/1.91.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=94100bd8dc7fc68e -C extra-filename=-403fa0d437dd0a79 --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-c74ed59dd69dfb8f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142026-03-02T21:38:30.169Z Compiling tokio-native-tls v0.3.1
30152026-03-02T21:38:30.172Z Running `/home/build/.rustup/toolchains/1.91.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=25ea31ddbbe67aea -C extra-filename=-c67842138da8dd36 --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-b28535a8957be1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
30162026-03-02T21:38:30.342Z Compiling tinyvec_macros v0.1.1
30172026-03-02T21:38:30.345Z Running `/home/build/.rustup/toolchains/1.91.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=27d8a254dbd867d5 -C extra-filename=-7e10bbf32c77695d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30182026-03-02T21:38:30.400Z Compiling hubpack v0.1.2
30192026-03-02T21:38:30.404Z Running `/home/build/.rustup/toolchains/1.91.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=a909674e9dd80124 -C extra-filename=-e9e9e77d8ed55b69 --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-0fefeaa3e405fabd.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202026-03-02T21:38:30.494Z Compiling hyper-tls v0.6.0
30212026-03-02T21:38:30.497Z Compiling tinyvec v1.8.0
30222026-03-02T21:38:30.497Z Running `/home/build/.rustup/toolchains/1.91.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=4a3105ad66b7e490 -C extra-filename=-614eb3c941d9a45d --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-697abc391bbe218c.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b28535a8957be1a1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-c67842138da8dd36.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
30232026-03-02T21:38:30.531Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.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="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=691e11f761881eb9 -C extra-filename=-86d39d757ff7819a --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-7e10bbf32c77695d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30242026-03-02T21:38:30.934Z Compiling toml_edit v0.19.15
30252026-03-02T21:38:30.937Z Running `/home/build/.rustup/toolchains/1.91.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=eb428017744e017e -C extra-filename=-839d4a146506079b --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-496362133443fc3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c036d3e36d25e61.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd03c54f4155e59a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-72473495d17f19f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262026-03-02T21:38:30.987Z Compiling oxnet v0.1.4
30272026-03-02T21:38:30.990Z Compiling darling_macro v0.21.0
30282026-03-02T21:38:30.990Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std"))' -C metadata=d985909a078655c0 -C extra-filename=-200593b9a7b987ef --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-bf57061796bb2ede.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292026-03-02T21:38:30.990Z Running `/home/build/.rustup/toolchains/1.91.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.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=4da592089b939e56 -C extra-filename=-6ed3c9c2ae833ead --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-5847c8b08f2bc663.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302026-03-02T21:38:31.106Z Compiling scroll_derive v0.12.0
30312026-03-02T21:38:31.110Z Running `/home/build/.rustup/toolchains/1.91.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.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=cc2a65567fb2cae5 -C extra-filename=-31093c69c6692d6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322026-03-02T21:38:31.438Z Compiling num-integer v0.1.46
30332026-03-02T21:38:31.441Z Running `/home/build/.rustup/toolchains/1.91.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=f3709ee2f906ab59 -C extra-filename=-6dcbfb1e8babd6ea --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-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342026-03-02T21:38:31.839Z Compiling quick-error v1.2.3
30352026-03-02T21:38:31.843Z Running `/home/build/.rustup/toolchains/1.91.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=796e006f2f126583 -C extra-filename=-f4177b83accb982b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362026-03-02T21:38:32.048Z Compiling ahash v0.8.12
30372026-03-02T21:38:32.052Z Running `/home/build/.rustup/toolchains/1.91.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=46370b02722680ec -C extra-filename=-445bcbe1e128c827 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-445bcbe1e128c827 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382026-03-02T21:38:32.088Z Compiling base16ct v0.2.0
30392026-03-02T21:38:32.136Z Running `/home/build/.rustup/toolchains/1.91.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=7783f897d2866553 -C extra-filename=-3498298cb3287a8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402026-03-02T21:38:32.180Z Compiling darling v0.21.0
30412026-03-02T21:38:32.183Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-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 --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=e53fb262f7be1a66 -C extra-filename=-8d9ca32224e753d2 --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-5847c8b08f2bc663.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-6ed3c9c2ae833ead.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422026-03-02T21:38:32.230Z Compiling ff v0.13.0
30432026-03-02T21:38:32.233Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-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", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=4ec19db4f66abfb1 -C extra-filename=-43bf1ca6a514b6aa --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-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442026-03-02T21:38:32.343Z Compiling usdt-impl v0.5.0
30452026-03-02T21:38:32.347Z Running `/home/build/.rustup/toolchains/1.91.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=21db4e42249df5bc -C extra-filename=-faa4f6782989b6de --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-faa4f6782989b6de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462026-03-02T21:38:32.463Z Compiling sec1 v0.7.3
30472026-03-02T21:38:32.466Z Running `/home/build/.rustup/toolchains/1.91.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=35d896113ead308c -C extra-filename=-1fa348f96c820973 --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-3498298cb3287a8d.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-cbef46c34d9df723.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482026-03-02T21:38:32.517Z Compiling crc32fast v1.4.2
30492026-03-02T21:38:32.560Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-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", "nightly", "std"))' -C metadata=5b0e96eb1ac81638 -C extra-filename=-e665abceb2a7947a --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-9b8d246c7e3e185e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502026-03-02T21:38:32.560Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-445bcbe1e128c827/build-script-build`
30512026-03-02T21:38:32.604Z Compiling scroll v0.12.0
30522026-03-02T21:38:32.607Z Running `/home/build/.rustup/toolchains/1.91.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=2c0c01633758af80 -C extra-filename=-749b792c868168c8 --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-31093c69c6692d6f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532026-03-02T21:38:32.668Z Compiling bit-vec v0.8.0
30542026-03-02T21:38:32.671Z Running `/home/build/.rustup/toolchains/1.91.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=3d736ccbf0e87ebb -C extra-filename=-a477195100bc788b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552026-03-02T21:38:32.818Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-faa4f6782989b6de/build-script-build`
30562026-03-02T21:38:32.925Z Running `/home/build/.rustup/toolchains/1.91.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=a8793a4f23b884d6 -C extra-filename=-4535aca8ab318c48 --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-9b8d246c7e3e185e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.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)'`
30572026-03-02T21:38:33.030Z Compiling group v0.13.0
30582026-03-02T21:38:33.034Z Running `/home/build/.rustup/toolchains/1.91.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=628c840c6485c4bf -C extra-filename=-27f9c755a800f8bd --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-43bf1ca6a514b6aa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592026-03-02T21:38:33.081Z Compiling num-iter v0.1.45
30602026-03-02T21:38:33.125Z Running `/home/build/.rustup/toolchains/1.91.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=812679b35c1ebdcb -C extra-filename=-6e6262e2ec4ec296 --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-6dcbfb1e8babd6ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612026-03-02T21:38:33.180Z Compiling goblin v0.8.2
30622026-03-02T21:38:33.183Z Compiling bit-set v0.8.0
30632026-03-02T21:38:33.183Z Running `/home/build/.rustup/toolchains/1.91.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=aad6db77dd05eef6 -C extra-filename=-28ce9f08f70a0127 --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-960003e0783a03bd.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-4b99ac002000e8c9.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-749b792c868168c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642026-03-02T21:38:33.183Z Running `/home/build/.rustup/toolchains/1.91.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=93699d58078ff24d -C extra-filename=-1bbb8a7353698747 --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-a477195100bc788b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652026-03-02T21:38:33.328Z Compiling dtrace-parser v0.2.0
30662026-03-02T21:38:33.339Z Running `/home/build/.rustup/toolchains/1.91.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=c5f250ea55260b61 -C extra-filename=-fd50a69412f8b64a --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-0838b345f7711ad8.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-e01bf1dc7ec0328f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672026-03-02T21:38:33.384Z Compiling hkdf v0.12.4
30682026-03-02T21:38:33.389Z Running `/home/build/.rustup/toolchains/1.91.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=b3fc1e83f964b24a -C extra-filename=-0e6b2fb9a7835ef5 --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-d6df248ec06b9ac8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30692026-03-02T21:38:33.436Z Compiling crossbeam-epoch v0.9.18
30702026-03-02T21:38:33.439Z Running `/home/build/.rustup/toolchains/1.91.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=41b01f875ceb578d -C extra-filename=-baf0c92fd85ce9a3 --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-16e875d6462de814.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712026-03-02T21:38:33.575Z Compiling crypto-bigint v0.5.5
30722026-03-02T21:38:33.578Z Running `/home/build/.rustup/toolchains/1.91.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=c89ccbe074823fcc -C extra-filename=-04d352fa2e0da296 --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-cbef46c34d9df723.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732026-03-02T21:38:33.713Z Compiling scroll_derive v0.13.1
30742026-03-02T21:38:33.717Z Running `/home/build/.rustup/toolchains/1.91.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=940c50cb8797e171 -C extra-filename=-8f52c558275b10d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30752026-03-02T21:38:33.763Z Compiling darling_macro v0.20.10
30762026-03-02T21:38:33.770Z Running `/home/build/.rustup/toolchains/1.91.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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a62f49b1b0569079 -C extra-filename=-0a9f4caade35377b --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-d64820e78aaae86f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772026-03-02T21:38:34.151Z Compiling thread-id v4.2.2
30782026-03-02T21:38:34.154Z Running `/home/build/.rustup/toolchains/1.91.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=d4a34f84b5d6b468 -C extra-filename=-ffaf04ed8428d73d --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792026-03-02T21:38:34.328Z Compiling wait-timeout v0.2.0
30802026-03-02T21:38:34.331Z Running `/home/build/.rustup/toolchains/1.91.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa7b4b3ee6873949 -C extra-filename=-7fad237810e4574c --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812026-03-02T21:38:34.907Z Compiling darling v0.20.10
30822026-03-02T21:38:34.910Z Compiling toml_write v0.1.2
30832026-03-02T21:38:34.910Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.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"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=ff41ae0caafe8904 -C extra-filename=-8267566968ae2fcb --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-d64820e78aaae86f.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-0a9f4caade35377b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842026-03-02T21:38:34.911Z Running `/home/build/.rustup/toolchains/1.91.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=399448527869f62f -C extra-filename=-02170c98dd0eef5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852026-03-02T21:38:35.090Z Compiling num-bigint-dig v0.8.6
30862026-03-02T21:38:35.093Z Running `/home/build/.rustup/toolchains/1.91.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=47f0629861715b96 -C extra-filename=-64649a47d1aff8f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-64649a47d1aff8f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872026-03-02T21:38:35.139Z Compiling heck v0.4.1
30882026-03-02T21:38:35.143Z Running `/home/build/.rustup/toolchains/1.91.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=c36d9bf330367547 -C extra-filename=-dabc04b0d25f1f86 --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-469dcac1900e48e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892026-03-02T21:38:35.395Z Compiling toml_edit v0.22.27
30902026-03-02T21:38:35.480Z Running `/home/build/.rustup/toolchains/1.91.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=0f26ef87e0f3c1e0 -C extra-filename=-2fcfcb35f0bca903 --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-496362133443fc3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c036d3e36d25e61.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd03c54f4155e59a.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-02170c98dd0eef5f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30912026-03-02T21:38:35.561Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-64649a47d1aff8f2/build-script-build`
30922026-03-02T21:38:35.625Z Compiling itertools v0.13.0
30932026-03-02T21:38:35.628Z Compiling scroll v0.13.0
30942026-03-02T21:38:35.628Z Compiling bstr v1.10.0
30952026-03-02T21:38:35.657Z Running `/home/build/.rustup/toolchains/1.91.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=0b23c2a03dbfeff7 -C extra-filename=-f0f9e563abed1aaf --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-20015a7f2ab24a15.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962026-03-02T21:38:35.660Z Running `/home/build/.rustup/toolchains/1.91.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=511db78bd39cdff1 -C extra-filename=-17512199b01d0f4b --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-8f52c558275b10d4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972026-03-02T21:38:35.700Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-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="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=6fd5e2114457e89d -C extra-filename=-a6e1ab1532f8efa3 --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-afea2278d9bc496e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4387b5d2d51d9453.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982026-03-02T21:38:36.279Z Compiling zlib-rs v0.5.1
30992026-03-02T21:38:36.282Z Running `/home/build/.rustup/toolchains/1.91.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.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="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "c-allocator", "default", "quickcheck", "rust-allocator", "std"))' -C metadata=05de1ba68c641b32 -C extra-filename=-bae8abd85fb85230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:38:37.199Z Compiling elliptic-curve v0.13.8
31012026-03-02T21:38:37.203Z Running `/home/build/.rustup/toolchains/1.91.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=73661f266916f367 -C extra-filename=-0d6795d8b7b26bdb --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-3498298cb3287a8d.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-04d352fa2e0da296.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-cbef46c34d9df723.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1fa348f96c820973.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022026-03-02T21:38:37.549Z Compiling goblin v0.10.2
31032026-03-02T21:38:37.552Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-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="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=e2f55595d2a4511b -C extra-filename=-475de3843f6bc2e9 --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-960003e0783a03bd.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-4b99ac002000e8c9.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-17512199b01d0f4b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042026-03-02T21:38:38.130Z Running `/home/build/.rustup/toolchains/1.91.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=54a5e1872a4dd57d -C extra-filename=-b84d66a6dbfce3e1 --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-bdecca09356102e1.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-aca419b966ec5f81.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
31052026-03-02T21:38:38.515Z Compiling rusty-fork v0.3.0
31062026-03-02T21:38:38.518Z Running `/home/build/.rustup/toolchains/1.91.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.0/src/lib.rs --error-format=json --json=diagnostic-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=dba267796d334809 -C extra-filename=-4e96d5a1f4745e56 --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-22553d033a4f20d3.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4177b83accb982b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-7fad237810e4574c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072026-03-02T21:38:39.210Z Compiling dof v0.3.0
31082026-03-02T21:38:39.264Z Running `/home/build/.rustup/toolchains/1.91.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=1577fa4f3418243e -C extra-filename=-e928439ca5bf1281 --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-28ce9f08f70a0127.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c5ec39ac863fdc65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092026-03-02T21:38:39.397Z Compiling pkcs1 v0.7.5
31102026-03-02T21:38:39.400Z Running `/home/build/.rustup/toolchains/1.91.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=67b9940143e4e5bf -C extra-filename=-3765a3dd80314c3d --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-8cc7363774f95bde.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112026-03-02T21:38:40.357Z Running `/home/build/.rustup/toolchains/1.91.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=793f4538810d02a1 -C extra-filename=-bdd799246e663234 --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-7979b4ba2f5cd7b3.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-e928439ca5bf1281.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-fd50a69412f8b64a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-ffaf04ed8428d73d.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`
31122026-03-02T21:38:40.970Z Compiling curve25519-dalek v4.1.3
31132026-03-02T21:38:40.973Z Running `/home/build/.rustup/toolchains/1.91.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=c1268199dafa9a52 -C extra-filename=-ea6d569e787eecb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-ea6d569e787eecb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-432faec17290e42d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142026-03-02T21:38:41.736Z Compiling rand_xorshift v0.4.0
31152026-03-02T21:38:41.740Z Running `/home/build/.rustup/toolchains/1.91.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=f11b29012121d2f7 -C extra-filename=-b6c7f4a8f1590593 --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-e1e612e7dbac87d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162026-03-02T21:38:41.790Z Compiling x509-cert v0.2.5
31172026-03-02T21:38:41.793Z Compiling bzip2-sys v0.1.13+1.0.8
31182026-03-02T21:38:41.834Z Running `/home/build/.rustup/toolchains/1.91.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=f62ba21c2c480ea5 -C extra-filename=-5e6be64fec04b26e --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-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192026-03-02T21:38:41.917Z Running `/home/build/.rustup/toolchains/1.91.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=b6f9a43f5745ed05 -C extra-filename=-e8ff355f1b5b1710 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e8ff355f1b5b1710 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202026-03-02T21:38:42.038Z Compiling unarray v0.1.4
31212026-03-02T21:38:42.042Z Running `/home/build/.rustup/toolchains/1.91.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=6aab6a764ff0788b -C extra-filename=-0d1cbf4decd5986d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222026-03-02T21:38:42.079Z Compiling usdt-impl v0.6.0
31232026-03-02T21:38:42.079Z Running `/home/build/.rustup/toolchains/1.91.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=b86945bce5b0959a -C extra-filename=-db5c11af64f98a8b --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-db5c11af64f98a8b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242026-03-02T21:38:42.257Z Compiling proptest v1.7.0
31252026-03-02T21:38:42.261Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-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 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="lazy_static"' --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", "lazy_static", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=73536f1c9bf22822 -C extra-filename=-e25a78607935dd50 --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-1bbb8a7353698747.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a477195100bc788b.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-cfaa2511914227eb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c71cdd1e0c183556.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-b6c7f4a8f1590593.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-4e96d5a1f4745e56.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-0d1cbf4decd5986d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31262026-03-02T21:38:42.539Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-e8ff355f1b5b1710/build-script-build`
31272026-03-02T21:38:42.590Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-db5c11af64f98a8b/build-script-build`
31282026-03-02T21:38:42.661Z Compiling libz-rs-sys v0.5.1
31292026-03-02T21:38:42.664Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-rs-sys-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="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "testing-prefix"))' -C metadata=ac5ff47aa8169191 -C extra-filename=-349a6e2955accf25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-bae8abd85fb85230.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302026-03-02T21:38:43.003Z Compiling flate2 v1.1.2
31312026-03-02T21:38:43.006Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-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 --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="libz-rs-sys"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=1452c2e62d23101a -C extra-filename=-ee56dd0c78618953 --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-e665abceb2a7947a.rmeta --extern libz_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_rs_sys-349a6e2955accf25.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322026-03-02T21:38:43.495Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-ea6d569e787eecb9/build-script-build`
31332026-03-02T21:38:43.645Z Compiling rsa v0.9.8
31342026-03-02T21:38:43.648Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-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 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=9c3d9cee2d211e33 -C extra-filename=-a6d3c572a8e45507 --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-7fcf3363fa4d8b33.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b84d66a6dbfce3e1.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-3765a3dd80314c3d.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-552bdad18018ac43.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352026-03-02T21:38:43.855Z Compiling dtrace-parser v0.3.0
31362026-03-02T21:38:43.858Z Running `/home/build/.rustup/toolchains/1.91.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=b037c48a09ed74cb -C extra-filename=-649199322175c05d --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-0838b345f7711ad8.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-e01bf1dc7ec0328f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372026-03-02T21:38:43.988Z Compiling rfc6979 v0.4.0
31382026-03-02T21:38:43.992Z Running `/home/build/.rustup/toolchains/1.91.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=b4457c8fe4614d43 -C extra-filename=-a2736ea44f0f03ae --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-d6df248ec06b9ac8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392026-03-02T21:38:44.200Z Compiling dof v0.4.0
31402026-03-02T21:38:44.203Z Running `/home/build/.rustup/toolchains/1.91.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=164d38d618c36dc0 -C extra-filename=-3339533b116e0c4f --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-475de3843f6bc2e9.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412026-03-02T21:38:45.697Z Compiling curve25519-dalek-derive v0.1.1
31422026-03-02T21:38:45.762Z Running `/home/build/.rustup/toolchains/1.91.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=e296db927adf69ac -C extra-filename=-9aa2d5910a38d146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432026-03-02T21:38:46.160Z Compiling thread-id v5.0.0
31442026-03-02T21:38:46.164Z Running `/home/build/.rustup/toolchains/1.91.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.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=64fcf838075b2471 -C extra-filename=-dbb73afa9ba27761 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452026-03-02T21:38:46.350Z Compiling bitflags v1.3.2
31462026-03-02T21:38:46.359Z Running `/home/build/.rustup/toolchains/1.91.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=c783b94eb562b595 -C extra-filename=-2b8f5067655268d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472026-03-02T21:38:46.494Z Running `/home/build/.rustup/toolchains/1.91.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=cc036cfd154d243c -C extra-filename=-846206e86915589a --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-7979b4ba2f5cd7b3.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-3339533b116e0c4f.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-649199322175c05d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-dbb73afa9ba27761.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)'`
31482026-03-02T21:38:46.545Z Compiling ecdsa v0.16.9
31492026-03-02T21:38:46.548Z Running `/home/build/.rustup/toolchains/1.91.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="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=86cb9299b89b5797 -C extra-filename=-8dd14f65ad0dd7aa --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-8cc7363774f95bde.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-a2736ea44f0f03ae.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-552bdad18018ac43.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502026-03-02T21:38:47.278Z Running `/home/build/.rustup/toolchains/1.91.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=5906c89169f7c939 -C extra-filename=-a1da87ac9f71d3b4 --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-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-9aa2d5910a38d146.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.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"'`
31512026-03-02T21:38:47.459Z Running `/home/build/.rustup/toolchains/1.91.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=98e9477a2267f163 -C extra-filename=-bdea93fd0d563974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-1a535b08d52ade11/out/lib -l static=bz2`
31522026-03-02T21:38:47.609Z Compiling derive_builder_core v0.20.2
31532026-03-02T21:38:47.613Z Running `/home/build/.rustup/toolchains/1.91.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=ca12171eb65e04aa -C extra-filename=-2fda2110ac3e888d --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-8267566968ae2fcb.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542026-03-02T21:38:47.807Z Compiling serde_with_macros v3.16.1
31552026-03-02T21:38:47.810Z Running `/home/build/.rustup/toolchains/1.91.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.16.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=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="schemars_0_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8", "schemars_0_9", "schemars_1"))' -C metadata=392f4539cf4aec6a -C extra-filename=-a14ee6e5e790684a --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-8d9ca32224e753d2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562026-03-02T21:38:48.227Z Compiling memmap2 v0.9.8
31572026-03-02T21:38:48.243Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=dd5b32a12c118f93 -C extra-filename=-d63320512bf6945c --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582026-03-02T21:38:48.710Z Compiling env_filter v0.1.2
31592026-03-02T21:38:48.714Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-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=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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=63fe0cc8f59196c1 -C extra-filename=-a1c768a48bc85be6 --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-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602026-03-02T21:38:49.402Z Compiling memoffset v0.9.1
31612026-03-02T21:38:49.406Z Running `/home/build/.rustup/toolchains/1.91.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=1d9dd299e4adb1e2 -C extra-filename=-d413877f52f50cf2 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-d413877f52f50cf2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622026-03-02T21:38:49.668Z Compiling siphasher v0.3.11
31632026-03-02T21:38:49.671Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-0.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 --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=582622778b7a69e3 -C extra-filename=-546fc1ccf657c5d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642026-03-02T21:38:49.881Z Compiling cfg_aliases v0.2.1
31652026-03-02T21:38:49.884Z Running `/home/build/.rustup/toolchains/1.91.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=0cd84f1f831e543a -C extra-filename=-9f63cecee3c4c7b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662026-03-02T21:38:50.025Z Compiling keccak v0.1.5
31672026-03-02T21:38:50.028Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-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 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=3837c867db77c698 -C extra-filename=-988f9cb713822ff4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682026-03-02T21:38:50.097Z Compiling signal-hook v0.3.18
31692026-03-02T21:38:50.100Z Running `/home/build/.rustup/toolchains/1.91.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=bc3792716284ff47 -C extra-filename=-57ba64b564ed44a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-57ba64b564ed44a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702026-03-02T21:38:50.531Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-57ba64b564ed44a4/build-script-build`
31712026-03-02T21:38:50.586Z Compiling serde_with v3.16.1
31722026-03-02T21:38:50.590Z Running `/home/build/.rustup/toolchains/1.91.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.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 --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="macros"' --cfg 'feature="schemars_0_8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hashbrown_0_16", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "smallvec_1", "std", "time_0_3"))' -C metadata=845fa337a3364369 -C extra-filename=-984d2a72eab3587b --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-17ce449942b787b6.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-a14ee6e5e790684a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732026-03-02T21:38:50.651Z Compiling sha3 v0.10.8
31742026-03-02T21:38:50.654Z Running `/home/build/.rustup/toolchains/1.91.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=8d50f1d68ac21d06 -C extra-filename=-a9fe9f1222e6c9b4 --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-268aa15817046b32.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-988f9cb713822ff4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752026-03-02T21:38:50.757Z Compiling phf_shared v0.11.2
31762026-03-02T21:38:50.760Z Running `/home/build/.rustup/toolchains/1.91.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=eb0aa3f043d713dd -C extra-filename=-065b615e0557dad8 --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-546fc1ccf657c5d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772026-03-02T21:38:51.207Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-d413877f52f50cf2/build-script-build`
31782026-03-02T21:38:51.385Z Compiling derive_builder_macro v0.20.2
31792026-03-02T21:38:51.388Z Running `/home/build/.rustup/toolchains/1.91.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=c59f27d41fe357ae -C extra-filename=-588b943607da4cb8 --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-2fda2110ac3e888d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802026-03-02T21:38:51.436Z Compiling env_logger v0.11.8
31812026-03-02T21:38:51.440Z Running `/home/build/.rustup/toolchains/1.91.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.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=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=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' '--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="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=85b3ada887134b1c -C extra-filename=-fbaeb29d3673a0a9 --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-bb9d7527c73b49b9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-a1c768a48bc85be6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822026-03-02T21:38:51.802Z Compiling newtype-uuid v1.3.2
31832026-03-02T21:38:51.805Z Running `/home/build/.rustup/toolchains/1.91.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=d4ad0a3bf81f2384 -C extra-filename=-de5d2bbf64ba9eb6 --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-e25a78607935dd50.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842026-03-02T21:38:52.175Z Compiling toml v0.7.8
31852026-03-02T21:38:52.178Z Running `/home/build/.rustup/toolchains/1.91.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=ec67f0b648015ae3 -C extra-filename=-d6d338625430a2a7 --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-aa0f5bd7118bc9a2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c036d3e36d25e61.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd03c54f4155e59a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-839d4a146506079b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862026-03-02T21:38:52.374Z Compiling ed25519 v2.2.3
31872026-03-02T21:38:52.377Z Running `/home/build/.rustup/toolchains/1.91.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=6e89cccb350c2570 -C extra-filename=-9985d3bfbbafabb8 --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-e32a1299c5d7cde7.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-552bdad18018ac43.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882026-03-02T21:38:52.474Z Compiling daft-derive v0.1.4
31892026-03-02T21:38:52.479Z Running `/home/build/.rustup/toolchains/1.91.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.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c20287ec2e468c4 -C extra-filename=-bafa67197e47d28f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902026-03-02T21:38:52.524Z Compiling zstd-sys v2.0.14+zstd.1.5.7
31912026-03-02T21:38:52.527Z Running `/home/build/.rustup/toolchains/1.91.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.14+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=2d5e9eeb8c0a28ea -C extra-filename=-1faf5cca5002d542 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-1faf5cca5002d542 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922026-03-02T21:38:53.499Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-1faf5cca5002d542/build-script-build`
31932026-03-02T21:38:53.617Z Compiling ed25519-dalek v2.1.1
31942026-03-02T21:38:53.620Z Running `/home/build/.rustup/toolchains/1.91.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.1.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="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=a470f6decde549ac -C extra-filename=-7b01dd16734868d8 --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-a1da87ac9f71d3b4.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-9985d3bfbbafabb8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-552bdad18018ac43.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952026-03-02T21:38:54.253Z Compiling daft v0.1.4
31962026-03-02T21:38:54.258Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-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)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=9be881300c9abadd -C extra-filename=-7b8cc660aaeba8f0 --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-bafa67197e47d28f.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972026-03-02T21:38:54.413Z Compiling derive_builder v0.20.2
31982026-03-02T21:38:54.416Z Running `/home/build/.rustup/toolchains/1.91.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=e39643ae2786734e -C extra-filename=-40bf82a4bdaa5b30 --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-588b943607da4cb8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992026-03-02T21:38:54.626Z Running `/home/build/.rustup/toolchains/1.91.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=3ec9e47f400c4a5f -C extra-filename=-1c1091fa0c3be57d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
32002026-03-02T21:38:54.873Z Running `/home/build/.rustup/toolchains/1.91.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=5932afbcf1d2d7d0 -C extra-filename=-b0de081c40ed7ff9 --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-b9bf1208c93b2e2e.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e02a3f4cfec0435b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012026-03-02T21:38:54.877Z Compiling usdt-attr-macro v0.6.0
32022026-03-02T21:38:54.877Z Running `/home/build/.rustup/toolchains/1.91.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=af6e738c44d61766 -C extra-filename=-6f2d62560ad5b132 --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-649199322175c05d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-846206e86915589a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032026-03-02T21:38:54.899Z Compiling usdt-macro v0.6.0
32042026-03-02T21:38:54.902Z Running `/home/build/.rustup/toolchains/1.91.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=b22ee33487d7bc62 -C extra-filename=-c1220485a14bbded --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-649199322175c05d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-846206e86915589a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052026-03-02T21:38:54.944Z Compiling unicode-normalization v0.1.24
32062026-03-02T21:38:54.947Z Running `/home/build/.rustup/toolchains/1.91.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.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ba1cab0884c79f14 -C extra-filename=-6139c256f103d169 --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-86d39d757ff7819a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072026-03-02T21:38:54.993Z Compiling enum-as-inner v0.6.1
32082026-03-02T21:38:54.997Z Running `/home/build/.rustup/toolchains/1.91.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=7c0ea8d437b91035 -C extra-filename=-3c5192df54cca993 --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-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092026-03-02T21:38:55.634Z Compiling vergen-lib v0.1.6
32102026-03-02T21:38:55.638Z Running `/home/build/.rustup/toolchains/1.91.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="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=7bd25a4a826de5c7 -C extra-filename=-a5e3934f2197ac8b --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-a5e3934f2197ac8b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112026-03-02T21:38:55.973Z Compiling managed v0.8.0
32122026-03-02T21:38:55.976Z Running `/home/build/.rustup/toolchains/1.91.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=3f920bc30f647c85 -C extra-filename=-3251fccde2bb069b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132026-03-02T21:38:56.096Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-a5e3934f2197ac8b/build-script-build`
32142026-03-02T21:38:56.161Z Compiling itertools v0.10.5
32152026-03-02T21:38:56.164Z Running `/home/build/.rustup/toolchains/1.91.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="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=386c86c4dbdc0e11 -C extra-filename=-d47b523d2b6a239a --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-20015a7f2ab24a15.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162026-03-02T21:38:56.225Z Compiling cargo-platform v0.1.8
32172026-03-02T21:38:56.228Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.1.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::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8492945d20642c14 -C extra-filename=-0a2a33043653087e --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182026-03-02T21:38:56.430Z Compiling vergen v9.0.6
32192026-03-02T21:38:56.434Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.0.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=e31413f57c0553a9 -C extra-filename=-42860864cfc1a355 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-42860864cfc1a355 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202026-03-02T21:38:56.693Z Compiling cookie v0.18.1
32212026-03-02T21:38:56.696Z Running `/home/build/.rustup/toolchains/1.91.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=5753ead368064905 -C extra-filename=-07aa082a8031d7af --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-07aa082a8031d7af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222026-03-02T21:38:56.745Z Compiling fs-err v3.1.1
32232026-03-02T21:38:56.748Z Running `/home/build/.rustup/toolchains/1.91.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.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 --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=5e353e98e196a72b -C extra-filename=-2c81c11fffeae8a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-2c81c11fffeae8a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242026-03-02T21:38:56.794Z Compiling usdt v0.6.0
32252026-03-02T21:38:56.794Z Running `/home/build/.rustup/toolchains/1.91.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=9f50808d6c179877 -C extra-filename=-50fca1beacd8e56b --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-3339533b116e0c4f.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-475de3843f6bc2e9.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d63320512bf6945c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-6f2d62560ad5b132.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-846206e86915589a.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-c1220485a14bbded.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262026-03-02T21:38:56.890Z Compiling litrs v0.4.1
32272026-03-02T21:38:56.893Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-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("check_suffix", "default", "proc-macro2", "unicode-xid"))' -C metadata=f1d6d0f54630d087 -C extra-filename=-6718ddecb23c8b5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282026-03-02T21:38:57.101Z Compiling zstd-safe v7.2.3
32292026-03-02T21:38:57.104Z Running `/home/build/.rustup/toolchains/1.91.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.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=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=b262418fa42a82dd -C extra-filename=-e672cd2f5686a214 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-e672cd2f5686a214 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302026-03-02T21:38:57.207Z Compiling precomputed-hash v0.1.1
32312026-03-02T21:38:57.210Z Running `/home/build/.rustup/toolchains/1.91.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=9b32dac75f87755b -C extra-filename=-506dacd16d4fb18a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322026-03-02T21:38:57.266Z Compiling new_debug_unreachable v1.0.6
32332026-03-02T21:38:57.270Z Running `/home/build/.rustup/toolchains/1.91.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=bdf6712c14f18a35 -C extra-filename=-84cd7013a5593a73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342026-03-02T21:38:57.360Z Compiling ref-cast v1.0.25
32352026-03-02T21:38:57.364Z Running `/home/build/.rustup/toolchains/1.91.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=d74b6fd735046642 -C extra-filename=-255a2eeaff789f14 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-255a2eeaff789f14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362026-03-02T21:38:57.408Z Compiling fixedbitset v0.4.2
32372026-03-02T21:38:57.411Z Running `/home/build/.rustup/toolchains/1.91.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=337ddc9af0799e8d -C extra-filename=-14f9139bb36270dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382026-03-02T21:38:57.564Z Compiling string_cache v0.8.9
32392026-03-02T21:38:57.567Z Running `/home/build/.rustup/toolchains/1.91.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=84c923308579dab7 -C extra-filename=-4f5d449a98ccef6e --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-84cd7013a5593a73.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-506dacd16d4fb18a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402026-03-02T21:38:57.897Z Compiling petgraph v0.6.5
32412026-03-02T21:38:57.902Z Running `/home/build/.rustup/toolchains/1.91.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=1a3bbaa1b19cb472 -C extra-filename=-83e1061ec9d5a25a --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-14f9139bb36270dd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422026-03-02T21:38:57.956Z Compiling document-features v0.2.11
32432026-03-02T21:38:57.960Z Running `/home/build/.rustup/toolchains/1.91.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.11/lib.rs --error-format=json --json=diagnostic-rendered-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=8796994962584b70 -C extra-filename=-e60f99372aaa550a --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-6718ddecb23c8b5b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442026-03-02T21:38:58.055Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-2c81c11fffeae8a9/build-script-build`
32452026-03-02T21:38:58.098Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-255a2eeaff789f14/build-script-build`
32462026-03-02T21:38:58.255Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-07aa082a8031d7af/build-script-build`
32472026-03-02T21:38:58.260Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-42860864cfc1a355/build-script-build`
32482026-03-02T21:38:58.324Z Compiling cargo_metadata v0.19.2
32492026-03-02T21:38:58.327Z Running `/home/build/.rustup/toolchains/1.91.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.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=ca2a682a48ceafb3 -C extra-filename=-28dcd0c2abff3f54 --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-3066b3ace58dda21.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-0a2a33043653087e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502026-03-02T21:38:58.379Z Running `/home/build/.rustup/toolchains/1.91.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="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=805f9496de0a60d9 -C extra-filename=-b78dadb6d4c6b95e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-40bf82a4bdaa5b30.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)'`
32512026-03-02T21:38:58.541Z Compiling signal-hook-mio v0.2.4
32522026-03-02T21:38:58.544Z Running `/home/build/.rustup/toolchains/1.91.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.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="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=9ac6e8abc4d76ba8 -C extra-filename=-20f38074f4e33615 --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-b9bf1208c93b2e2e.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532026-03-02T21:38:58.778Z Compiling bzip2 v0.4.4
32542026-03-02T21:38:58.781Z Running `/home/build/.rustup/toolchains/1.91.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=5318c1fd5876de50 -C extra-filename=-383c1925a31c41c1 --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-bdea93fd0d563974.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-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-1a535b08d52ade11/out/lib`
32552026-03-02T21:38:59.140Z Compiling ref-cast-impl v1.0.25
32562026-03-02T21:38:59.143Z Running `/home/build/.rustup/toolchains/1.91.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=01587a623bf33db2 -C extra-filename=-f9950217334a1663 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572026-03-02T21:38:59.194Z Compiling rustc-hash v2.1.1
32582026-03-02T21:38:59.194Z Running `/home/build/.rustup/toolchains/1.91.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=277a3c54385bde4b -C extra-filename=-8224c8d8cdd657a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592026-03-02T21:38:59.257Z Compiling psl-types v2.0.11
32602026-03-02T21:38:59.269Z Running `/home/build/.rustup/toolchains/1.91.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=238342e4c7f4d411 -C extra-filename=-0758c31e43c3b82a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612026-03-02T21:38:59.445Z Compiling zip v0.6.6
32622026-03-02T21:38:59.492Z Running `/home/build/.rustup/toolchains/1.91.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=ed50eff6173e46b3 -C extra-filename=-5fc24b5c46adbd72 --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-7979b4ba2f5cd7b3.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-383c1925a31c41c1.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e665abceb2a7947a.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --cap-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-1a535b08d52ade11/out/lib`
32632026-03-02T21:38:59.528Z Compiling publicsuffix v2.3.0
32642026-03-02T21:38:59.532Z Running `/home/build/.rustup/toolchains/1.91.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=1897726d04e96ae5 -C extra-filename=-071dce68b06c0253 --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-a5ca919223679cc4.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-0758c31e43c3b82a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652026-03-02T21:38:59.973Z Running `/home/build/.rustup/toolchains/1.91.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=15bdcfd99ca416d1 -C extra-filename=-8092346747846701 --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-4e27467e3006387d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662026-03-02T21:39:00.476Z Running `/home/build/.rustup/toolchains/1.91.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=342712cc360dc489 -C extra-filename=-ab436a188cf9000a --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-f9950217334a1663.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)'`
32672026-03-02T21:39:00.692Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=c4468e71ea2e1dc0 -C extra-filename=-81db6a6c5c03c6fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-28dcd0c2abff3f54.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-40bf82a4bdaa5b30.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-432faec17290e42d.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-b78dadb6d4c6b95e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
32682026-03-02T21:39:00.740Z Running `/home/build/.rustup/toolchains/1.91.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.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="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=232c807c29ac9d23 -C extra-filename=-566dfdbece98fde0 --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-45fc8dd9ba48519d.rmeta --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)'`
32692026-03-02T21:39:01.218Z Compiling heapless v0.7.17
32702026-03-02T21:39:01.221Z Running `/home/build/.rustup/toolchains/1.91.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=db3f79ebaf33a684 -C extra-filename=-f2c4e2aeff7b334e --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-f2c4e2aeff7b334e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-432faec17290e42d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712026-03-02T21:39:01.359Z Compiling bumpalo v3.16.0
32722026-03-02T21:39:01.362Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=8eed1241b0cb4bc1 -C extra-filename=-c67e733ef25cacfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732026-03-02T21:39:01.589Z Compiling lockfree-object-pool v0.1.6
32742026-03-02T21:39:01.592Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lockfree-object-pool-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=1cc1ac7e747c0ace -C extra-filename=-efd7057b7b155881 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752026-03-02T21:39:01.638Z Compiling lalrpop-util v0.19.12
32762026-03-02T21:39:01.684Z Running `/home/build/.rustup/toolchains/1.91.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=9de8cc9e89e93eb6 -C extra-filename=-6f139e9a3dd2f1df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772026-03-02T21:39:01.684Z Compiling simd-adler32 v0.3.7
32782026-03-02T21:39:01.684Z Running `/home/build/.rustup/toolchains/1.91.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.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("const-generics", "default", "nightly", "std"))' -C metadata=0bcd44b8a99b09d0 -C extra-filename=-f35c934cba75b8bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792026-03-02T21:39:01.797Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-f2c4e2aeff7b334e/build-script-build`
32802026-03-02T21:39:01.873Z Compiling cookie_store v0.22.1
32812026-03-02T21:39:01.876Z Running `/home/build/.rustup/toolchains/1.91.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=62e33935099b7251 -C extra-filename=-d22547aa4c1ded0a --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-8092346747846701.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-e60f99372aaa550a.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a5ca919223679cc4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-071dce68b06c0253.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822026-03-02T21:39:01.926Z Compiling crossterm v0.28.1
32832026-03-02T21:39:01.929Z Compiling nix v0.29.0
32842026-03-02T21:39:01.929Z Running `/home/build/.rustup/toolchains/1.91.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=2704894e5bfe0e01 -C extra-filename=-bd8ba8cf7e2e74e8 --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-cfaa2511914227eb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-20f38074f4e33615.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852026-03-02T21:39:01.930Z Running `/home/build/.rustup/toolchains/1.91.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.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --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", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=8d143286a2fd3088 -C extra-filename=-527e5ac303953798 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-527e5ac303953798 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-9f63cecee3c4c7b7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862026-03-02T21:39:02.041Z Compiling bzip2 v0.5.2
32872026-03-02T21:39:02.044Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libbz2-rs-sys", "static"))' -C metadata=ebfce33241b99ef1 -C extra-filename=-be93fe88984bcbde --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-bdea93fd0d563974.rmeta --cap-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-1a535b08d52ade11/out/lib`
32882026-03-02T21:39:02.258Z Compiling zopfli v0.8.1
32892026-03-02T21:39:02.262Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-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="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=4ee9c9f2c3432511 -C extra-filename=-a81af4a9abbae8c3 --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-c67e733ef25cacfc.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e665abceb2a7947a.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-efd7057b7b155881.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-f35c934cba75b8bf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902026-03-02T21:39:02.429Z Compiling serde-big-array v0.5.1
32912026-03-02T21:39:02.433Z Running `/home/build/.rustup/toolchains/1.91.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=c72b99c58e2f6f60 -C extra-filename=-e8c87b49f3659da0 --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922026-03-02T21:39:02.689Z Compiling hash32 v0.2.1
32932026-03-02T21:39:02.692Z Running `/home/build/.rustup/toolchains/1.91.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=7d7beefbe9fb7100 -C extra-filename=-a2e7c0dc656489c1 --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-7979b4ba2f5cd7b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942026-03-02T21:39:02.883Z Compiling socket2 v0.5.10
32952026-03-02T21:39:02.886Z Running `/home/build/.rustup/toolchains/1.91.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=de814a06f8b27f4a -C extra-filename=-003ec141f350818d --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962026-03-02T21:39:03.088Z Compiling winnow v0.6.26
32972026-03-02T21:39:03.092Z Running `/home/build/.rustup/toolchains/1.91.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=c7ff911b0092c9a5 -C extra-filename=-f92dae31b801dd6d --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-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982026-03-02T21:39:03.344Z Compiling unicode-bidi v0.3.17
32992026-03-02T21:39:03.347Z Running `/home/build/.rustup/toolchains/1.91.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.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="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=fe7ee2aa6c666aa6 -C extra-filename=-78b730ffa9574a34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002026-03-02T21:39:03.775Z Compiling buf-list v1.0.3
33012026-03-02T21:39:03.779Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=86923701bf4e466c -C extra-filename=-559744a8bef9eb70 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-559744a8bef9eb70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022026-03-02T21:39:03.818Z Compiling unicode-properties v0.1.3
33032026-03-02T21:39:03.821Z Running `/home/build/.rustup/toolchains/1.91.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=f380c22c38545ea6 -C extra-filename=-5eeb8f303f50616d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042026-03-02T21:39:04.296Z Compiling predicates-core v1.0.8
33052026-03-02T21:39:04.299Z Running `/home/build/.rustup/toolchains/1.91.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1672f534ab02eace -C extra-filename=-8c84b218df4123f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:39:04.443Z Compiling jiff v0.2.15
33072026-03-02T21:39:04.448Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-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 --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=92fbd5f5ff961786 -C extra-filename=-fe0456d722bba6e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082026-03-02T21:39:04.498Z Compiling smoltcp v0.9.1
33092026-03-02T21:39:04.502Z Running `/home/build/.rustup/toolchains/1.91.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=b9a335c3591d59be -C extra-filename=-8e92c4c4fd6c147c --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-8e92c4c4fd6c147c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102026-03-02T21:39:04.641Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-559744a8bef9eb70/build-script-build`
33112026-03-02T21:39:04.760Z Compiling stringprep v0.1.5
33122026-03-02T21:39:04.763Z Running `/home/build/.rustup/toolchains/1.91.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=47552a7c72c933e6 -C extra-filename=-78dd981619b27a4d --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-78b730ffa9574a34.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-6139c256f103d169.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-5eeb8f303f50616d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132026-03-02T21:39:04.835Z Running `/home/build/.rustup/toolchains/1.91.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=60e788ff156ae68b -C extra-filename=-c01b9cb7e236a70c --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-a2e7c0dc656489c1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b41c7bc68364b791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
33142026-03-02T21:39:05.315Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8e92c4c4fd6c147c/build-script-build`
33152026-03-02T21:39:05.345Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-527e5ac303953798/build-script-build`
33162026-03-02T21:39:05.422Z Compiling hickory-proto v0.25.2
33172026-03-02T21:39:05.425Z Running `/home/build/.rustup/toolchains/1.91.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=2001cab3b2b3d56c -C extra-filename=-99474a9bb4cf5197 --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-032078021c49cc9d.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3c5192df54cca993.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a5ca919223679cc4.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-86d39d757ff7819a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182026-03-02T21:39:05.794Z Compiling similar v2.7.0
33192026-03-02T21:39:05.797Z Running `/home/build/.rustup/toolchains/1.91.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=80e98f5fa173193e -C extra-filename=-391aecada57f6d0c --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-a6e1ab1532f8efa3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202026-03-02T21:39:05.859Z Compiling tokio-stream v0.1.17
33212026-03-02T21:39:05.863Z Running `/home/build/.rustup/toolchains/1.91.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.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="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=aff6b8d7f3b239ef -C extra-filename=-40d259803c85ce4f --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-cbbe00eeba3a9834.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33222026-03-02T21:39:06.528Z Compiling md-5 v0.10.6
33232026-03-02T21:39:06.532Z Running `/home/build/.rustup/toolchains/1.91.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=fb5ab6f25b134af0 -C extra-filename=-8dfa6d8445803db6 --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-9b8d246c7e3e185e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242026-03-02T21:39:06.835Z Compiling strum_macros v0.27.2
33252026-03-02T21:39:06.838Z Running `/home/build/.rustup/toolchains/1.91.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=3bd6b2534a8370f1 -C extra-filename=-67580c943247e31a --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-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262026-03-02T21:39:06.887Z Compiling float-cmp v0.10.0
33272026-03-02T21:39:06.890Z Running `/home/build/.rustup/toolchains/1.91.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=8fdddd844eb5c618 -C extra-filename=-15a7a4364b143832 --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-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282026-03-02T21:39:07.203Z Compiling fallible-iterator v0.2.0
33292026-03-02T21:39:07.249Z Running `/home/build/.rustup/toolchains/1.91.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=7639ff69db336669 -C extra-filename=-336ad027395713e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302026-03-02T21:39:07.255Z Compiling difflib v0.4.0
33312026-03-02T21:39:07.259Z Running `/home/build/.rustup/toolchains/1.91.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=70e05679a33def40 -C extra-filename=-f9cd55a27f5a47f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322026-03-02T21:39:07.667Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-e672cd2f5686a214/build-script-build`
33332026-03-02T21:39:07.745Z Running `/home/build/.rustup/toolchains/1.91.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.14+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=8d1c5cd7b4c1a0b4 -C extra-filename=-a72a763c0b3d703d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-2eccf9d60aceff22/out -l static=zstd`
33342026-03-02T21:39:07.821Z Compiling normalize-line-endings v0.3.0
33352026-03-02T21:39:07.870Z Running `/home/build/.rustup/toolchains/1.91.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=6909f6adaec7901d -C extra-filename=-3ce985909127b301 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362026-03-02T21:39:07.905Z Compiling postgres-protocol v0.6.8
33372026-03-02T21:39:07.908Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=cde64b4fb12ecfa6 -C extra-filename=-bd99b6fb8bfc2126 --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-142d12a8ca42df76.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-336ad027395713e5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-8dfa6d8445803db6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-78dd981619b27a4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382026-03-02T21:39:08.017Z Running `/home/build/.rustup/toolchains/1.91.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.3/src/lib.rs --error-format=json --json=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=315a3107a08676ab -C extra-filename=-c82a938784cae7a0 --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-a72a763c0b3d703d.rmeta --cap-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-2eccf9d60aceff22/out`
33392026-03-02T21:39:08.063Z Compiling predicates v3.1.3
33402026-03-02T21:39:08.067Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.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=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=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' '--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="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=f1e7212b1271bb21 -C extra-filename=-5118ac6f015b2311 --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-5be4cc3a9597241e.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-f9cd55a27f5a47f6.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-15a7a4364b143832.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-3ce985909127b301.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c84b218df4123f2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412026-03-02T21:39:08.511Z Compiling zstd v0.13.3
33422026-03-02T21:39:08.514Z Running `/home/build/.rustup/toolchains/1.91.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=ede10e52b5ff9776 -C extra-filename=-e22e34c3269dfa0d --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-c82a938784cae7a0.rmeta --cap-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-2eccf9d60aceff22/out`
33432026-03-02T21:39:08.683Z Running `/home/build/.rustup/toolchains/1.91.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=3f1279be45ac497e -C extra-filename=-bc1599dfac370cad --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-2b8f5067655268d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-c01b9cb7e236a70c.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442026-03-02T21:39:09.092Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --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", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=2ace3f6aaa15640a -C extra-filename=-9ab2d762c9a0e654 --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-cfaa2511914227eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1c1091fa0c3be57d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
33452026-03-02T21:39:09.150Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-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 --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=da0d0c81a62613b2 -C extra-filename=-708bbbfcfaea8aae --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-697abc391bbe218c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
33462026-03-02T21:39:09.601Z Compiling serde_repr v0.1.19
33472026-03-02T21:39:09.604Z Running `/home/build/.rustup/toolchains/1.91.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.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc0104328077973d -C extra-filename=-edf4ecd28cb97ccb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482026-03-02T21:39:09.711Z Compiling fixedbitset v0.5.7
33492026-03-02T21:39:09.781Z Running `/home/build/.rustup/toolchains/1.91.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=895e5095820f1ad5 -C extra-filename=-3aeb89a010009da6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:39:10.431Z Compiling peg-runtime v0.8.5
33512026-03-02T21:39:10.434Z Running `/home/build/.rustup/toolchains/1.91.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=e47e91254bb0ae5f -C extra-filename=-c3c45eadcf471616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522026-03-02T21:39:10.579Z Compiling petgraph v0.8.2
33532026-03-02T21:39:10.582Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-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 '--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=e716bda246662ccd -C extra-filename=-cbf5620019c4d681 --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-3aeb89a010009da6.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24722ee613ffd7bd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542026-03-02T21:39:10.992Z Compiling postgres-types v0.2.9
33552026-03-02T21:39:10.996Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-0.2.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="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", "chrono-04", "cidr-02", "cidr-03", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "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-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-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=4a4a573ac2b30f1f -C extra-filename=-575d9f292fe3bb22 --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-697abc391bbe218c.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-336ad027395713e5.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-bd99b6fb8bfc2126.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562026-03-02T21:39:11.053Z Compiling iddqd v0.3.16
33572026-03-02T21:39:11.057Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.3.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 '--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=288a2a7ab49e99d0 -C extra-filename=-0d2841317c9450ea --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-5d1b947e3c59ece1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-19a94b8838b7bdc3.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-597297e42a37300a.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c9c06d5808196e2d.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582026-03-02T21:39:11.195Z Compiling phf v0.11.2
33592026-03-02T21:39:11.253Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-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("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=4196ae7c562886b5 -C extra-filename=-b0e5e94ce985ebb8 --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-065b615e0557dad8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602026-03-02T21:39:11.545Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33612026-03-02T21:39:11.604Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-ereport-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="debug-impls"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls", "serde"))' -C metadata=4b6b0ca5fe65be51 -C extra-filename=-e1d4835446809bca --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-aa0f5bd7118bc9a2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622026-03-02T21:39:11.920Z Compiling zip v4.2.0
33632026-03-02T21:39:11.923Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.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="_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", "nt-time", "pbkdf2", "sha1", "time", "unreserved", "xz", "zeroize", "zstd"))' -C metadata=e30e283ebb51a96f -C extra-filename=-ca5ca176de1e9c1f --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-be93fe88984bcbde.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-e665abceb2a7947a.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-a81af4a9abbae8c3.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-e22e34c3269dfa0d.rmeta --cap-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-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out`
33642026-03-02T21:39:12.043Z Compiling strum v0.27.2
33652026-03-02T21:39:12.047Z Running `/home/build/.rustup/toolchains/1.91.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=287e8951192bb135 -C extra-filename=-292b5d67687c1709 --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-67580c943247e31a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662026-03-02T21:39:12.300Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33672026-03-02T21:39:12.303Z Compiling whoami v1.5.2
33682026-03-02T21:39:12.303Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=a383b465c01735f1 -C extra-filename=-e9068d0167c53e94 --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-cfaa2511914227eb.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-e8c87b49f3659da0.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-edf4ecd28cb97ccb.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-bc1599dfac370cad.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-67580c943247e31a.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692026-03-02T21:39:12.303Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-1.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 --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=72294c2e79f0eec9 -C extra-filename=-c03f2093532bc994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702026-03-02T21:39:12.969Z Compiling tokio-postgres v0.7.13
33712026-03-02T21:39:13.015Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.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"' --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-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-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=161ebd97c78cfd21 -C extra-filename=-3548ee163e1966e2 --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-032078021c49cc9d.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-336ad027395713e5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-b0e5e94ce985ebb8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-bd99b6fb8bfc2126.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-575d9f292fe3bb22.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722026-03-02T21:39:13.740Z Compiling futures-executor v0.3.31
33732026-03-02T21:39:13.743Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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", "num_cpus", "std", "thread-pool"))' -C metadata=eb9ece39c0dbdb24 -C extra-filename=-5d425a3619ea77e8 --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-cbbe00eeba3a9834.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742026-03-02T21:39:14.159Z Compiling regress v0.10.5
33752026-03-02T21:39:14.162Z Running `/home/build/.rustup/toolchains/1.91.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=c6314987d21cd936 -C extra-filename=-dc582855d2bae75a --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-c9c06d5808196e2d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762026-03-02T21:39:14.308Z Compiling is-terminal v0.4.13
33772026-03-02T21:39:14.312Z Running `/home/build/.rustup/toolchains/1.91.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.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=ca8cbea3b3e354b8 -C extra-filename=-ee9b1eeb21d16278 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782026-03-02T21:39:14.505Z Compiling futures v0.3.31
33792026-03-02T21:39:14.508Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-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 --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", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=b8758c3240ec353c -C extra-filename=-cc2e81a48217c1f6 --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-4081dd690b8536d0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-5d425a3619ea77e8.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802026-03-02T21:39:14.695Z Compiling crossbeam-channel v0.5.15
33812026-03-02T21:39:14.698Z Running `/home/build/.rustup/toolchains/1.91.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=17f2967d3edfb8a2 -C extra-filename=-cb4b144e64c7585e --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-16e875d6462de814.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822026-03-02T21:39:15.131Z Compiling thread_local v1.1.8
33832026-03-02T21:39:15.135Z Running `/home/build/.rustup/toolchains/1.91.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=43c857f7e69a4233 -C extra-filename=-b5e42171ff59283b --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-9b8d246c7e3e185e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842026-03-02T21:39:15.690Z Compiling slog-async v2.8.0
33852026-03-02T21:39:15.693Z Running `/home/build/.rustup/toolchains/1.91.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=267f166da218af86 -C extra-filename=-ab90b911a0f5a2d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-ab90b911a0f5a2d1 -L 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-03-02T21:39:15.734Z Compiling take_mut v0.2.2
33872026-03-02T21:39:15.737Z Running `/home/build/.rustup/toolchains/1.91.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=3e9e4becea6707ff -C extra-filename=-f84fe4a131bfb0f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882026-03-02T21:39:15.999Z Compiling term v1.1.0
33892026-03-02T21:39:16.002Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=e401e7728568e2e1 -C extra-filename=-16fc5061b61c59eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902026-03-02T21:39:16.154Z Compiling match_cfg v0.1.0
33912026-03-02T21:39:16.201Z Running `/home/build/.rustup/toolchains/1.91.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=5aabc9fe88851059 -C extra-filename=-98b8fcf6ae3d3604 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922026-03-02T21:39:16.325Z Compiling hostname v0.3.1
33932026-03-02T21:39:16.328Z Running `/home/build/.rustup/toolchains/1.91.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=775142a8f23c997d -C extra-filename=-62ffab0ce663e2c3 --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-b9bf1208c93b2e2e.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-98b8fcf6ae3d3604.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942026-03-02T21:39:16.390Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-ab90b911a0f5a2d1/build-script-build`
33952026-03-02T21:39:16.501Z Running `/home/build/.rustup/toolchains/1.91.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=27876441f5d0768d -C extra-filename=-cab5fd3a743ade03 --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-cb4b144e64c7585e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-f84fe4a131bfb0f7.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b5e42171ff59283b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
33962026-03-02T21:39:16.612Z Compiling slog-term v2.9.2
33972026-03-02T21:39:16.616Z Running `/home/build/.rustup/toolchains/1.91.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=a2075dfaf02d529d -C extra-filename=-43989a3d58beefb7 --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-b476cbab3ebc9700.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-16fc5061b61c59eb.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-b5e42171ff59283b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982026-03-02T21:39:17.170Z Compiling newtype-uuid-macros v0.1.0
33992026-03-02T21:39:17.173Z Running `/home/build/.rustup/toolchains/1.91.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=7fdcd6f36cfcf59b -C extra-filename=-7bf0a588af8cc67d --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-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002026-03-02T21:39:17.358Z Compiling debug-ignore v1.0.5
34012026-03-02T21:39:17.362Z Running `/home/build/.rustup/toolchains/1.91.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=ca8884acf286b3d3 -C extra-filename=-0b55845432654624 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022026-03-02T21:39:17.587Z Compiling structmeta-derive v0.3.0
34032026-03-02T21:39:17.592Z Compiling slog-json v2.6.1
34042026-03-02T21:39:17.592Z Running `/home/build/.rustup/toolchains/1.91.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=0e37eb86c3211556 -C extra-filename=-815c71538f3ca110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052026-03-02T21:39:17.592Z Running `/home/build/.rustup/toolchains/1.91.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=7d9cadbe06d29e64 -C extra-filename=-45b5eb5bedd97031 --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-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062026-03-02T21:39:18.001Z Compiling rustls v0.22.4
34072026-03-02T21:39:18.005Z Running `/home/build/.rustup/toolchains/1.91.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.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=924a40c29fe20dab -C extra-filename=-e4db045ea1e76e0f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-e4db045ea1e76e0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082026-03-02T21:39:18.049Z Compiling slog-bunyan v2.5.0
34092026-03-02T21:39:18.111Z Running `/home/build/.rustup/toolchains/1.91.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=d7e280ed216fb75a -C extra-filename=-30ae21b684c14b46 --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-62ffab0ce663e2c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-45b5eb5bedd97031.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102026-03-02T21:39:18.322Z Compiling toml_parser v1.0.6+spec-1.1.0
34112026-03-02T21:39:18.325Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=0fe000cef67d4f23 -C extra-filename=-3f8e36d2bbf07629 --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-1a96771fab1efe2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122026-03-02T21:39:18.376Z Compiling rustls-webpki v0.102.8
34132026-03-02T21:39:18.380Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=53c945325da078d5 -C extra-filename=-511ca1a300d6f4d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f32f11b39e1363d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
34142026-03-02T21:39:18.445Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e4db045ea1e76e0f/build-script-build`
34152026-03-02T21:39:18.518Z Compiling serde_path_to_error v0.1.20
34162026-03-02T21:39:18.521Z Running `/home/build/.rustup/toolchains/1.91.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=4f1265a728d82a06 -C extra-filename=-973a32440ace5723 --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-c7c658e705ae5e14.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172026-03-02T21:39:19.044Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34182026-03-02T21:39:19.047Z Running `/home/build/.rustup/toolchains/1.91.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=2084aa7a4071619e -C extra-filename=-ec169f13d50d1495 --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-7b8cc660aaeba8f0.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-7bf0a588af8cc67d.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192026-03-02T21:39:19.103Z Compiling serde_spanned v1.0.4
34202026-03-02T21:39:19.106Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=3ccb8b2904e6231d -C extra-filename=-028e209388a215b5 --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-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212026-03-02T21:39:19.373Z Compiling toml_datetime v0.7.5+spec-1.1.0
34222026-03-02T21:39:19.421Z Running `/home/build/.rustup/toolchains/1.91.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=146ca033cd30c27e -C extra-filename=-c169eca65e6750c6 --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-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232026-03-02T21:39:19.425Z Compiling multer v3.1.0
34242026-03-02T21:39:19.425Z Running `/home/build/.rustup/toolchains/1.91.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=8af537d838cabf61 -C extra-filename=-b429e85d124cdfbd --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-b429e85d124cdfbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252026-03-02T21:39:19.796Z Compiling toml_writer v1.0.6+spec-1.1.0
34262026-03-02T21:39:19.799Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.6+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=f71b5b7f72f144da -C extra-filename=-aebd109ca9aa7787 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272026-03-02T21:39:19.890Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-b429e85d124cdfbd/build-script-build`
34282026-03-02T21:39:20.048Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=7e445f1cb9ae32e2 -C extra-filename=-250953c6daa31814 --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-960003e0783a03bd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-511ca1a300d6f4d9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
34292026-03-02T21:39:20.051Z Compiling async-stream-impl v0.3.6
34302026-03-02T21:39:20.113Z Running `/home/build/.rustup/toolchains/1.91.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=d60e5f1aa41d9809 -C extra-filename=-f204f8104f7d51e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312026-03-02T21:39:20.190Z Compiling toml v0.9.11+spec-1.1.0
34322026-03-02T21:39:20.193Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.11+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="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=95368f423a126068 -C extra-filename=-f9eb69c1c26ec2c3 --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-621676faf194ecf2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-028e209388a215b5.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c169eca65e6750c6.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-3f8e36d2bbf07629.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-aebd109ca9aa7787.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332026-03-02T21:39:20.241Z Compiling dropshot v0.16.7
34342026-03-02T21:39:20.244Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c993a58cd0ca5eef -C extra-filename=-c2ae5bc30d6ecaab --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-c2ae5bc30d6ecaab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352026-03-02T21:39:20.360Z Compiling structmeta v0.3.0
34362026-03-02T21:39:20.419Z Running `/home/build/.rustup/toolchains/1.91.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=7dba8c53a5e77cde -C extra-filename=-8ebb6ae4e0cb85bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-815c71538f3ca110.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372026-03-02T21:39:20.469Z Running `/home/build/.rustup/toolchains/1.91.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=9f2369e5e6be1e29 -C extra-filename=-3bff597d51e8a64d --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-697abc391bbe218c.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-a8db7e413abf61b0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-84ec3d24c8861872.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382026-03-02T21:39:20.704Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-c2ae5bc30d6ecaab/build-script-build`
34392026-03-02T21:39:20.839Z Compiling rustls-pemfile v2.2.0
34402026-03-02T21:39:20.842Z Running `/home/build/.rustup/toolchains/1.91.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=5cf525822c0c3756 -C extra-filename=-c32f8d9b0fab7f01 --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-c303177288ac3ee1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412026-03-02T21:39:20.906Z Compiling waitgroup v0.1.2
34422026-03-02T21:39:20.966Z Running `/home/build/.rustup/toolchains/1.91.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=dd19f60cce4582e6 -C extra-filename=-d285c0cb51e4a2c8 --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-89b3ffcbb26367e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432026-03-02T21:39:21.199Z Compiling dropshot_endpoint v0.16.7
34442026-03-02T21:39:21.202Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.16.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74348abf55174cb6 -C extra-filename=-8dfdd9f6a040af33 --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-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452026-03-02T21:39:21.275Z Compiling hostname v0.4.2
34462026-03-02T21:39:21.279Z Running `/home/build/.rustup/toolchains/1.91.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=a6394edc22be4202 -C extra-filename=-5742bdc72f8cda4e --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-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472026-03-02T21:39:21.505Z Compiling derive-ex v0.1.8
34482026-03-02T21:39:21.508Z Running `/home/build/.rustup/toolchains/1.91.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=232f73ed6630979f -C extra-filename=-ce1bec58327c5470 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-8ebb6ae4e0cb85bd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492026-03-02T21:39:21.555Z Compiling async-stream v0.3.6
34502026-03-02T21:39:21.559Z Running `/home/build/.rustup/toolchains/1.91.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=dd43f09208866278 -C extra-filename=-0ab13145928a3752 --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-f204f8104f7d51e8.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512026-03-02T21:39:21.599Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
34522026-03-02T21:39:21.602Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2024 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/70d3253/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=a5d683db0aa207af -C extra-filename=-c37268312e9028ff --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-142d12a8ca42df76.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34532026-03-02T21:39:21.877Z Compiling itertools v0.14.0
34542026-03-02T21:39:21.880Z Running `/home/build/.rustup/toolchains/1.91.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=db31e3c371fe1716 -C extra-filename=-52bf11be3f17390d --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-20015a7f2ab24a15.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552026-03-02T21:39:21.922Z Compiling macaddr v1.0.1
34562026-03-02T21:39:21.925Z Running `/home/build/.rustup/toolchains/1.91.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=397c61a5274e3bfc -C extra-filename=-de9868dc0340c409 --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572026-03-02T21:39:21.967Z Compiling instant v0.1.13
34582026-03-02T21:39:21.970Z Running `/home/build/.rustup/toolchains/1.91.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=7a5bfee23acc9af8 -C extra-filename=-b68a064d808476dc --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-9b8d246c7e3e185e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592026-03-02T21:39:22.189Z Compiling parse-display-derive v0.10.0
34602026-03-02T21:39:22.192Z Running `/home/build/.rustup/toolchains/1.91.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=e10f9c51ed405987 -C extra-filename=-8ed6a11a0c32787c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-8ebb6ae4e0cb85bd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612026-03-02T21:39:22.371Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34622026-03-02T21:39:22.375Z Running `/home/build/.rustup/toolchains/1.91.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=cfb65087be6ee6f3 -C extra-filename=-00ed7ebf8b8fa3c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632026-03-02T21:39:23.357Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34642026-03-02T21:39:23.360Z Running `/home/build/.rustup/toolchains/1.91.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=dc0f8a1dc544fbb6 -C extra-filename=-f43b82d471ca6d5d --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-81fd8d8fa1b45f16.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-00ed7ebf8b8fa3c7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652026-03-02T21:39:23.477Z Compiling backoff v0.4.0
34662026-03-02T21:39:23.480Z Running `/home/build/.rustup/toolchains/1.91.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=c6970fb09890b059 -C extra-filename=-dc1a729313376c55 --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-cbbe00eeba3a9834.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-b68a064d808476dc.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672026-03-02T21:39:23.625Z Compiling backon v1.6.0
34682026-03-02T21:39:23.628Z Running `/home/build/.rustup/toolchains/1.91.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=7ce72a570ad8c7e9 -C extra-filename=-f0d02969b110bfff --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-9ac85dd095c3ee8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692026-03-02T21:39:23.872Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
34702026-03-02T21:39:23.919Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/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=362560251cfcfffd -C extra-filename=-d665ddf1fd1eb449 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712026-03-02T21:39:24.070Z Compiling unicode-width v0.1.14
34722026-03-02T21:39:24.073Z Running `/home/build/.rustup/toolchains/1.91.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=3399f9d04765d892 -C extra-filename=-80212553b0ad03df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732026-03-02T21:39:24.691Z Compiling tokio-rustls v0.25.0
34742026-03-02T21:39:24.694Z Running `/home/build/.rustup/toolchains/1.91.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.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=07c9c9b811468d3f -C extra-filename=-5aac2e3acdad18e1 --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-250953c6daa31814.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
34752026-03-02T21:39:24.947Z Compiling camino-tempfile v1.4.1
34762026-03-02T21:39:24.950Z Running `/home/build/.rustup/toolchains/1.91.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=000ba35f7b567448 -C extra-filename=-900b3ec1817480ee --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-3066b3ace58dda21.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772026-03-02T21:39:25.156Z Compiling toml v0.8.23
34782026-03-02T21:39:25.159Z Running `/home/build/.rustup/toolchains/1.91.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=7d01df3c88ccbcb2 -C extra-filename=-90484005f186fd49 --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-aa0f5bd7118bc9a2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c036d3e36d25e61.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd03c54f4155e59a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792026-03-02T21:39:25.444Z Compiling proc-macro-error-attr v1.0.4
34802026-03-02T21:39:25.447Z Running `/home/build/.rustup/toolchains/1.91.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=86bd2884bfd210ef -C extra-filename=-368f6b7a4b0f4789 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-368f6b7a4b0f4789 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34812026-03-02T21:39:25.583Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=e7dc8418ba3dd031 -C extra-filename=-d703376dd51db557 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-0ab13145928a3752.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-8dfdd9f6a040af33.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5742bdc72f8cda4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-3bff597d51e8a64d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c32f8d9b0fab7f01.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-973a32440ace5723.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-45b5eb5bedd97031.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-5aac2e3acdad18e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f9eb69c1c26ec2c3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-50fca1beacd8e56b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-d285c0cb51e4a2c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
34822026-03-02T21:39:25.824Z Compiling test-strategy v0.4.3
34832026-03-02T21:39:25.827Z Running `/home/build/.rustup/toolchains/1.91.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.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=3b0946f1c6ee2ddf -C extra-filename=-dadc4ffa302addcf --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-ce1bec58327c5470.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-8ebb6ae4e0cb85bd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842026-03-02T21:39:25.950Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-368f6b7a4b0f4789/build-script-build`
34852026-03-02T21:39:26.070Z Compiling crossbeam-deque v0.8.5
34862026-03-02T21:39:26.074Z Running `/home/build/.rustup/toolchains/1.91.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.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"))' -C metadata=1118b88ee3357ef8 -C extra-filename=-0df2ccc27fbb5693 --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-baf0c92fd85ce9a3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872026-03-02T21:39:26.121Z Compiling proc-macro-error v1.0.4
34882026-03-02T21:39:26.168Z Running `/home/build/.rustup/toolchains/1.91.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=bc0c1117911f4c8c -C extra-filename=-2a345076b97e466a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-2a345076b97e466a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892026-03-02T21:39:26.403Z Compiling parse-display v0.10.0
34902026-03-02T21:39:26.406Z Running `/home/build/.rustup/toolchains/1.91.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=ac38eec6945d5e29 -C extra-filename=-801ca1e0af96fa5e --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-8ed6a11a0c32787c.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912026-03-02T21:39:26.512Z Running `/home/build/.rustup/toolchains/1.91.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=5c7d721575855cb1 -C extra-filename=-be9607cdf5e3b5d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922026-03-02T21:39:26.623Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-2a345076b97e466a/build-script-build`
34932026-03-02T21:39:26.676Z Compiling rayon-core v1.12.1
34942026-03-02T21:39:26.719Z Running `/home/build/.rustup/toolchains/1.91.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.12.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=9c250b4c817fe12c -C extra-filename=-9e4ca3db0f72cfc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-9e4ca3db0f72cfc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34952026-03-02T21:39:26.835Z Compiling glob v0.3.2
34962026-03-02T21:39:26.887Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-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=5291214e70172b44 -C extra-filename=-ed462446230ba54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972026-03-02T21:39:27.026Z Compiling crucible-workspace-hack v0.1.0
34982026-03-02T21:39:27.030Z Running `/home/build/.rustup/toolchains/1.91.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=693d92ab45bffcf4 -C extra-filename=-8039e21bb3f74681 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-8039e21bb3f74681 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992026-03-02T21:39:27.124Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-9e4ca3db0f72cfc7/build-script-build`
35002026-03-02T21:39:27.199Z Running `/home/build/.rustup/toolchains/1.91.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.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("web_spin_lock"))' -C metadata=6a49ef9c647723bc -C extra-filename=-29655e6d9af68c21 --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-0df2ccc27fbb5693.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012026-03-02T21:39:27.480Z Running `/home/build/.rustup/toolchains/1.91.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=deafb54362f4003b -C extra-filename=-18b1705fb20e64e2 --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-be9607cdf5e3b5d8.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
35022026-03-02T21:39:27.527Z Compiling unsafe-libyaml v0.2.11
35032026-03-02T21:39:27.531Z Running `/home/build/.rustup/toolchains/1.91.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=3470bb8886985fc5 -C extra-filename=-c10c08c29bf29e7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042026-03-02T21:39:27.718Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-8039e21bb3f74681/build-script-build`
35052026-03-02T21:39:27.843Z Running `/home/build/.rustup/toolchains/1.91.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=2fa370e981b3fa4d -C extra-filename=-cec2014a805dc7f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062026-03-02T21:39:27.950Z Compiling nix v0.30.1
35072026-03-02T21:39:27.953Z Running `/home/build/.rustup/toolchains/1.91.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.30.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"' --cfg 'feature="fs"' --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", "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=74871dc59b432512 -C extra-filename=-2c3b6c30e3626c9f --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-2c3b6c30e3626c9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-9f63cecee3c4c7b7.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082026-03-02T21:39:28.110Z Compiling rayon v1.10.0
35092026-03-02T21:39:28.113Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=ae65eba16c8c3bb1 -C extra-filename=-36b1178678ed49cf --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-20015a7f2ab24a15.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-29655e6d9af68c21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102026-03-02T21:39:28.289Z Compiling proc-macro-crate v1.3.1
35112026-03-02T21:39:28.292Z Running `/home/build/.rustup/toolchains/1.91.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=e10a7cad35d08052 -C extra-filename=-3a6a6b09d4d6c94a --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-db7d74724b41b313.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-839d4a146506079b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122026-03-02T21:39:28.750Z Compiling secrecy v0.10.3
35132026-03-02T21:39:28.753Z Running `/home/build/.rustup/toolchains/1.91.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=a86400b29ff51dce -C extra-filename=-467979743718e3e8 --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-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142026-03-02T21:39:28.901Z Compiling serde_yaml v0.9.34+deprecated
35152026-03-02T21:39:28.904Z Running `/home/build/.rustup/toolchains/1.91.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=e16d3f6272632699 -C extra-filename=-3a970f4fbfb70f20 --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-496362133443fc3e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d387870d74e6e1c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-c10c08c29bf29e7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162026-03-02T21:39:29.068Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-2c3b6c30e3626c9f/build-script-build`
35172026-03-02T21:39:29.140Z Compiling convert_case v0.4.0
35182026-03-02T21:39:29.143Z Running `/home/build/.rustup/toolchains/1.91.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=03ee88d4196f5b08 -C extra-filename=-d0bcfd7d873695a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:39:29.255Z Compiling num_enum_derive v0.5.11
35202026-03-02T21:39:29.311Z Running `/home/build/.rustup/toolchains/1.91.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=d45d2dae860a5819 -C extra-filename=-6079ff2b02da010d --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-3a6a6b09d4d6c94a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212026-03-02T21:39:29.345Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35222026-03-02T21:39:29.348Z Running `/home/build/.rustup/toolchains/1.91.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=a0f0ac219bae3382 -C extra-filename=-cf87d4cdd576844e --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-cf87d4cdd576844e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35232026-03-02T21:39:29.418Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
35242026-03-02T21:39:29.421Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "schemars"))' -C metadata=9027cb2e8f08f15f -C extra-filename=-a0a698afd7d32c3e --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-7b8cc660aaeba8f0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252026-03-02T21:39:29.872Z Compiling heapless v0.8.0
35262026-03-02T21:39:29.876Z Running `/home/build/.rustup/toolchains/1.91.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=49763c61936a6a51 -C extra-filename=-bec28175c5a06f60 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-bec28175c5a06f60 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272026-03-02T21:39:30.033Z Compiling derive_more v0.99.20
35282026-03-02T21:39:30.037Z Running `/home/build/.rustup/toolchains/1.91.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=a136e2bcc29a5592 -C extra-filename=-3b83da55670e8f0a --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-d0bcfd7d873695a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292026-03-02T21:39:30.622Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-bec28175c5a06f60/build-script-build`
35302026-03-02T21:39:30.674Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-cf87d4cdd576844e/build-script-build`
35312026-03-02T21:39:30.743Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=234662c373ef2ffe -C extra-filename=-3a9626380e27db34 --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-cfaa2511914227eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1c1091fa0c3be57d.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"))'`
35322026-03-02T21:39:31.080Z Compiling ingot-macros v0.1.1
35332026-03-02T21:39:31.083Z Running `/home/build/.rustup/toolchains/1.91.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=bcba8479db3b1eb3 -C extra-filename=-ea1fe45c262c0c4a --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-8d9ca32224e753d2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342026-03-02T21:39:31.881Z Compiling num_enum v0.5.11
35352026-03-02T21:39:31.934Z Running `/home/build/.rustup/toolchains/1.91.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=64e657efd8c1b9c1 -C extra-filename=-452f1d2da12fadcc --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-6079ff2b02da010d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362026-03-02T21:39:32.130Z Compiling tabwriter v1.4.0
35372026-03-02T21:39:32.134Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=43456103c9db3d93 -C extra-filename=-c7e16a2bc3c2662b --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-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382026-03-02T21:39:32.378Z Compiling hash32 v0.3.1
35392026-03-02T21:39:32.423Z Running `/home/build/.rustup/toolchains/1.91.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=861c6656fb29455b -C extra-filename=-2b0a24fcfbef8175 --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-7979b4ba2f5cd7b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402026-03-02T21:39:32.541Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35412026-03-02T21:39:32.545Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/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=44ed14e0360e52e7 -C extra-filename=-606db71631a6b0fb --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-606db71631a6b0fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422026-03-02T21:39:32.610Z Compiling smoltcp v0.11.0
35432026-03-02T21:39:32.614Z Running `/home/build/.rustup/toolchains/1.91.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=50040c9c28a55c80 -C extra-filename=-5746e71133dd0899 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-5746e71133dd0899 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442026-03-02T21:39:32.700Z Running `/home/build/.rustup/toolchains/1.91.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=2a22c12686cc5557 -C extra-filename=-4295d0496fff4e6e --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-2b0a24fcfbef8175.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b41c7bc68364b791.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452026-03-02T21:39:33.007Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-606db71631a6b0fb/build-script-build`
35462026-03-02T21:39:33.084Z Compiling foreign-types-macros v0.2.3
35472026-03-02T21:39:33.088Z Running `/home/build/.rustup/toolchains/1.91.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=ea1c2aa95a7e7502 -C extra-filename=-58bdc5c399bdc929 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482026-03-02T21:39:33.402Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-5746e71133dd0899/build-script-build`
35492026-03-02T21:39:33.477Z Compiling cobs v0.2.3
35502026-03-02T21:39:33.487Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-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("default", "use_std"))' -C metadata=e35a45a832319ab9 -C extra-filename=-a200751c873a6898 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512026-03-02T21:39:33.702Z Compiling foreign-types-shared v0.3.1
35522026-03-02T21:39:33.706Z Running `/home/build/.rustup/toolchains/1.91.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=0cc70879ac4282b6 -C extra-filename=-ef07b04c2fa087cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532026-03-02T21:39:33.811Z Compiling postcard v1.0.10
35542026-03-02T21:39:33.822Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=832fbde9c4a66791 -C extra-filename=-25b70a0da385b98b --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-a200751c873a6898.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552026-03-02T21:39:33.854Z Running `/home/build/.rustup/toolchains/1.91.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=752ff66339de5fbf -C extra-filename=-97f60e8e3f4c1bdd --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-2b8f5067655268d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-4295d0496fff4e6e.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562026-03-02T21:39:33.972Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/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=316f65b101d0710a -C extra-filename=-2d39aff2288d2df1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
35572026-03-02T21:39:34.137Z Running `/home/build/.rustup/toolchains/1.91.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=569609bb9f231913 -C extra-filename=-b9121cd31d9f5d00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
35582026-03-02T21:39:34.386Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
35592026-03-02T21:39:34.391Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/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=5a12b2abe6b3c3aa -C extra-filename=-8ac4c71fc78b6b39 --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-cfaa2511914227eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602026-03-02T21:39:34.474Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35612026-03-02T21:39:34.484Z Running `/home/build/.rustup/toolchains/1.91.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=8311ec9bfef4d45a -C extra-filename=-bbc34e6aea74db48 --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-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622026-03-02T21:39:34.518Z Compiling foreign-types v0.5.0
35632026-03-02T21:39:34.533Z Running `/home/build/.rustup/toolchains/1.91.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=31729dc857c8d56e -C extra-filename=-edd2b09faecee446 --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-58bdc5c399bdc929.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-ef07b04c2fa087cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642026-03-02T21:39:34.690Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
35652026-03-02T21:39:34.748Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/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=d5056a65f3948f71 -C extra-filename=-2648ea4352b7f92b --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-2648ea4352b7f92b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662026-03-02T21:39:35.060Z Compiling cstr-argument v0.1.2
35672026-03-02T21:39:35.065Z Running `/home/build/.rustup/toolchains/1.91.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=3fb5bf4cd54afdfb -C extra-filename=-7d2e50debd4289d0 --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-9b8d246c7e3e185e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682026-03-02T21:39:35.164Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
35692026-03-02T21:39:35.216Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/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=7beaf6213b71ae6f -C extra-filename=-9f97c7e93e7bcb23 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-9f97c7e93e7bcb23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702026-03-02T21:39:35.393Z Compiling pretty-hex v0.2.1
35712026-03-02T21:39:35.447Z Running `/home/build/.rustup/toolchains/1.91.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.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=174b367501476807 -C extra-filename=-3c8906e158b79c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722026-03-02T21:39:35.486Z Compiling unicode-width v0.2.0
35732026-03-02T21:39:35.516Z Running `/home/build/.rustup/toolchains/1.91.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=9d8e15fab50777cd -C extra-filename=-b90862fbe68f089a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742026-03-02T21:39:35.627Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9f97c7e93e7bcb23/build-script-build`
35752026-03-02T21:39:35.686Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35762026-03-02T21:39:35.691Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/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())' -C metadata=1ae8f1bd340cf626 -C extra-filename=-1edc3af24eaacd1c --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-b9bf1208c93b2e2e.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-2d39aff2288d2df1.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-452f1d2da12fadcc.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-3c8906e158b79c85.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772026-03-02T21:39:35.744Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35782026-03-02T21:39:35.747Z Running `/home/build/.rustup/toolchains/1.91.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=b56c12be108c3fd6 -C extra-filename=-0ce18023da7e6a62 --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-b9bf1208c93b2e2e.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-bbc34e6aea74db48.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792026-03-02T21:39:36.049Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35802026-03-02T21:39:36.055Z Running `/home/build/.rustup/toolchains/1.91.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=412d0f7261b9f0a5 -C extra-filename=-f16a6343e311c009 --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-7d2e50debd4289d0.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-edd2b09faecee446.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-b9121cd31d9f5d00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812026-03-02T21:39:36.107Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-2648ea4352b7f92b/build-script-build`
35822026-03-02T21:39:36.194Z Compiling colored v2.2.0
35832026-03-02T21:39:36.198Z Running `/home/build/.rustup/toolchains/1.91.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=2dfe647dad0f9f8d -C extra-filename=-e19bce47ba6e7c57 --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-bdecca09356102e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35842026-03-02T21:39:36.239Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
35852026-03-02T21:39:36.243Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/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=6dac2d0521c5c189 -C extra-filename=-257cef2e6a8aa6ba --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-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862026-03-02T21:39:36.517Z Compiling sigpipe v0.1.3
35872026-03-02T21:39:36.521Z Running `/home/build/.rustup/toolchains/1.91.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=befc68c9f53a008e -C extra-filename=-def14352b8506b75 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882026-03-02T21:39:36.566Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
35892026-03-02T21:39:36.571Z Running `/home/build/.rustup/toolchains/1.91.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=661680e5d3062a9e -C extra-filename=-66618092b5b3c8a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-66618092b5b3c8a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902026-03-02T21:39:36.712Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/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=791d3b3ce3cdd212 -C extra-filename=-3cba792c4fb9b148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-1edc3af24eaacd1c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-452f1d2da12fadcc.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-f16a6343e311c009.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-b9121cd31d9f5d00.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-0ce18023da7e6a62.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
35912026-03-02T21:39:36.949Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
35922026-03-02T21:39:36.953Z Running `/home/build/.rustup/toolchains/1.91.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=b2f90a2f8be8469c -C extra-filename=-5f24cf374e08de4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-452f1d2da12fadcc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932026-03-02T21:39:37.212Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-66618092b5b3c8a9/build-script-build`
35942026-03-02T21:39:37.278Z Compiling zone_cfg_derive v0.3.0
35952026-03-02T21:39:37.283Z Running `/home/build/.rustup/toolchains/1.91.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.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=a0b6b8e23964fc14 -C extra-filename=-38d5dd226bb41e2a --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-dabc04b0d25f1f86.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-18b1705fb20e64e2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962026-03-02T21:39:37.325Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
35972026-03-02T21:39:37.328Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/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=a2ae9a12ba2afd08 -C extra-filename=-3eb20320245e0d6b --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-b9bf1208c93b2e2e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35982026-03-02T21:39:37.580Z Compiling itertools v0.12.1
35992026-03-02T21:39:37.583Z Running `/home/build/.rustup/toolchains/1.91.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=e2fc1f761ffe9f25 -C extra-filename=-9c26ba82ff743d15 --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-20015a7f2ab24a15.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36002026-03-02T21:39:37.773Z Compiling smf v0.2.3
36012026-03-02T21:39:37.843Z Running `/home/build/.rustup/toolchains/1.91.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=964bf6af34ff178f -C extra-filename=-6779b0f0dfa9df3c --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-bbbed6175a047253.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022026-03-02T21:39:38.072Z Compiling ingot-types v0.1.2
36032026-03-02T21:39:38.108Z Running `/home/build/.rustup/toolchains/1.91.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=9ec8dae4789becb0 -C extra-filename=-34c8f3c5a2786bd6 --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-ea1fe45c262c0c4a.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36042026-03-02T21:39:38.139Z Compiling num-derive v0.4.2
36052026-03-02T21:39:38.139Z Running `/home/build/.rustup/toolchains/1.91.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=5d72dba24d54d94a -C extra-filename=-6807f358c4e74da8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062026-03-02T21:39:39.183Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36072026-03-02T21:39:39.208Z Running `/home/build/.rustup/toolchains/1.91.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=aff483e1c761ef88 -C extra-filename=-8c8d9d618e3f606c --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-8c8d9d618e3f606c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082026-03-02T21:39:39.208Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-8c8d9d618e3f606c/build-script-build`
36092026-03-02T21:39:39.208Z Compiling ingot v0.1.1
36102026-03-02T21:39:39.208Z Running `/home/build/.rustup/toolchains/1.91.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=063338aad09c0dc8 -C extra-filename=-e571c453e8210afb --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-cfaa2511914227eb.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-ea1fe45c262c0c4a.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-34c8f3c5a2786bd6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36112026-03-02T21:39:39.208Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36122026-03-02T21:39:39.208Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/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=26f676ebea07e0fa -C extra-filename=-1d27336a7e82c8b6 --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-3eb20320245e0d6b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36132026-03-02T21:39:39.208Z Running `/home/build/.rustup/toolchains/1.91.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=4893b124dc43a86b -C extra-filename=-e26637e5617f4c7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5f24cf374e08de4e.rmeta --cap-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-09257f49f53702fe/out -l static=pci`
36142026-03-02T21:39:39.208Z Compiling half v2.4.1
36152026-03-02T21:39:39.208Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.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("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=1ce71565fb5cb51b -C extra-filename=-989aecc8a68e10b7 --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-9b8d246c7e3e185e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162026-03-02T21:39:39.408Z Compiling ciborium-io v0.2.2
36172026-03-02T21:39:39.454Z Running `/home/build/.rustup/toolchains/1.91.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=431357f3193757cb -C extra-filename=-36e8255da928bcf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182026-03-02T21:39:39.477Z Compiling typify-impl v0.6.1
36192026-03-02T21:39:39.481Z Running `/home/build/.rustup/toolchains/1.91.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba834448a0a756b1 -C extra-filename=-41b1ff626cb866af --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-d61228a413094487.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202026-03-02T21:39:39.609Z Compiling ciborium-ll v0.2.2
36212026-03-02T21:39:39.615Z Running `/home/build/.rustup/toolchains/1.91.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=70ed0ea42eb33027 -C extra-filename=-a140d3d2df69c2c3 --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-36e8255da928bcf3.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-989aecc8a68e10b7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222026-03-02T21:39:39.651Z Compiling indent_write v2.2.0
36232026-03-02T21:39:39.654Z Running `/home/build/.rustup/toolchains/1.91.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=2165a934b73ce9e7 -C extra-filename=-ddfcc758eeae249e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:39:39.919Z Compiling universal-hash v0.5.1
36252026-03-02T21:39:39.926Z Running `/home/build/.rustup/toolchains/1.91.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=71653713d6082022 -C extra-filename=-9850542440a3a336 --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-3721e944948a813f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262026-03-02T21:39:40.033Z Compiling ciborium v0.2.2
36272026-03-02T21:39:40.039Z Running `/home/build/.rustup/toolchains/1.91.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=8911fd4798e37bdc -C extra-filename=-800a14e1a8c4d7b8 --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-36e8255da928bcf3.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-a140d3d2df69c2c3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282026-03-02T21:39:40.210Z Compiling zone v0.3.1
36292026-03-02T21:39:40.216Z Running `/home/build/.rustup/toolchains/1.91.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=86e5b176329020e7 -C extra-filename=-490b70ab666d52ad --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-9c26ba82ff743d15.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-38d5dd226bb41e2a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302026-03-02T21:39:40.280Z Compiling opaque-debug v0.3.1
36312026-03-02T21:39:40.315Z Running `/home/build/.rustup/toolchains/1.91.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=98a85b84fbc00466 -C extra-filename=-1b3622c5985a5447 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322026-03-02T21:39:40.383Z Compiling aead v0.5.2
36332026-03-02T21:39:40.458Z Running `/home/build/.rustup/toolchains/1.91.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=7e9906e9dc656d2b -C extra-filename=-f860253af2321ca5 --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-3721e944948a813f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-cbef46c34d9df723.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342026-03-02T21:39:40.464Z Compiling poly1305 v0.8.0
36352026-03-02T21:39:40.464Z Running `/home/build/.rustup/toolchains/1.91.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=ea9335cec8ddb33d -C extra-filename=-49411392d4536874 --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-4b1a5e7e778fc806.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-1b3622c5985a5447.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-9850542440a3a336.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362026-03-02T21:39:40.484Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36372026-03-02T21:39:40.484Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=193fbe5216fafd17 -C extra-filename=-398f0e1b8dee0191 --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-cec2014a805dc7f7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-6807f358c4e74da8.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382026-03-02T21:39:40.748Z Compiling chacha20 v0.9.1
36392026-03-02T21:39:40.752Z Running `/home/build/.rustup/toolchains/1.91.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=3d61fa1a0b9a20d3 -C extra-filename=-07f375fd16e2cbe7 --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-9b8d246c7e3e185e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402026-03-02T21:39:41.347Z Compiling usdt-macro v0.5.0
36412026-03-02T21:39:41.351Z Running `/home/build/.rustup/toolchains/1.91.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=b8a9aa267d0e3bf3 -C extra-filename=-bb679d8de53aa62b --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-fd50a69412f8b64a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bdd799246e663234.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422026-03-02T21:39:41.405Z Compiling usdt-attr-macro v0.5.0
36432026-03-02T21:39:41.410Z Compiling memmap v0.7.0
36442026-03-02T21:39:41.410Z Running `/home/build/.rustup/toolchains/1.91.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=f8fb21bd563e430e -C extra-filename=-3995c19fa506d7a9 --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-fd50a69412f8b64a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bdd799246e663234.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452026-03-02T21:39:41.410Z Running `/home/build/.rustup/toolchains/1.91.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=5d45899333064610 -C extra-filename=-a128702411858bfa --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462026-03-02T21:39:41.815Z Compiling swrite v0.1.0
36472026-03-02T21:39:41.846Z Running `/home/build/.rustup/toolchains/1.91.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=79ac2ad98594fc28 -C extra-filename=-cb8985e8d329ccf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482026-03-02T21:39:41.887Z Compiling thiserror-impl-no-std v2.0.2
36492026-03-02T21:39:41.887Z Running `/home/build/.rustup/toolchains/1.91.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=8543f1dee78cfd00 -C extra-filename=-e59d93cdc249cdaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502026-03-02T21:39:41.988Z Compiling chacha20poly1305 v0.10.1
36512026-03-02T21:39:41.995Z Running `/home/build/.rustup/toolchains/1.91.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=4e2fd28727d2741a -C extra-filename=-61be4a7cb2ba8b18 --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-f860253af2321ca5.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-07f375fd16e2cbe7.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-49411392d4536874.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522026-03-02T21:39:42.081Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36532026-03-02T21:39:42.101Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/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=7f4fd38a62d45d7c -C extra-filename=-78bbfaef840f37e9 --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-142d12a8ca42df76.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542026-03-02T21:39:42.262Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36552026-03-02T21:39:42.267Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/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=4fd7e75203c5dc41 -C extra-filename=-2d14d0c9e73230a2 --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-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562026-03-02T21:39:42.839Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
36572026-03-02T21:39:42.843Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/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=da5c381bfcbc661d -C extra-filename=-3a654bb4710978d0 --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-8ac4c71fc78b6b39.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-e571c453e8210afb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-25b70a0da385b98b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-97f60e8e3f4c1bdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582026-03-02T21:39:42.953Z Compiling password-hash v0.5.0
36592026-03-02T21:39:42.959Z Running `/home/build/.rustup/toolchains/1.91.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=4547b427330194a5 -C extra-filename=-31785880907915a5 --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-0a4b7964ee767b1f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602026-03-02T21:39:43.078Z Compiling blake2 v0.10.6
36612026-03-02T21:39:43.138Z Running `/home/build/.rustup/toolchains/1.91.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=6231060b20e25f96 -C extra-filename=-81102b953d28d697 --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-268aa15817046b32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622026-03-02T21:39:43.138Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36632026-03-02T21:39:43.143Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/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=8b56f4db3d8d1fad -C extra-filename=-a181853c3b7be174 --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-78bbfaef840f37e9.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-2d14d0c9e73230a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642026-03-02T21:39:43.186Z Compiling usdt v0.5.0
36652026-03-02T21:39:43.235Z Running `/home/build/.rustup/toolchains/1.91.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=9c2f9a2014378851 -C extra-filename=-97fb8bd659ba3563 --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-e928439ca5bf1281.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-fd50a69412f8b64a.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-28ce9f08f70a0127.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-a128702411858bfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-3995c19fa506d7a9.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bdd799246e663234.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-bb679d8de53aa62b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662026-03-02T21:39:43.742Z Compiling argon2 v0.5.3
36672026-03-02T21:39:43.751Z Running `/home/build/.rustup/toolchains/1.91.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=afcd0e4f68159327 -C extra-filename=-4bd811cdca7308a1 --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-0a4b7964ee767b1f.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-81102b953d28d697.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-31785880907915a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682026-03-02T21:39:43.890Z Compiling typify-impl v0.4.3
36692026-03-02T21:39:43.937Z Running `/home/build/.rustup/toolchains/1.91.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.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=d222af2f226cb556 -C extra-filename=-0b8943f39d26efd6 --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-d61228a413094487.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702026-03-02T21:39:44.342Z Compiling atomicwrites v0.4.4
36712026-03-02T21:39:44.345Z Running `/home/build/.rustup/toolchains/1.91.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=65d5b70f422d49fa -C extra-filename=-62ab5388c2ead6be --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-0a203928d01f336e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722026-03-02T21:39:44.763Z Compiling console v0.15.10
36732026-03-02T21:39:44.767Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.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="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=01daf7ee628a1fbe -C extra-filename=-988e9159243af5a7 --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-b9bf1208c93b2e2e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742026-03-02T21:39:44.816Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/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=0c5ce3909ab97471 -C extra-filename=-38f56b49bcbd3ffd --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-cfaa2511914227eb.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ac4c71fc78b6b39.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-e571c453e8210afb.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-257cef2e6a8aa6ba.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-3a654bb4710978d0.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-25b70a0da385b98b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.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)'`
36752026-03-02T21:39:45.388Z Compiling thiserror-no-std v2.0.2
36762026-03-02T21:39:46.612Z Running `/home/build/.rustup/toolchains/1.91.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=011a42122ca8b5bd -C extra-filename=-ca722b10245f4990 --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-e59d93cdc249cdaf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772026-03-02T21:39:46.612Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
36782026-03-02T21:39:46.612Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/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=19f9b799e5c99046 -C extra-filename=-14bbe716dbd37ff3 --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-9b8d246c7e3e185e.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-8ac4c71fc78b6b39.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-38f56b49bcbd3ffd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36792026-03-02T21:39:46.612Z Compiling vsss-rs v3.3.4
36802026-03-02T21:39:46.612Z Running `/home/build/.rustup/toolchains/1.91.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=94269b2b452bcac3 -C extra-filename=-6b4ce3e9a64e5618 --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-a1da87ac9f71d3b4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a4b1a70913cda1fd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-ca722b10245f4990.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812026-03-02T21:39:46.612Z Compiling derive-where v1.5.0
36822026-03-02T21:39:46.612Z Running `/home/build/.rustup/toolchains/1.91.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.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("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=a82375576cb602c2 -C extra-filename=-ef8b72dc7cd889fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832026-03-02T21:39:46.723Z Compiling newline-converter v0.3.0
36842026-03-02T21:39:46.726Z Running `/home/build/.rustup/toolchains/1.91.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=c78dd1185d142837 -C extra-filename=-05b935fbee1218fc --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-469dcac1900e48e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852026-03-02T21:39:46.966Z Compiling expectorate v1.2.0
36862026-03-02T21:39:46.970Z Running `/home/build/.rustup/toolchains/1.91.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=0a70277e35901ea3 -C extra-filename=-2cf04944d013eb04 --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-62ab5388c2ead6be.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-988e9159243af5a7.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-05b935fbee1218fc.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-391aecada57f6d0c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872026-03-02T21:39:47.303Z Compiling num-rational v0.4.2
36882026-03-02T21:39:47.307Z Running `/home/build/.rustup/toolchains/1.91.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=4ca7cf23f9f69d51 -C extra-filename=-e5488b041fa41604 --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-6dcbfb1e8babd6ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36892026-03-02T21:39:48.215Z Compiling num-complex v0.4.6
36902026-03-02T21:39:48.219Z Running `/home/build/.rustup/toolchains/1.91.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=b74ea3cd6486b6d7 -C extra-filename=-f3b4b6bd8aed9d2a --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-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912026-03-02T21:39:48.672Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
36922026-03-02T21:39:48.676Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/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=f0254317a5b62dce -C extra-filename=-90c842a6e7ff78d6 --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-b9bf1208c93b2e2e.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-3cba792c4fb9b148.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-38f56b49bcbd3ffd.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-14bbe716dbd37ff3.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-25b70a0da385b98b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932026-03-02T21:39:48.807Z Compiling bytecount v0.6.8
36942026-03-02T21:39:48.810Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytecount-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=7b80facd6d96e92c -C extra-filename=-33623e474bd95237 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:39:49.076Z Compiling float-ord v0.3.2
36962026-03-02T21:39:49.081Z Running `/home/build/.rustup/toolchains/1.91.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=871aab3e25242431 -C extra-filename=-852f92ed2604cabf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972026-03-02T21:39:49.221Z Compiling num v0.4.3
36982026-03-02T21:39:49.226Z Running `/home/build/.rustup/toolchains/1.91.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=e1885291cd3c1896 -C extra-filename=-f8d2a4477cf2b4fe --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-f3b4b6bd8aed9d2a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-e5488b041fa41604.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992026-03-02T21:39:49.324Z Compiling prettyplease v0.2.36
37002026-03-02T21:39:49.327Z Running `/home/build/.rustup/toolchains/1.91.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.36/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=35ea3dad00d27841 -C extra-filename=-3dbd4f39029450c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-3dbd4f39029450c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012026-03-02T21:39:49.398Z Compiling owo-colors v4.2.3
37022026-03-02T21:39:49.402Z Running `/home/build/.rustup/toolchains/1.91.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.2.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("alloc", "supports-color", "supports-colors"))' -C metadata=ea633c41b8de65a2 -C extra-filename=-ca97be9177a51abf --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-ca97be9177a51abf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37032026-03-02T21:39:49.443Z Compiling tokio-dtrace v0.1.0
37042026-03-02T21:39:49.447Z Running `/home/build/.rustup/toolchains/1.91.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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=e3d81e547d07b6bb -C extra-filename=-78e60eab21a7e44b --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-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052026-03-02T21:39:49.825Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-3dbd4f39029450c5/build-script-build`
37062026-03-02T21:39:49.896Z Compiling cancel-safe-futures v0.1.5
37072026-03-02T21:39:49.906Z Running `/home/build/.rustup/toolchains/1.91.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=86ae0a5f91680374 -C extra-filename=-cd5f5024290aadd1 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-cd5f5024290aadd1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082026-03-02T21:39:49.951Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.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 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=8fd234915b1bfec3 -C extra-filename=-b07a6cd46bb49e96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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)'`
37092026-03-02T21:39:50.074Z Compiling oxide-tokio-rt v0.1.2
37102026-03-02T21:39:50.080Z Running `/home/build/.rustup/toolchains/1.91.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=0edc7de6933af0f6 -C extra-filename=-62db8415037ffaa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-78e60eab21a7e44b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112026-03-02T21:39:50.176Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-ca97be9177a51abf/build-script-build`
37122026-03-02T21:39:50.243Z Running `/home/build/.rustup/toolchains/1.91.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.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("alloc", "supports-color", "supports-colors"))' -C metadata=14879751cb5345e3 -C extra-filename=-32f3b4bd9ec60dad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
37132026-03-02T21:39:50.352Z Compiling libsw-core v0.3.1
37142026-03-02T21:39:50.356Z Running `/home/build/.rustup/toolchains/1.91.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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=1bdf775f9f317b7a -C extra-filename=-68666a23bef3ee79 --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-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152026-03-02T21:39:50.445Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-cd5f5024290aadd1/build-script-build`
37162026-03-02T21:39:50.463Z Running `/home/build/.rustup/toolchains/1.91.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=bd55a2dd9824e1f1 -C extra-filename=-e6e8339882e0864d --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-cbbe00eeba3a9834.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172026-03-02T21:39:50.689Z Compiling libsw v3.5.0
37182026-03-02T21:39:50.692Z Running `/home/build/.rustup/toolchains/1.91.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=69779d30d43c0626 -C extra-filename=-f71089930f39c4f9 --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-68666a23bef3ee79.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192026-03-02T21:39:50.820Z Compiling linear-map v1.2.0
37202026-03-02T21:39:50.823Z Running `/home/build/.rustup/toolchains/1.91.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=26c9fbdc1c4cf01a -C extra-filename=-222b2c5c60bec36d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212026-03-02T21:39:51.060Z Compiling gethostname v0.5.0
37222026-03-02T21:39:51.063Z Running `/home/build/.rustup/toolchains/1.91.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=8cf498e0b9937555 -C extra-filename=-a1a64b052b31f6d4 --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-0a203928d01f336e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232026-03-02T21:39:51.108Z Compiling same-file v1.0.6
37242026-03-02T21:39:51.153Z Running `/home/build/.rustup/toolchains/1.91.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=d78ce09807079942 -C extra-filename=-12066769263d7baf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252026-03-02T21:39:51.158Z Compiling typify-macro v0.6.1
37262026-03-02T21:39:51.158Z Running `/home/build/.rustup/toolchains/1.91.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.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=87ef43f1ba2061f1 -C extra-filename=-64e49f902e7e3230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-41b1ff626cb866af.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37272026-03-02T21:39:51.222Z Compiling unicode-xid v0.2.6
37282026-03-02T21:39:51.226Z Running `/home/build/.rustup/toolchains/1.91.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=9531087aa02825ff -C extra-filename=-fc62dcc87d98955d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292026-03-02T21:39:51.309Z Compiling async-recursion v1.1.1
37302026-03-02T21:39:51.312Z Running `/home/build/.rustup/toolchains/1.91.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=382803bf4a08e169 -C extra-filename=-ebe42c3b8d1b6feb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312026-03-02T21:39:51.448Z Compiling walkdir v2.5.0
37322026-03-02T21:39:51.499Z Running `/home/build/.rustup/toolchains/1.91.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=96336f16816c36c4 -C extra-filename=-272bee5b8028af44 --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-12066769263d7baf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332026-03-02T21:39:51.499Z Compiling resolv-conf v0.7.0
37342026-03-02T21:39:51.515Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-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="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=fa2c66a4a9813be3 -C extra-filename=-914768df730ad686 --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-62ffab0ce663e2c3.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4177b83accb982b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37352026-03-02T21:39:52.167Z Compiling convert_case v0.7.1
37362026-03-02T21:39:52.172Z Running `/home/build/.rustup/toolchains/1.91.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.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("rand", "random"))' -C metadata=844b9387cab000d7 -C extra-filename=-c88d4181c4d5466a --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-469dcac1900e48e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372026-03-02T21:39:52.225Z Compiling unicode-linebreak v0.1.5
37382026-03-02T21:39:52.290Z Running `/home/build/.rustup/toolchains/1.91.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=4bacc075024578af -C extra-filename=-617103e56f3ad8c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392026-03-02T21:39:52.333Z Compiling smawk v0.3.2
37402026-03-02T21:39:52.399Z Running `/home/build/.rustup/toolchains/1.91.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=bf7aedd0352578d4 -C extra-filename=-997c13e0f27c0ed3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412026-03-02T21:39:52.634Z Compiling globset v0.4.15
37422026-03-02T21:39:52.637Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-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 --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=e8da610aa9c79697 -C extra-filename=-111337fafcee58ff --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-4e8f28f0989e36db.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a6e1ab1532f8efa3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4387b5d2d51d9453.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432026-03-02T21:39:52.743Z Compiling slog-dtrace v0.3.0
37442026-03-02T21:39:52.746Z Running `/home/build/.rustup/toolchains/1.91.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=c8d943e239f46ea5 -C extra-filename=-ddefb90379f200cf --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ddefb90379f200cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452026-03-02T21:39:52.788Z Compiling vte_generate_state_changes v0.1.2
37462026-03-02T21:39:52.791Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte_generate_state_changes-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=811456570f89ce48 -C extra-filename=-793ae622450beeae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472026-03-02T21:39:52.950Z Compiling derive_more-impl v2.0.1
37482026-03-02T21:39:52.954Z Running `/home/build/.rustup/toolchains/1.91.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.0.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(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", "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=709215aa62242ac4 -C extra-filename=-246d5fb73194ab18 --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-c88d4181c4d5466a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492026-03-02T21:39:52.999Z Compiling object v0.37.3
37502026-03-02T21:39:53.002Z Running `/home/build/.rustup/toolchains/1.91.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=6b611b1365935273 -C extra-filename=-c6304350e3af7add --out-dir /work/oxidecomputer/omicron/target/debug/build/object-c6304350e3af7add -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512026-03-02T21:39:53.200Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-ddefb90379f200cf/build-script-build`
37522026-03-02T21:39:53.308Z Running `/home/build/.rustup/toolchains/1.91.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=aea1bc56b4ef95cd -C extra-filename=-f757092f549c4738 --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-b476cbab3ebc9700.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37532026-03-02T21:39:53.533Z Compiling termtree v0.5.1
37542026-03-02T21:39:53.537Z Running `/home/build/.rustup/toolchains/1.91.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=9c1aaffa59411d1d -C extra-filename=-229621499bbc22b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552026-03-02T21:39:53.665Z Running `/work/oxidecomputer/omicron/target/debug/build/object-c6304350e3af7add/build-script-build`
37562026-03-02T21:39:53.786Z Compiling vte v0.11.1
37572026-03-02T21:39:53.789Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-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("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=2e49bcab7c1644f4 -C extra-filename=-45892e89136b675c --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-cd83b6c56c59e652.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-793ae622450beeae.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582026-03-02T21:39:53.839Z Compiling fd-lock v4.0.2
37592026-03-02T21:39:53.839Z Running `/home/build/.rustup/toolchains/1.91.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=249352ba3a056556 -C extra-filename=-cd30f5527601022b --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-9b8d246c7e3e185e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602026-03-02T21:39:53.925Z Compiling pin-project-internal v1.1.6
37612026-03-02T21:39:53.928Z Running `/home/build/.rustup/toolchains/1.91.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.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 --warn=unreachable_pub --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(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85094f9f5a9083d8 -C extra-filename=-b580b0febd031427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622026-03-02T21:39:54.103Z Compiling minimal-lexical v0.2.1
37632026-03-02T21:39:54.107Z Running `/home/build/.rustup/toolchains/1.91.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=a6f1c9cad411d5de -C extra-filename=-0882896c32d27b3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642026-03-02T21:39:54.155Z Compiling linked-hash-map v0.5.6
37652026-03-02T21:39:54.158Z Running `/home/build/.rustup/toolchains/1.91.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=93a9426665847dd7 -C extra-filename=-12ead618769e5d3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37662026-03-02T21:39:54.558Z Compiling nom v7.1.3
37672026-03-02T21:39:54.561Z Running `/home/build/.rustup/toolchains/1.91.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=f0277b41f978dc00 -C extra-filename=-5ab434a4034fc222 --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-afea2278d9bc496e.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-0882896c32d27b3f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682026-03-02T21:39:54.619Z Compiling lru-cache v0.1.2
37692026-03-02T21:39:54.622Z Running `/home/build/.rustup/toolchains/1.91.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=2eaa0ab8f4e205ab -C extra-filename=-e53dc1234c506264 --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-12ead618769e5d3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702026-03-02T21:39:54.921Z Running `/home/build/.rustup/toolchains/1.91.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=57e7f7c8b880c264 -C extra-filename=-5404c393dbbcf1bf --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-afea2278d9bc496e.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)'`
37712026-03-02T21:39:54.969Z Compiling derive_more v2.0.1
37722026-03-02T21:39:54.969Z Running `/home/build/.rustup/toolchains/1.91.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.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=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", "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=336674b2befe3dee -C extra-filename=-0835e6a25a37f6fe --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-246d5fb73194ab18.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732026-03-02T21:39:55.104Z Compiling typify-macro v0.4.3
37742026-03-02T21:39:55.107Z Compiling crossterm v0.29.0
37752026-03-02T21:39:55.107Z Running `/home/build/.rustup/toolchains/1.91.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.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=3599fdebc3312227 -C extra-filename=-13280e9a10b6a306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-0b8943f39d26efd6.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37762026-03-02T21:39:55.107Z Running `/home/build/.rustup/toolchains/1.91.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=e2801d45d7248450 -C extra-filename=-e9a817205d62f855 --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-cfaa2511914227eb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-0835e6a25a37f6fe.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-e60f99372aaa550a.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-906117e627c53165.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-20f38074f4e33615.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772026-03-02T21:39:55.218Z Compiling strip-ansi-escapes v0.2.0
37782026-03-02T21:39:55.221Z Running `/home/build/.rustup/toolchains/1.91.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5be5d782e83c89b9 -C extra-filename=-01f0799970d31581 --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-45892e89136b675c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37792026-03-02T21:39:55.594Z Compiling hickory-proto v0.24.4
37802026-03-02T21:39:55.600Z Running `/home/build/.rustup/toolchains/1.91.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=88dda56950b8365e -C extra-filename=-02a6caafc6a06504 --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-032078021c49cc9d.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3c5192df54cca993.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a5ca919223679cc4.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-86d39d757ff7819a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812026-03-02T21:39:55.645Z Compiling typify v0.6.1
37822026-03-02T21:39:55.648Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=512ec2786a383750 -C extra-filename=-2a9966d95ca0a0ef --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-41b1ff626cb866af.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-64e49f902e7e3230.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832026-03-02T21:39:55.925Z Compiling progenitor-impl v0.13.0
37842026-03-02T21:39:55.928Z Running `/home/build/.rustup/toolchains/1.91.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=37e2b3f3fe480f52 -C extra-filename=-a1316b650635274a --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-d61228a413094487.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-2a9966d95ca0a0ef.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852026-03-02T21:39:56.760Z Compiling pin-project v1.1.6
37862026-03-02T21:39:56.764Z Running `/home/build/.rustup/toolchains/1.91.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.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=unreachable_pub --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(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc5235def069812c -C extra-filename=-82efa74ef81f7443 --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-b580b0febd031427.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872026-03-02T21:39:56.969Z Compiling pem v3.0.5
37882026-03-02T21:39:56.973Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=97e11cb55b6d73cc -C extra-filename=-1007dc04ff25c671 --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-142d12a8ca42df76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37892026-03-02T21:39:57.739Z Compiling nibble_vec v0.1.0
37902026-03-02T21:39:57.742Z Running `/home/build/.rustup/toolchains/1.91.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=61d3fa3739933aa4 -C extra-filename=-3cd14364afaeffd6 --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-ec04b22c3ab89ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37912026-03-02T21:39:57.789Z Compiling display-error-chain v0.2.2
37922026-03-02T21:39:57.789Z Running `/home/build/.rustup/toolchains/1.91.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=d764d29d1964096c -C extra-filename=-800f9bab2506898c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932026-03-02T21:39:57.853Z Compiling nu-ansi-term v0.50.1
37942026-03-02T21:39:57.856Z Running `/home/build/.rustup/toolchains/1.91.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=94ce88294532f58e -C extra-filename=-d4bb1c7ccf391199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952026-03-02T21:39:58.004Z Compiling endian-type v0.1.2
37962026-03-02T21:39:58.007Z Running `/home/build/.rustup/toolchains/1.91.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=394bcfdb5201f514 -C extra-filename=-6824eeb661539979 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:39:58.072Z Compiling snafu-derive v0.8.5
37982026-03-02T21:39:58.161Z Running `/home/build/.rustup/toolchains/1.91.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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=e052d6eaa44b7da8 -C extra-filename=-0066618795aa3565 --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-d61228a413094487.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992026-03-02T21:39:58.312Z Compiling radix_trie v0.2.1
38002026-03-02T21:39:58.315Z Running `/home/build/.rustup/toolchains/1.91.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=4ac130ac52590673 -C extra-filename=-718412a883d32ff7 --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-6824eeb661539979.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-3cd14364afaeffd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012026-03-02T21:39:58.542Z Compiling reedline v0.40.0
38022026-03-02T21:39:58.545Z Running `/home/build/.rustup/toolchains/1.91.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=5059d9142646af2a -C extra-filename=-032a398a788f45ad --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-b476cbab3ebc9700.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-bd8ba8cf7e2e74e8.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-cd30f5527601022b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-d4bb1c7ccf391199.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-01f0799970d31581.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-c74ed59dd69dfb8f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032026-03-02T21:39:58.992Z Compiling textwrap v0.16.2
38042026-03-02T21:39:58.995Z Running `/home/build/.rustup/toolchains/1.91.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=aacd50cb485daf4e -C extra-filename=-c1e3b6744498ff01 --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-997c13e0f27c0ed3.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-8aaf42fec9e4c0c0.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-617103e56f3ad8c7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052026-03-02T21:39:59.610Z Compiling typify v0.4.3
38062026-03-02T21:39:59.613Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=dee320500616e267 -C extra-filename=-76111f3a7e295a9b --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-0b8943f39d26efd6.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-13280e9a10b6a306.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072026-03-02T21:39:59.843Z Compiling progenitor-impl v0.11.2
38082026-03-02T21:39:59.846Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b2ffd803d991764 -C extra-filename=-14ae23a6742ea960 --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-d61228a413094487.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-76111f3a7e295a9b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092026-03-02T21:40:00.136Z Compiling olpc-cjson v0.1.4
38102026-03-02T21:40:00.139Z Running `/home/build/.rustup/toolchains/1.91.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=93423bb9c6429855 -C extra-filename=-b83e5f9188903c83 --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-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-6139c256f103d169.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112026-03-02T21:40:00.496Z Compiling serde_plain v1.0.2
38122026-03-02T21:40:00.501Z Running `/home/build/.rustup/toolchains/1.91.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=c28e90dfd8d20035 -C extra-filename=-7bf7e1d8b5612823 --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132026-03-02T21:40:00.930Z Compiling hickory-resolver v0.24.4
38142026-03-02T21:40:00.934Z Running `/home/build/.rustup/toolchains/1.91.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=8b5220502ddc29d1 -C extra-filename=-77fb6a6bdff7d77d --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-9b8d246c7e3e185e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-02a6caafc6a06504.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-e53dc1234c506264.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-914768df730ad686.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152026-03-02T21:40:02.308Z Compiling ar_archive_writer v0.5.1
38162026-03-02T21:40:02.312Z Running `/home/build/.rustup/toolchains/1.91.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=0ca4cf05b170b17a -C extra-filename=-f25c88224583b938 --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-5404c393dbbcf1bf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172026-03-02T21:40:02.586Z Compiling progenitor-macro v0.13.0
38182026-03-02T21:40:02.587Z Running `/home/build/.rustup/toolchains/1.91.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=674c52a1a415f902 -C extra-filename=-2d4af36057f8c9ca --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-1272b7c61236626f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a1316b650635274a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3a970f4fbfb70f20.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38192026-03-02T21:40:02.779Z Compiling snafu v0.8.5
38202026-03-02T21:40:02.782Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-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="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("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=683ba2a65005e446 -C extra-filename=-243b3ae4cf94d2a6 --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-cbbe00eeba3a9834.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-82efa74ef81f7443.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-0066618795aa3565.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38212026-03-02T21:40:03.320Z Compiling typed-path v0.9.3
38222026-03-02T21:40:03.323Z Running `/home/build/.rustup/toolchains/1.91.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=f6efe1abca67c6b2 -C extra-filename=-0c5c981704dd1cfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232026-03-02T21:40:03.569Z Compiling qorb v0.4.1
38242026-03-02T21:40:03.573Z Running `/home/build/.rustup/toolchains/1.91.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=7fabcc28537a21b9 -C extra-filename=-b789c7149d610113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-77fb6a6bdff7d77d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252026-03-02T21:40:04.336Z Compiling psm v0.1.30
38262026-03-02T21:40:04.339Z Running `/home/build/.rustup/toolchains/1.91.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=94c2073ba501ecab -C extra-filename=-b39dd97f4289c5dc --out-dir /work/oxidecomputer/omicron/target/debug/build/psm-b39dd97f4289c5dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ar_archive_writer=/work/oxidecomputer/omicron/target/debug/deps/libar_archive_writer-f25c88224583b938.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272026-03-02T21:40:04.845Z Compiling stacker v0.1.23
38282026-03-02T21:40:04.849Z Running `/home/build/.rustup/toolchains/1.91.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=f45b4b582ff69c33 -C extra-filename=-1dafb7a227f653ee --out-dir /work/oxidecomputer/omicron/target/debug/build/stacker-1dafb7a227f653ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292026-03-02T21:40:05.462Z Compiling csv-core v0.1.11
38302026-03-02T21:40:05.476Z Running `/home/build/.rustup/toolchains/1.91.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.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=c1f912dad36f898b -C extra-filename=-18ebdb12a2c1271b --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-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312026-03-02T21:40:05.563Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-b39dd97f4289c5dc/build-script-build`
38322026-03-02T21:40:05.696Z Compiling cfg_aliases v0.1.1
38332026-03-02T21:40:05.705Z Running `/home/build/.rustup/toolchains/1.91.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=5331e3120789072f -C extra-filename=-fb44fee7d914f7ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342026-03-02T21:40:05.873Z Compiling humantime v2.2.0
38352026-03-02T21:40:05.886Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-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())' -C metadata=6d837337b5f8f2da -C extra-filename=-4e9a4232a09a68c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362026-03-02T21:40:06.066Z Compiling highway v1.3.0
38372026-03-02T21:40:06.078Z Running `/home/build/.rustup/toolchains/1.91.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=e4476edd1062145a -C extra-filename=-b552a5abd74e3046 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382026-03-02T21:40:06.256Z Compiling nix v0.28.0
38392026-03-02T21:40:06.262Z Running `/home/build/.rustup/toolchains/1.91.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=b786b7421b20f2e8 -C extra-filename=-a0acc4d771cf1e82 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-a0acc4d771cf1e82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-fb44fee7d914f7ba.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402026-03-02T21:40:06.494Z Compiling csv v1.3.1
38412026-03-02T21:40:06.503Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-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=9d5b46bc52fb741a -C extra-filename=-0a4b298c80db40a6 --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-18ebdb12a2c1271b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d387870d74e6e1c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38422026-03-02T21:40:06.503Z Running `/home/build/.rustup/toolchains/1.91.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=c7e6d57c420f68b1 -C extra-filename=-f69b3ace5a840794 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-8da5dbab1e183dac/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'`
38432026-03-02T21:40:06.603Z Compiling progenitor-macro v0.11.2
38442026-03-02T21:40:06.609Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=065e18ccec9d6dd9 -C extra-filename=-7adb99a297ef33f1 --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-1272b7c61236626f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-14ae23a6742ea960.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3a970f4fbfb70f20.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452026-03-02T21:40:06.711Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-1dafb7a227f653ee/build-script-build`
38462026-03-02T21:40:06.778Z Compiling siphasher v1.0.1
38472026-03-02T21:40:06.783Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=f12a116774b80a79 -C extra-filename=-06378f3c694c3078 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482026-03-02T21:40:06.893Z Compiling home v0.5.9
38492026-03-02T21:40:06.897Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bff5ef09759f3f2 -C extra-filename=-ef6679bdb4d45792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502026-03-02T21:40:07.165Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-a0acc4d771cf1e82/build-script-build`
38512026-03-02T21:40:07.202Z Compiling phf_shared v0.12.1
38522026-03-02T21:40:07.205Z Running `/home/build/.rustup/toolchains/1.91.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=603b91937ee3a8a0 -C extra-filename=-eb2ac1f5566149c1 --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-06378f3c694c3078.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532026-03-02T21:40:07.244Z Running `/home/build/.rustup/toolchains/1.91.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=b85232ad1f293c3d -C extra-filename=-5f53df5ca2f019c4 --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-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern psm=/work/oxidecomputer/omicron/target/debug/deps/libpsm-f69b3ace5a840794.rmeta --cap-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-8da5dbab1e183dac/out`
38542026-03-02T21:40:07.292Z Compiling papergrid v0.11.0
38552026-03-02T21:40:07.306Z Running `/home/build/.rustup/toolchains/1.91.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=3861b4547f8790be -C extra-filename=-96723b75982d3979 --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-33623e474bd95237.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562026-03-02T21:40:07.578Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
38572026-03-02T21:40:07.582Z Running `/home/build/.rustup/toolchains/1.91.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=426a48dd046db3ef -C extra-filename=-3c3c262e50c2db18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38582026-03-02T21:40:07.636Z Compiling tabled_derive v0.7.0
38592026-03-02T21:40:07.641Z Running `/home/build/.rustup/toolchains/1.91.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=6c35a703f2b30c37 -C extra-filename=-e5cc3087e56dfe7c --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-dabc04b0d25f1f86.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-18b1705fb20e64e2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38602026-03-02T21:40:07.685Z Compiling recursive-proc-macro-impl v0.1.1
38612026-03-02T21:40:07.690Z Running `/home/build/.rustup/toolchains/1.91.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=f21921321413364e -C extra-filename=-2a670d86747ca364 --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-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622026-03-02T21:40:08.135Z Compiling base64 v0.21.7
38632026-03-02T21:40:08.195Z Running `/home/build/.rustup/toolchains/1.91.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=db408746a38a8d6a -C extra-filename=-25862f5051364d8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642026-03-02T21:40:08.627Z Compiling chrono-tz v0.10.4
38652026-03-02T21:40:08.630Z Running `/home/build/.rustup/toolchains/1.91.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=1097ff9104868cf0 -C extra-filename=-a7b0a16d6b72ecf6 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-a7b0a16d6b72ecf6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662026-03-02T21:40:08.860Z Compiling semver v0.1.20
38672026-03-02T21:40:08.864Z Running `/home/build/.rustup/toolchains/1.91.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=1e25a6483100bb82 -C extra-filename=-0fc8cabf20f6b391 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682026-03-02T21:40:09.058Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-a7b0a16d6b72ecf6/build-script-build`
38692026-03-02T21:40:09.127Z Compiling recursive v0.1.1
38702026-03-02T21:40:09.130Z Running `/home/build/.rustup/toolchains/1.91.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=943402aef00a699c -C extra-filename=-1c8dfbc16985c897 --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-2a670d86747ca364.so --extern stacker=/work/oxidecomputer/omicron/target/debug/deps/libstacker-5f53df5ca2f019c4.rmeta --cap-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-8da5dbab1e183dac/out`
38712026-03-02T21:40:09.336Z Compiling rustc_version v0.1.7
38722026-03-02T21:40:09.339Z Running `/home/build/.rustup/toolchains/1.91.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=9a7281884e01a8d4 -C extra-filename=-c3499add24f4674d --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-0fc8cabf20f6b391.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38732026-03-02T21:40:09.462Z Compiling phf v0.12.1
38742026-03-02T21:40:09.466Z Running `/home/build/.rustup/toolchains/1.91.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=3537c97b23736fc2 -C extra-filename=-9bd759fe34670f7e --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-eb2ac1f5566149c1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752026-03-02T21:40:09.789Z Running `/home/build/.rustup/toolchains/1.91.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=b40c886d195d11ee -C extra-filename=-6ed08820eaa2a292 --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-cfaa2511914227eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
38762026-03-02T21:40:09.836Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38772026-03-02T21:40:09.884Z Running `/home/build/.rustup/toolchains/1.91.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=820c5ebcd36ee341 -C extra-filename=-e8424d2c6f377bbb --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-e8424d2c6f377bbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782026-03-02T21:40:09.887Z Compiling tabled v0.15.0
38792026-03-02T21:40:09.890Z Running `/home/build/.rustup/toolchains/1.91.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=084c2e5ba5888d67 -C extra-filename=-9fbdfea03a05da8f --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-96723b75982d3979.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-e5cc3087e56dfe7c.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802026-03-02T21:40:10.362Z Compiling const_format_proc_macros v0.2.34
38812026-03-02T21:40:10.365Z Running `/home/build/.rustup/toolchains/1.91.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=77152b2c01ee59df -C extra-filename=-d47dd1817bb0a45f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-fc62dcc87d98955d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822026-03-02T21:40:10.714Z Compiling peg-macros v0.8.5
38832026-03-02T21:40:10.719Z Running `/home/build/.rustup/toolchains/1.91.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=cfb76ad9ccd00cfc -C extra-filename=-23217a1dd6ae8e68 --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-c3c45eadcf471616.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842026-03-02T21:40:11.026Z Compiling sqlparser_derive v0.5.0
38852026-03-02T21:40:11.069Z Running `/home/build/.rustup/toolchains/1.91.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=c842aca8f1818917 -C extra-filename=-15b97f10fe255507 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862026-03-02T21:40:12.385Z Compiling unicode_categories v0.1.1
38872026-03-02T21:40:12.389Z Running `/home/build/.rustup/toolchains/1.91.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=2060889845f89c8f -C extra-filename=-920d2a650a0b7f11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882026-03-02T21:40:12.731Z Compiling sqlformat v0.3.5
38892026-03-02T21:40:12.734Z Running `/home/build/.rustup/toolchains/1.91.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=15a3fc87f2211b53 -C extra-filename=-580ab898584e9fdb --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-920d2a650a0b7f11.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902026-03-02T21:40:12.876Z Compiling sqlparser v0.61.0
38912026-03-02T21:40:12.879Z Running `/home/build/.rustup/toolchains/1.91.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=c50b69737d86ba77 -C extra-filename=-b6211ea91537da45 --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-960003e0783a03bd.rmeta --extern recursive=/work/oxidecomputer/omicron/target/debug/deps/librecursive-1c8dfbc16985c897.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-15b97f10fe255507.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-8da5dbab1e183dac/out`
38922026-03-02T21:40:13.196Z Compiling const_format v0.2.34
38932026-03-02T21:40:13.199Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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=0033546130e032d7 -C extra-filename=-5f3df2a394fb1aa2 --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-d47dd1817bb0a45f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942026-03-02T21:40:13.903Z Compiling rustyline v14.0.0
38952026-03-02T21:40:13.906Z Running `/home/build/.rustup/toolchains/1.91.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=7ab9e8a75a6e6d54 -C extra-filename=-4de252fa1fde8321 --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-cfaa2511914227eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-cd30f5527601022b.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ef6679bdb4d45792.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6ed08820eaa2a292.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-718412a883d32ff7.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-cd83b6c56c59e652.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38962026-03-02T21:40:14.169Z Compiling peg v0.8.5
38972026-03-02T21:40:14.172Z Running `/home/build/.rustup/toolchains/1.91.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=dc4e42b9a9cd1a27 -C extra-filename=-b98e5f5ca94fa582 --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-23217a1dd6ae8e68.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982026-03-02T21:40:14.343Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-e8424d2c6f377bbb/build-script-build`
38992026-03-02T21:40:14.419Z Compiling newtype_derive v0.1.6
39002026-03-02T21:40:14.422Z Running `/home/build/.rustup/toolchains/1.91.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=dc9d8342ecba7ef1 -C extra-filename=-5ab531ee3772738d --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-5ab531ee3772738d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c3499add24f4674d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012026-03-02T21:40:14.951Z Running `/home/build/.rustup/toolchains/1.91.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=723aa20210195808 -C extra-filename=-d761d6af0de48799 --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-b476cbab3ebc9700.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-9bd759fe34670f7e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022026-03-02T21:40:15.095Z Compiling bcs v0.1.6
39032026-03-02T21:40:15.129Z Running `/home/build/.rustup/toolchains/1.91.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=d052cbe2d83b870f -C extra-filename=-924a2d3382a982f2 --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-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042026-03-02T21:40:15.611Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-5ab531ee3772738d/build-script-build`
39052026-03-02T21:40:15.727Z Running `/home/build/.rustup/toolchains/1.91.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=61f473666e05677f -C extra-filename=-01eb04f9a54b8339 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39062026-03-02T21:40:15.775Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
39072026-03-02T21:40:15.778Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rdb_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/rdb-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=1ca0575997938efd -C extra-filename=-33d0d58cbfd77f9a --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-200593b9a7b987ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082026-03-02T21:40:15.924Z Compiling colored v3.0.0
39092026-03-02T21:40:15.927Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-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("no-color"))' -C metadata=dabd906c0b27aac9 -C extra-filename=-8977f1b2f5eb734a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102026-03-02T21:40:16.171Z Compiling steno v0.4.1
39112026-03-02T21:40:16.174Z Running `/home/build/.rustup/toolchains/1.91.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=e701534ec0617011 -C extra-filename=-cad9d362c62214a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-83e1061ec9d5a25a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122026-03-02T21:40:16.633Z Compiling utf-8 v0.7.6
39132026-03-02T21:40:16.636Z Running `/home/build/.rustup/toolchains/1.91.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=8d458e69239b431a -C extra-filename=-5c3837f8e867c8f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39142026-03-02T21:40:16.726Z Compiling arc-swap v1.7.1
39152026-03-02T21:40:16.730Z Running `/home/build/.rustup/toolchains/1.91.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.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("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=466e189d68006d27 -C extra-filename=-aca7a564c430cc69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162026-03-02T21:40:16.972Z Compiling tungstenite v0.21.0
39172026-03-02T21:40:17.041Z Running `/home/build/.rustup/toolchains/1.91.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=90531c91a140eacc -C extra-filename=-1757742ee854ad2f --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-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5c3837f8e867c8f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39182026-03-02T21:40:17.333Z Compiling slog-scope v4.4.0
39192026-03-02T21:40:17.336Z Running `/home/build/.rustup/toolchains/1.91.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.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())' -C metadata=e6f42568878aab3d -C extra-filename=-6e32f0dc76342f7e --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-aca7a564c430cc69.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39202026-03-02T21:40:17.674Z Compiling slog-stdlog v4.1.1
39212026-03-02T21:40:17.677Z Running `/home/build/.rustup/toolchains/1.91.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=d4d1217e89fab1ea -C extra-filename=-b60e72ff58236f6d --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-960003e0783a03bd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-6e32f0dc76342f7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222026-03-02T21:40:17.835Z Compiling xattr v1.3.1
39232026-03-02T21:40:17.838Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-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 --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=988f59abd98b5755 -C extra-filename=-4c7e84f660a51574 --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-0a203928d01f336e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242026-03-02T21:40:18.127Z Compiling tokio-tungstenite v0.21.0
39252026-03-02T21:40:18.161Z Running `/home/build/.rustup/toolchains/1.91.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=0c73b7244b97af00 -C extra-filename=-b5cad42011db554a --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-e5808e939444e7e7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-1757742ee854ad2f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262026-03-02T21:40:18.172Z Compiling filetime v0.2.26
39272026-03-02T21:40:18.172Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=004cb9d257c0bbf7 -C extra-filename=-4d1c13631f59c0a4 --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-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282026-03-02T21:40:18.544Z Compiling tar v0.4.44
39292026-03-02T21:40:18.551Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=6118512883b4f1c3 -C extra-filename=-f012a4405e1725b1 --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-4d1c13631f59c0a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-4c7e84f660a51574.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302026-03-02T21:40:18.769Z Compiling slog-envlogger v2.2.0
39312026-03-02T21:40:18.792Z Running `/home/build/.rustup/toolchains/1.91.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=5014f5d7f0c82239 -C extra-filename=-ffd058a0359ad538 --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-960003e0783a03bd.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-6e32f0dc76342f7e.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-b60e72ff58236f6d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322026-03-02T21:40:18.823Z Compiling typify-impl v0.2.0
39332026-03-02T21:40:18.864Z Running `/home/build/.rustup/toolchains/1.91.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.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=9ada9fe10dc015ef -C extra-filename=-6acf5efdc35b3747 --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-d61228a413094487.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342026-03-02T21:40:19.523Z Compiling subprocess v0.2.9
39352026-03-02T21:40:19.530Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.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=0cb7a2b8165ead34 -C extra-filename=-0fe15547c5f1c020 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39362026-03-02T21:40:19.955Z Compiling headers-core v0.3.0
39372026-03-02T21:40:19.958Z Running `/home/build/.rustup/toolchains/1.91.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=5ad2b3e9d213d753 -C extra-filename=-573a7212e588b9bd --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-f15b9bf6616bce04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382026-03-02T21:40:20.179Z Compiling headers v0.4.1
39392026-03-02T21:40:20.183Z Running `/home/build/.rustup/toolchains/1.91.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=27c0fa561c79c5c7 -C extra-filename=-44a72f62f5c98b08 --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-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-573a7212e588b9bd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-5c5d7e8b815e7bc7.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-84ec3d24c8861872.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402026-03-02T21:40:20.513Z Compiling lzma-sys v0.1.20
39412026-03-02T21:40:20.515Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzma-sys-0.1.20/build.rs --error-format=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("static"))' -C metadata=f466168b09dae728 -C extra-filename=-cd657732d2f70de7 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-cd657732d2f70de7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422026-03-02T21:40:21.165Z Compiling heck v0.3.3
39432026-03-02T21:40:21.168Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-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=14ef96ff308d8fff -C extra-filename=-74983719dcdb964c --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-469dcac1900e48e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442026-03-02T21:40:21.484Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-cd657732d2f70de7/build-script-build`
39452026-03-02T21:40:21.613Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzma-sys-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("static"))' -C metadata=a1a4e80ebbadfb4f -C extra-filename=-eff611eb292fcce7 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
39462026-03-02T21:40:21.616Z Compiling zone_cfg_derive v0.1.2
39472026-03-02T21:40:21.616Z Running `/home/build/.rustup/toolchains/1.91.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.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=e1ff8c5c3fa4a815 -C extra-filename=-a23f0162025a0e32 --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-74983719dcdb964c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-18b1705fb20e64e2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482026-03-02T21:40:21.802Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39492026-03-02T21:40:21.820Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/cpuid-profile-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=529a9587cf3138e0 -C extra-filename=-78ecdd4f89470b24 --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-aa0f5bd7118bc9a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502026-03-02T21:40:21.948Z Compiling yasna v0.5.2
39512026-03-02T21:40:21.956Z Running `/home/build/.rustup/toolchains/1.91.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=d3592ebfa4b072b8 -C extra-filename=-d3ec5c42fc983e7c --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-c46c21893a0bbc80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39522026-03-02T21:40:22.218Z Compiling base64 v0.13.1
39532026-03-02T21:40:22.231Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-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("alloc", "default", "std"))' -C metadata=a18339beaee69cd2 -C extra-filename=-5e33a127eafee9ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39542026-03-02T21:40:22.263Z Compiling number_prefix v0.4.0
39552026-03-02T21:40:22.276Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/number_prefix-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4b6d31e3bda270bf -C extra-filename=-0edca3b1d41daef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39562026-03-02T21:40:22.572Z Compiling indicatif v0.17.11
39572026-03-02T21:40:22.585Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.17.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="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=ecbc7f67b7d77f6c -C extra-filename=-b38b554c28a4d9a4 --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-988e9159243af5a7.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-0edca3b1d41daef1.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39582026-03-02T21:40:22.803Z Compiling ron v0.7.1
39592026-03-02T21:40:22.810Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-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("indexmap"))' -C metadata=9a873c96e60d635e -C extra-filename=-997cc64293bb411d --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-5e33a127eafee9ce.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602026-03-02T21:40:23.122Z Compiling zone v0.1.8
39612026-03-02T21:40:23.126Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ad0a2a96b88ac7e -C extra-filename=-65b4b13cbe3a90a3 --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-d47b523d2b6a239a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-a23f0162025a0e32.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39622026-03-02T21:40:23.503Z Compiling rcgen v0.12.1
39632026-03-02T21:40:23.508Z Running `/home/build/.rustup/toolchains/1.91.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="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=ecf6c27fe497b7d8 -C extra-filename=-01bfdca2cc9762af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-d3ec5c42fc983e7c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
39642026-03-02T21:40:24.450Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39652026-03-02T21:40:24.454Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/propolis-server-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe7a90f309f9f651 -C extra-filename=-8a5a6e968a98700f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-78ecdd4f89470b24.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662026-03-02T21:40:24.498Z Compiling xz2 v0.1.7
39672026-03-02T21:40:24.498Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xz2-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("futures", "static", "tokio", "tokio-io"))' -C metadata=734c064d31ed12d0 -C extra-filename=-10ebe4f3f147e666 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lzma_sys=/work/oxidecomputer/omicron/target/debug/deps/liblzma_sys-eff611eb292fcce7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
39682026-03-02T21:40:24.817Z Compiling dropshot-api-manager-types v0.5.2
39692026-03-02T21:40:24.821Z Running `/home/build/.rustup/toolchains/1.91.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51facb7607cd9d11 -C extra-filename=-daea2d4c6d6f1f8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702026-03-02T21:40:25.012Z Compiling moka v0.12.10
39712026-03-02T21:40:25.040Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/build.rs --error-format=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(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --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", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=19d7cb3637ef8c6a -C extra-filename=-ef05694c6e0ff147 --out-dir /work/oxidecomputer/omicron/target/debug/build/moka-ef05694c6e0ff147 -L 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-03-02T21:40:25.123Z Compiling tagptr v0.2.0
39732026-03-02T21:40:25.141Z Running `/home/build/.rustup/toolchains/1.91.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=57a1225a19f8f7ee -C extra-filename=-e5bb230662a23a97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742026-03-02T21:40:25.441Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
39752026-03-02T21:40:25.448Z Running `/home/build/.rustup/toolchains/1.91.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=00b8916b5c5267e0 -C extra-filename=-cba1f157eb1c2c4f --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-cba1f157eb1c2c4f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762026-03-02T21:40:25.448Z Running `/work/oxidecomputer/omicron/target/debug/build/moka-ef05694c6e0ff147/build-script-build`
39772026-03-02T21:40:25.523Z Compiling libefi-sys v0.1.0
39782026-03-02T21:40:25.523Z Running `/home/build/.rustup/toolchains/1.91.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=4b06352e9e3713a0 -C extra-filename=-081efc341aa1f4e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-081efc341aa1f4e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792026-03-02T21:40:25.573Z Compiling progenitor-impl v0.10.0
39802026-03-02T21:40:25.599Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=922a47a957dd8507 -C extra-filename=-5cafa2457bae7bc8 --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-d61228a413094487.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-76111f3a7e295a9b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812026-03-02T21:40:25.622Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.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(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --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", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=2df8c2a2d0979f3e -C extra-filename=-01caaf75aaeb7800 --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-cb4b144e64c7585e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-e5bb230662a23a97.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39822026-03-02T21:40:25.974Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-081efc341aa1f4e2/build-script-build`
39832026-03-02T21:40:26.099Z Compiling bitfield-struct v0.6.2
39842026-03-02T21:40:26.172Z Running `/home/build/.rustup/toolchains/1.91.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=bc17c593ff9ec3e6 -C extra-filename=-0e6718262f5ce017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852026-03-02T21:40:26.392Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-cba1f157eb1c2c4f/build-script-build`
39862026-03-02T21:40:26.482Z Running `/home/build/.rustup/toolchains/1.91.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=4fcc66b5b7178b27 -C extra-filename=-85791516602225b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
39872026-03-02T21:40:26.517Z Compiling radium v0.7.0
39882026-03-02T21:40:26.517Z Running `/home/build/.rustup/toolchains/1.91.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=6d4285b0c112a2b3 -C extra-filename=-dcd243c750219fb8 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-dcd243c750219fb8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892026-03-02T21:40:26.922Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39902026-03-02T21:40:26.926Z Running `/home/build/.rustup/toolchains/1.91.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=adf8f458420657d6 -C extra-filename=-139e2e98fd598361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:40:27.083Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-dcd243c750219fb8/build-script-build`
39922026-03-02T21:40:27.126Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
39932026-03-02T21:40:27.164Z Running `/home/build/.rustup/toolchains/1.91.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=8941dfd89ba66ae2 -C extra-filename=-95834bdb0f420850 --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-b9bf1208c93b2e2e.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-85791516602225b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942026-03-02T21:40:27.179Z Compiling hickory-resolver v0.25.2
39952026-03-02T21:40:27.182Z Running `/home/build/.rustup/toolchains/1.91.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=d1202ccbd8680b57 -C extra-filename=-6a3f0c2bc74a8dc7 --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-9b8d246c7e3e185e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-01caaf75aaeb7800.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-914768df730ad686.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962026-03-02T21:40:27.323Z Compiling maybe-uninit v2.0.0
39972026-03-02T21:40:27.326Z Running `/home/build/.rustup/toolchains/1.91.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=70921873fbab157e -C extra-filename=-0459c93cf7b2d0ae --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-0459c93cf7b2d0ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982026-03-02T21:40:27.506Z Compiling tap v1.0.1
39992026-03-02T21:40:27.509Z Running `/home/build/.rustup/toolchains/1.91.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=fb39272850997314 -C extra-filename=-6457cf97f06ac406 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002026-03-02T21:40:27.654Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40012026-03-02T21:40:27.657Z Running `/home/build/.rustup/toolchains/1.91.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=d719fb482b179734 -C extra-filename=-6108bd14116b0684 --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-0e6718262f5ce017.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022026-03-02T21:40:27.784Z Compiling wyz v0.5.1
40032026-03-02T21:40:27.789Z Running `/home/build/.rustup/toolchains/1.91.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=a4d770d7b9f12de8 -C extra-filename=-70b5a1286ad96400 --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-6457cf97f06ac406.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40042026-03-02T21:40:27.955Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-0459c93cf7b2d0ae/build-script-build`
40052026-03-02T21:40:28.074Z Running `/home/build/.rustup/toolchains/1.91.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=9c7834a0bec20159 -C extra-filename=-cdfc11842a11eaba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
40062026-03-02T21:40:28.236Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40072026-03-02T21:40:28.239Z Running `/home/build/.rustup/toolchains/1.91.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=32f1309d4760de80 -C extra-filename=-fb7cf2d8f77d0fda --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-6108bd14116b0684.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-139e2e98fd598361.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082026-03-02T21:40:28.333Z Compiling zerocopy-derive v0.6.6
40092026-03-02T21:40:28.336Z Running `/home/build/.rustup/toolchains/1.91.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=b869f24d19711422 -C extra-filename=-3a6a3e598fa91592 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102026-03-02T21:40:28.568Z Compiling crc-catalog v2.4.0
40112026-03-02T21:40:28.577Z Running `/home/build/.rustup/toolchains/1.91.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=011fb8da194c05c8 -C extra-filename=-d9084e75dec1344d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122026-03-02T21:40:28.795Z Compiling funty v2.0.0
40132026-03-02T21:40:28.799Z Running `/home/build/.rustup/toolchains/1.91.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=86e6b325222a863e -C extra-filename=-63de604286565a1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142026-03-02T21:40:29.063Z Compiling packed_struct v0.10.1
40152026-03-02T21:40:29.067Z Running `/home/build/.rustup/toolchains/1.91.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=c7b71b922b7e1095 -C extra-filename=-030b323af3c64b73 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-030b323af3c64b73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162026-03-02T21:40:29.665Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-030b323af3c64b73/build-script-build`
40172026-03-02T21:40:29.738Z Compiling bitvec v1.0.1
40182026-03-02T21:40:29.742Z Running `/home/build/.rustup/toolchains/1.91.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=26135f3a4ba145df -C extra-filename=-e6939c5a88ba2374 --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-63de604286565a1d.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-cdfc11842a11eaba.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-6457cf97f06ac406.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-70b5a1286ad96400.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192026-03-02T21:40:29.927Z Compiling typify-macro v0.2.0
40202026-03-02T21:40:29.930Z Running `/home/build/.rustup/toolchains/1.91.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.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=25a7a8d2d62ae441 -C extra-filename=-616bd4f6614e1ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-6acf5efdc35b3747.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212026-03-02T21:40:30.314Z Compiling zerocopy v0.6.6
40222026-03-02T21:40:30.318Z Running `/home/build/.rustup/toolchains/1.91.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=060737efbde2164e -C extra-filename=-165ffaa6e2cdf6e1 --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-7979b4ba2f5cd7b3.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-3a6a3e598fa91592.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232026-03-02T21:40:30.362Z Compiling crc v3.2.1
40242026-03-02T21:40:30.365Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.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=374f4e6e5911aee9 -C extra-filename=-c593502df8b92fb4 --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-d9084e75dec1344d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252026-03-02T21:40:31.050Z Running `/home/build/.rustup/toolchains/1.91.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=684d6f33747bf223 -C extra-filename=-abe1ea0d952fe392 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
40262026-03-02T21:40:31.152Z Compiling packed_struct_codegen v0.10.1
40272026-03-02T21:40:31.156Z Running `/home/build/.rustup/toolchains/1.91.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=0e34135d99796994 -C extra-filename=-5a00591a0ce00591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282026-03-02T21:40:31.214Z Compiling bitfield-macros v0.19.2
40292026-03-02T21:40:31.218Z Running `/home/build/.rustup/toolchains/1.91.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.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=7c710a9c03a79b0d -C extra-filename=-7f2f6a28b58772d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302026-03-02T21:40:31.555Z Compiling indexmap v1.9.3
40312026-03-02T21:40:31.560Z Running `/home/build/.rustup/toolchains/1.91.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=1bb23b853f52a0e5 -C extra-filename=-432728f52a173005 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-432728f52a173005 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40322026-03-02T21:40:32.038Z Compiling nodrop v0.1.14
40332026-03-02T21:40:32.042Z Running `/home/build/.rustup/toolchains/1.91.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=c727faa8989a4db0 -C extra-filename=-86c68ef61466f750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40342026-03-02T21:40:32.088Z Compiling progenitor-macro v0.10.0
40352026-03-02T21:40:32.093Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46f321a45786e879 -C extra-filename=-4d13af34b4583655 --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-1272b7c61236626f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5cafa2457bae7bc8.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3a970f4fbfb70f20.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362026-03-02T21:40:32.216Z Compiling array-init v0.0.4
40372026-03-02T21:40:32.219Z Running `/home/build/.rustup/toolchains/1.91.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=861c286f3cf113a9 -C extra-filename=-be8d4840c8760702 --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-86c68ef61466f750.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382026-03-02T21:40:32.870Z Compiling bitfield v0.19.2
40392026-03-02T21:40:32.878Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb1358d1d26db8b1 -C extra-filename=-5649dff22ce84a7a --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-7f2f6a28b58772d4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402026-03-02T21:40:33.228Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-432728f52a173005/build-script-build`
40412026-03-02T21:40:33.281Z Compiling smallvec v0.6.14
40422026-03-02T21:40:33.291Z Running `/home/build/.rustup/toolchains/1.91.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=043ecad85c23c544 -C extra-filename=-ea83feec3a1d4b61 --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-abe1ea0d952fe392.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40432026-03-02T21:40:33.323Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-ec4702fed0cd2df6/build-script-build`
40442026-03-02T21:40:33.363Z Running `/home/build/.rustup/toolchains/1.91.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.37.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "prebuilt-nasm", "ssl"))' -C metadata=b196e0929c0c2133 -C extra-filename=-cf253622ded2cbc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-7e5b1b43be3d4cd2/out -l static=aws_lc_0_37_1_crypto --cfg universal`
40452026-03-02T21:40:33.409Z Compiling hashbrown v0.12.3
40462026-03-02T21:40:33.413Z Running `/home/build/.rustup/toolchains/1.91.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=0bd27789cb6055ab -C extra-filename=-2724878bb1e98e3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40472026-03-02T21:40:33.460Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7e392f47ff038ff7/build-script-build`
40482026-03-02T21:40:33.530Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
40492026-03-02T21:40:33.533Z Running `/home/build/.rustup/toolchains/1.91.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=01ffefdcd5f97c6f -C extra-filename=-0ed6821c39c40c02 --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-7979b4ba2f5cd7b3.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c593502df8b92fb4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-165ffaa6e2cdf6e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502026-03-02T21:40:33.740Z Compiling serde-hex v0.1.0
40512026-03-02T21:40:33.743Z Running `/home/build/.rustup/toolchains/1.91.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=12ac04bd31f280c3 -C extra-filename=-3bdccc9c3288049e --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-be8d4840c8760702.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ea83feec3a1d4b61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522026-03-02T21:40:33.878Z Running `/home/build/.rustup/toolchains/1.91.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=cda3f7b997fb368f -C extra-filename=-5bdde00e13a2b2ee --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-e6939c5a88ba2374.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-5a00591a0ce00591.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40532026-03-02T21:40:33.897Z Compiling ron v0.8.1
40542026-03-02T21:40:33.900Z Running `/home/build/.rustup/toolchains/1.91.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=0ec2a0b94422db58 -C extra-filename=-7bc67ced2a81be4f --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-25862f5051364d8f.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-cfaa2511914227eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552026-03-02T21:40:34.268Z Compiling typify v0.2.0
40562026-03-02T21:40:34.271Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-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="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=f6f0f5a696215008 -C extra-filename=-e11df10a433f4371 --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-6acf5efdc35b3747.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-616bd4f6614e1ffc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40572026-03-02T21:40:34.462Z Running `/home/build/.rustup/toolchains/1.91.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=78a78e508b0cc1f4 -C extra-filename=-d8b29b81dce012b0 --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-2724878bb1e98e3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
40582026-03-02T21:40:34.513Z Compiling progenitor-impl v0.8.0
40592026-03-02T21:40:34.513Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-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())' -C metadata=c52928e318672a7a -C extra-filename=-132b848741f47230 --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-d61228a413094487.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-e11df10a433f4371.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40602026-03-02T21:40:35.372Z Running `/home/build/.rustup/toolchains/1.91.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=d2a2c1976a55cf85 -C extra-filename=-9e4f406f25730262 --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-cf253622ded2cbc1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-77243b0bd188ebab.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-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-7e5b1b43be3d4cd2/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
40612026-03-02T21:40:35.422Z Compiling hashbrown v0.13.2
40622026-03-02T21:40:35.426Z Running `/home/build/.rustup/toolchains/1.91.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=19e68602dd125cf3 -C extra-filename=-1a99b45369356881 --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-4535aca8ab318c48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632026-03-02T21:40:36.280Z Compiling xshell-macros v0.2.7
40642026-03-02T21:40:36.283Z Running `/home/build/.rustup/toolchains/1.91.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=de7a0655e20df3cc -C extra-filename=-9da7c5ee4bf2b6c7 --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`
40652026-03-02T21:40:36.676Z Compiling crc-any v2.5.0
40662026-03-02T21:40:36.678Z Running `/home/build/.rustup/toolchains/1.91.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=c9f5f253e348427b -C extra-filename=-dbf15e3030114d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672026-03-02T21:40:37.194Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
40682026-03-02T21:40:37.198Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/205d47d/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=7d5b151ebe130e6a -C extra-filename=-4bdfb0773a38da67 --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-5649dff22ce84a7a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-5bdde00e13a2b2ee.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692026-03-02T21:40:37.242Z Compiling xshell v0.2.7
40702026-03-02T21:40:37.288Z Running `/home/build/.rustup/toolchains/1.91.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=7ec2ad09d1e13da3 -C extra-filename=-59b484ead9726af3 --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-9da7c5ee4bf2b6c7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712026-03-02T21:40:37.538Z Compiling object v0.30.4
40722026-03-02T21:40:37.599Z Running `/home/build/.rustup/toolchains/1.91.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=65e06bff13686e43 -C extra-filename=-0f8a75a4043b64a1 --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-e665abceb2a7947a.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-1a99b45369356881.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d8b29b81dce012b0.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40732026-03-02T21:40:38.333Z Compiling rustls-webpki v0.103.9
40742026-03-02T21:40:38.336Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=0ef8bb0566d41c3f -C extra-filename=-c0762f60797c2111 --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-9e4f406f25730262.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f32f11b39e1363d1.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
40752026-03-02T21:40:38.409Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
40762026-03-02T21:40:38.458Z Running `/home/build/.rustup/toolchains/1.91.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=bcbada681c53cc5a -C extra-filename=-912e42802e330089 --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-7bc67ced2a81be4f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-0ed6821c39c40c02.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-165ffaa6e2cdf6e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40772026-03-02T21:40:38.782Z Compiling path-slash v0.1.5
40782026-03-02T21:40:38.785Z Running `/home/build/.rustup/toolchains/1.91.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=747ba7276595f024 -C extra-filename=-eba69c05113e7116 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40792026-03-02T21:40:39.043Z Compiling half v1.8.3
40802026-03-02T21:40:39.046Z Running `/home/build/.rustup/toolchains/1.91.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=dbe8fc3d7733b14d -C extra-filename=-43d9803fb1a42f8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40812026-03-02T21:40:39.087Z Compiling proc-macro-error-attr2 v2.0.0
40822026-03-02T21:40:39.090Z Running `/home/build/.rustup/toolchains/1.91.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=afe67f4d5304e513 -C extra-filename=-0feb23be94c5ca63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40832026-03-02T21:40:39.677Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=79287768ab0061ee -C extra-filename=-d9e25338bdb217d7 --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-9e4f406f25730262.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c0762f60797c2111.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
40842026-03-02T21:40:40.026Z Compiling serde_cbor v0.11.2
40852026-03-02T21:40:40.029Z Running `/home/build/.rustup/toolchains/1.91.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=24a2cdc70a3d1aad -C extra-filename=-600a7ecfeea261be --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-43d9803fb1a42f8f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862026-03-02T21:40:40.585Z Compiling proc-macro-error2 v2.0.1
40872026-03-02T21:40:40.588Z Running `/home/build/.rustup/toolchains/1.91.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=21a8e69dec141f79 -C extra-filename=-9b98afb9d771607a --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-0feb23be94c5ca63.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40882026-03-02T21:40:41.283Z Compiling num-derive v0.3.3
40892026-03-02T21:40:41.289Z Running `/home/build/.rustup/toolchains/1.91.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=ce9c075efcfb76fa -C extra-filename=-9ce2d1d502023276 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902026-03-02T21:40:41.365Z Compiling progenitor-macro v0.8.0
40912026-03-02T21:40:41.368Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.8.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=a709f297c18837fd -C extra-filename=-94dca12248c2879a --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-1272b7c61236626f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-132b848741f47230.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3a970f4fbfb70f20.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922026-03-02T21:40:41.495Z Running `/home/build/.rustup/toolchains/1.91.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=2bf0fe06b1cb22a0 -C extra-filename=-f69fa8c8b26a5b43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-13/lib/amd64 -l pq`
40932026-03-02T21:40:41.833Z Compiling maplit v1.0.2
40942026-03-02T21:40:41.878Z Running `/home/build/.rustup/toolchains/1.91.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=82977899bb7b2048 -C extra-filename=-66035c8a998faa3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40952026-03-02T21:40:42.028Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
40962026-03-02T21:40:42.031Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abc0685bb23d0a2d -C extra-filename=-b10c956631964193 --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-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972026-03-02T21:40:42.564Z Compiling fxhash v0.2.1
40982026-03-02T21:40:42.567Z Running `/home/build/.rustup/toolchains/1.91.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=4321b0244baceb92 -C extra-filename=-70f33de5894d7952 --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-7979b4ba2f5cd7b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992026-03-02T21:40:42.851Z Compiling tabled_derive v0.11.0
41002026-03-02T21:40:42.897Z Running `/home/build/.rustup/toolchains/1.91.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=b7f4060351f48eeb -C extra-filename=-62619e961e9a1aca --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-d61228a413094487.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-9b98afb9d771607a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012026-03-02T21:40:43.581Z Compiling libscf-sys v1.1.0
41022026-03-02T21:40:43.584Z Running `/home/build/.rustup/toolchains/1.91.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=4f326f623ca4b42e -C extra-filename=-96249d45118baf5c --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-b9bf1208c93b2e2e.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9ce2d1d502023276.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032026-03-02T21:40:43.862Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41042026-03-02T21:40:43.917Z Running `/home/build/.rustup/toolchains/1.91.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=6fc8b3625e539a49 -C extra-filename=-b7b87f17a490f361 --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-b9bf1208c93b2e2e.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-96249d45118baf5c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41052026-03-02T21:40:44.651Z Compiling papergrid v0.17.0
41062026-03-02T21:40:44.701Z Running `/home/build/.rustup/toolchains/1.91.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=ff1935248a83f3f6 -C extra-filename=-d0a6d5674adb6166 --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-33623e474bd95237.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072026-03-02T21:40:45.288Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
41082026-03-02T21:40:45.291Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/205d47d/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=16619a724e5e5ef3 -C extra-filename=-626a1df1e4ebb7ba --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-7979b4ba2f5cd7b3.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-dbf15e3030114d5a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-4bdfb0773a38da67.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-5bdde00e13a2b2ee.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-3bdccc9c3288049e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092026-03-02T21:40:45.883Z Compiling testing_table v0.3.0
41102026-03-02T21:40:45.884Z Running `/home/build/.rustup/toolchains/1.91.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=39eb10fe237bc01e -C extra-filename=-ec9706cf3e972bde --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-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41112026-03-02T21:40:45.945Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
41122026-03-02T21:40:45.949Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/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=481e0d2949d8721e -C extra-filename=-6da09e2c14aaa48a --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-cfaa2511914227eb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132026-03-02T21:40:46.218Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
41142026-03-02T21:40:46.221Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/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=c82a8e96901205f0 -C extra-filename=-2aa3a296de6b798b --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-2aa3a296de6b798b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152026-03-02T21:40:46.702Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-2aa3a296de6b798b/build-script-build`
41162026-03-02T21:40:46.822Z Compiling tokio-rustls v0.26.0
41172026-03-02T21:40:46.825Z Running `/home/build/.rustup/toolchains/1.91.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=23c051af008286fc -C extra-filename=-eba9b70a608bf3c3 --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-d9e25338bdb217d7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
41182026-03-02T21:40:47.314Z Compiling hyper-rustls v0.27.7
41192026-03-02T21:40:47.356Z Running `/home/build/.rustup/toolchains/1.91.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="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=aa1f8c4839e6fcd3 -C extra-filename=-2ef935948be155e9 --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-f15b9bf6616bce04.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-d05e438ea49d4b81.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-eba9b70a608bf3c3.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-99acf8b0cf5c9627.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
41202026-03-02T21:40:48.023Z Compiling reqwest v0.12.28
41212026-03-02T21:40:48.026Z Running `/home/build/.rustup/toolchains/1.91.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="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=e6fe092145c9eca5 -C extra-filename=-58235fe6368598cf --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-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-a8db7e413abf61b0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-8875e1e97a2ba37c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8d2f726f910c8602.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-614eb3c941d9a45d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-84ec3d24c8861872.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b28535a8957be1a1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-1cc60b8b5283d691.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-c67842138da8dd36.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-eba9b70a608bf3c3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-26dd5439148196d2.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-7f24d8c8afcb2e04.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-99acf8b0cf5c9627.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41222026-03-02T21:40:48.299Z Compiling rustls-platform-verifier v0.6.2
41232026-03-02T21:40:48.356Z Running `/home/build/.rustup/toolchains/1.91.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=a30e320e17c4e5a0 -C extra-filename=-1ff74906cf668b9d --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-960003e0783a03bd.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-d05e438ea49d4b81.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c0762f60797c2111.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
41242026-03-02T21:40:48.623Z Compiling reqwest v0.13.2
41252026-03-02T21:40:48.627Z Running `/home/build/.rustup/toolchains/1.91.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="cookies"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="query"' --cfg 'feature="rustls"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__native-tls", "__native-tls-alpn", "__rustls", "__rustls-aws-lc-rs", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "form", "gzip", "hickory-dns", "http2", "http3", "json", "multipart", "native-tls", "native-tls-no-alpn", "native-tls-vendored", "native-tls-vendored-no-alpn", "query", "rustls", "rustls-no-provider", "socks", "stream", "system-proxy", "zstd"))' -C metadata=65f2288c3b3e9025 -C extra-filename=-75fa689c5e169883 --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-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-d22547aa4c1ded0a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-8875e1e97a2ba37c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8d2f726f910c8602.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-c303177288ac3ee1.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-1ff74906cf668b9d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-1cc60b8b5283d691.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-eba9b70a608bf3c3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-26dd5439148196d2.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-7f24d8c8afcb2e04.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-6ddcf9da373dcc6c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
41262026-03-02T21:40:48.685Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
41272026-03-02T21:40:48.739Z Running `/home/build/.rustup/toolchains/1.91.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=4d693f71c6272e4d -C extra-filename=-8e6118deea88b7a8 --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-268aa15817046b32.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-4bdfb0773a38da67.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-626a1df1e4ebb7ba.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f8a75a4043b64a1.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-eba69c05113e7116.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-0ed6821c39c40c02.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-912e42802e330089.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-165ffaa6e2cdf6e1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-5fc24b5c46adbd72.rmeta --cap-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-1a535b08d52ade11/out/lib`
41282026-03-02T21:40:48.744Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
41292026-03-02T21:40:48.747Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/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=fd4af7069f6d19f9 -C extra-filename=-49aed605b5d823de --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-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-6da09e2c14aaa48a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41302026-03-02T21:40:52.321Z Compiling progenitor-client v0.13.0
41312026-03-02T21:40:52.330Z Running `/home/build/.rustup/toolchains/1.91.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=25202ae7812e3efe -C extra-filename=-0769587943d5c544 --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-697abc391bbe218c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
41322026-03-02T21:40:52.628Z Compiling progenitor-client v0.10.0
41332026-03-02T21:40:52.638Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a291bd59ad0246a -C extra-filename=-53016268b2702be6 --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-697abc391bbe218c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41342026-03-02T21:40:52.941Z Compiling progenitor v0.13.0
41352026-03-02T21:40:52.965Z Running `/home/build/.rustup/toolchains/1.91.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=d02f0300d0a4f6cb -C extra-filename=-42a08ddbf5fd94a7 --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-0769587943d5c544.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-a1316b650635274a.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-2d4af36057f8c9ca.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
41362026-03-02T21:40:53.150Z Compiling progenitor-client v0.11.2
41372026-03-02T21:40:53.154Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ecaf1cd40f2b471a -C extra-filename=-4b8d5b48c2a538c2 --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-697abc391bbe218c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41382026-03-02T21:40:53.200Z Compiling tough v0.20.0
41392026-03-02T21:40:53.246Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=c9d34a062a1c04f7 -C extra-filename=-4fab09a38958d149 --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-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9e4f406f25730262.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-111337fafcee58ff.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-b83e5f9188903c83.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-7bf7e1d8b5612823.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-243b3ae4cf94d2a6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-0c5c981704dd1cfb.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-77243b0bd188ebab.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41402026-03-02T21:40:53.250Z Compiling progenitor-client v0.8.0
41412026-03-02T21:40:53.250Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-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())' -C metadata=27b06be29eac6fab -C extra-filename=-583a04a0859808c5 --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-697abc391bbe218c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41422026-03-02T21:40:53.805Z Compiling progenitor v0.11.2
41432026-03-02T21:40:53.816Z Compiling progenitor v0.10.0
41442026-03-02T21:40:53.816Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=840b7703154d1ec4 -C extra-filename=-9eac900a889ea3a2 --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-4b8d5b48c2a538c2.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-14ae23a6742ea960.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-7adb99a297ef33f1.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41452026-03-02T21:40:53.850Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=763a689b446b7d93 -C extra-filename=-707c2610c4a4b27d --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-53016268b2702be6.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5cafa2457bae7bc8.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-4d13af34b4583655.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41462026-03-02T21:40:54.114Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
41472026-03-02T21:40:54.118Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/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=a00a127f9b629f44 -C extra-filename=-4d865b9ac8b05a27 --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-b476cbab3ebc9700.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-8977f1b2f5eb734a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9eac900a889ea3a2.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41482026-03-02T21:40:54.166Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
41492026-03-02T21:40:54.211Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/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=ffaf0850085a6106 -C extra-filename=-fb48151e145b8122 --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-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-78bbfaef840f37e9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-707c2610c4a4b27d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53016268b2702be6.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b5cad42011db554a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41502026-03-02T21:40:55.066Z Compiling progenitor v0.8.0
41512026-03-02T21:40:55.069Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-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())' -C metadata=b63b158ca7e556b9 -C extra-filename=-f1c7254e35cc03c1 --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-583a04a0859808c5.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-132b848741f47230.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-94dca12248c2879a.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41522026-03-02T21:40:55.187Z Compiling tabled v0.20.0
41532026-03-02T21:40:55.190Z Running `/home/build/.rustup/toolchains/1.91.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=11497b963fe04bf1 -C extra-filename=-a2e16116aad9a39b --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-d0a6d5674adb6166.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-62619e961e9a1aca.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-ec9706cf3e972bde.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41542026-03-02T21:40:55.370Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
41552026-03-02T21:40:55.416Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=1bf1af6e12cb7f3e -C extra-filename=-2e21da105f7be1e1 --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-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-f1c7254e35cc03c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b5cad42011db554a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
41562026-03-02T21:40:58.694Z Compiling crc8 v0.1.1
41572026-03-02T21:40:58.697Z Running `/home/build/.rustup/toolchains/1.91.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=8b57557c40c8776b -C extra-filename=-9f7b75d80455c3c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:40:58.818Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
41592026-03-02T21:40:58.878Z Running `/home/build/.rustup/toolchains/1.91.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=8f3d77d1fb60aa6f -C extra-filename=-44a12d2d314c6344 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-44a12d2d314c6344 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-4535aca8ab318c48.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9e4f406f25730262.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-cfaa2511914227eb.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a6e1ab1532f8efa3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ed4a167fa0195d62.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-bd8ba8cf7e2e74e8.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3721e944948a813f.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a1da87ac9f71d3b4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-e928439ca5bf1281.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-3339533b116e0c4f.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-8dd14f65ad0dd7aa.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-597297e42a37300a.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e1d4835446809bca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-cbef46c34d9df723.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c9c06d5808196e2d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-dabc04b0d25f1f86.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a5ca919223679cc4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-f8c9a1def293a3d8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9ab2d762c9a0e654.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b84d66a6dbfce3e1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-83e1061ec9d5a25a.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-575d9f292fe3bb22.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1a41148c5f9922e7.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5118ac6f015b2311.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a4b1a70913cda1fd.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c71cdd1e0c183556.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4387b5d2d51d9453.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-906117e627c53165.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c0762f60797c2111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-a14ee6e5e790684a.so --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-391aecada57f6d0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4f5d449a98ccef6e.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-042b2887198398b3.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-eba9b70a608bf3c3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd03c54f4155e59a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-839d4a146506079b.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-50fca1beacd8e56b.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bdd799246e663234.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-846206e86915589a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-81db6a6c5c03c6fc.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-b78dadb6d4c6b95e.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c5ec39ac863fdc65.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-5fc24b5c46adbd72.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41602026-03-02T21:40:58.935Z Compiling unicase v2.8.1
41612026-03-02T21:40:58.938Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.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("nightly"))' -C metadata=11f5ae2ebc91355e -C extra-filename=-a3c888ab9a6f3140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41622026-03-02T21:40:59.304Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-44a12d2d314c6344/build-script-build`
41632026-03-02T21:40:59.378Z Running `/home/build/.rustup/toolchains/1.91.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=640a0b453e40c217 -C extra-filename=-2ba024f210d1f019 --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-4535aca8ab318c48.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9e4f406f25730262.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-cfaa2511914227eb.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a6e1ab1532f8efa3.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ed4a167fa0195d62.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-bd8ba8cf7e2e74e8.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3721e944948a813f.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a1da87ac9f71d3b4.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-e928439ca5bf1281.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-3339533b116e0c4f.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-8dd14f65ad0dd7aa.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-597297e42a37300a.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e1d4835446809bca.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-cbef46c34d9df723.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c9c06d5808196e2d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a5ca919223679cc4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-f8c9a1def293a3d8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rmeta --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9ab2d762c9a0e654.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b84d66a6dbfce3e1.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-83e1061ec9d5a25a.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-575d9f292fe3bb22.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1a41148c5f9922e7.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5118ac6f015b2311.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a4b1a70913cda1fd.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c71cdd1e0c183556.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4387b5d2d51d9453.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-906117e627c53165.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c0762f60797c2111.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-391aecada57f6d0c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4f5d449a98ccef6e.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-eba9b70a608bf3c3.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd03c54f4155e59a.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-839d4a146506079b.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-50fca1beacd8e56b.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bdd799246e663234.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-846206e86915589a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rmeta --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c5ec39ac863fdc65.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-5fc24b5c46adbd72.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41642026-03-02T21:40:59.432Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/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=22540bd3b4a0b287 -C extra-filename=-b8e5c6dfd1bc9268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3a9626380e27db34.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a2e16116aad9a39b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-49aed605b5d823de.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-6da09e2c14aaa48a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-50fca1beacd8e56b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
41652026-03-02T21:40:59.477Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
41662026-03-02T21:40:59.480Z Running `/home/build/.rustup/toolchains/1.91.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=6625fcd61731e9d0 -C extra-filename=-e6070658d32c9cba --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-e6070658d32c9cba -L 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-03-02T21:40:59.566Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41682026-03-02T21:40:59.570Z Running `/home/build/.rustup/toolchains/1.91.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=1f317908be6da2c5 -C extra-filename=-1961a89b1723ffce --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-2ba024f210d1f019.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41692026-03-02T21:40:59.931Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
41702026-03-02T21:40:59.934Z Running `/home/build/.rustup/toolchains/1.91.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=dee18f1048f2fb13 -C extra-filename=-5efe3dfa5eb0e31c --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-2ba024f210d1f019.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41712026-03-02T21:41:00.178Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
41722026-03-02T21:41:00.181Z Running `/home/build/.rustup/toolchains/1.91.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=aad0ae44c36e98bf -C extra-filename=-5401cbae2b6b622a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41732026-03-02T21:41:00.585Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
41742026-03-02T21:41:00.646Z Running `/home/build/.rustup/toolchains/1.91.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=5aac8a16d1d939ed -C extra-filename=-3409ed0fbf8a5de0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1961a89b1723ffce.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-dc1a729313376c55.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-f0d02969b110bfff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53016268b2702be6.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d665ddf1fd1eb449.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41752026-03-02T21:41:01.350Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41762026-03-02T21:41:01.353Z Running `/home/build/.rustup/toolchains/1.91.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=f6308fb27aba4cd8 -C extra-filename=-eaa8ad33da6ec5f7 --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-268aa15817046b32.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41772026-03-02T21:41:01.560Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41782026-03-02T21:41:01.563Z Running `/home/build/.rustup/toolchains/1.91.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=1f7a055e243832e6 -C extra-filename=-ca1626d9106b35f9 --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-4bd811cdca7308a1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41792026-03-02T21:41:02.087Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
41802026-03-02T21:41:02.090Z Running `/home/build/.rustup/toolchains/1.91.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=dd5a597733e59c80 -C extra-filename=-2679c8e86ca5b6f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-f71089930f39c4f9.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-222b2c5c60bec36d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41812026-03-02T21:41:02.134Z Running `/home/build/.rustup/toolchains/1.91.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=59632428e0795ea7 -C extra-filename=-47ae3c1d8da570d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1961a89b1723ffce.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-dc1a729313376c55.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-f0d02969b110bfff.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53016268b2702be6.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d665ddf1fd1eb449.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41822026-03-02T21:41:02.443Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
41832026-03-02T21:41:02.502Z Running `/home/build/.rustup/toolchains/1.91.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=b95c6c889d58c6b8 -C extra-filename=-39b6b2a30a528844 --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-7b8cc660aaeba8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41842026-03-02T21:41:02.689Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
41852026-03-02T21:41:02.692Z Running `/home/build/.rustup/toolchains/1.91.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=61cc71ceb09bc0b5 -C extra-filename=-5e2e621821bb5a77 --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-d703376dd51db557.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41862026-03-02T21:41:03.950Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
41872026-03-02T21:41:03.953Z Running `/home/build/.rustup/toolchains/1.91.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=d112b74ddc0113d9 -C extra-filename=-97e3a84bc8a83160 --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-2ba024f210d1f019.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41882026-03-02T21:41:05.318Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
41892026-03-02T21:41:05.322Z Running `/home/build/.rustup/toolchains/1.91.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=3ed8e6ba3890ec73 -C extra-filename=-68cc4fb85bd84e40 --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-b476cbab3ebc9700.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41902026-03-02T21:41:05.999Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
41912026-03-02T21:41:06.003Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-45d28c3107cfa8a3/f3fe054/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=bea6526184850bf0 -C extra-filename=-6cd7c06605e6956f --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-5be4cc3a9597241e.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-b38b554c28a4d9a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-3cba792c4fb9b148.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2e21da105f7be1e1.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-8a5a6e968a98700f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-997cc64293bb411d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b5cad42011db554a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-10ebe4f3f147e666.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-65b4b13cbe3a90a3.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41922026-03-02T21:41:06.408Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41932026-03-02T21:41:06.460Z Running `/home/build/.rustup/toolchains/1.91.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=b84160b3aa931c93 -C extra-filename=-0f40d4371e309ef3 --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-2ba024f210d1f019.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41942026-03-02T21:41:06.756Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
41952026-03-02T21:41:06.759Z Running `/home/build/.rustup/toolchains/1.91.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=63ddda72b67bf726 -C extra-filename=-bd3aa2c524bad91e --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-39b6b2a30a528844.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41962026-03-02T21:41:07.144Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
41972026-03-02T21:41:07.200Z Running `/home/build/.rustup/toolchains/1.91.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=d2696c863d55cdee -C extra-filename=-312cba69b1a888d1 --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-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
41982026-03-02T21:41:07.386Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
41992026-03-02T21:41:07.389Z Running `/home/build/.rustup/toolchains/1.91.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=2a63d10325913cd5 -C extra-filename=-5fc0dc3588b015ed --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-68cc4fb85bd84e40.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42002026-03-02T21:41:07.479Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
42012026-03-02T21:41:07.530Z Running `/home/build/.rustup/toolchains/1.91.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=2f8fd092f62fdd83 -C extra-filename=-a8fcf40a6d269175 --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-2ba024f210d1f019.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42022026-03-02T21:41:07.530Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
42032026-03-02T21:41:07.530Z Running `/home/build/.rustup/toolchains/1.91.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=338c2acdbfc28d89 -C extra-filename=-316a9239b06f0b34 --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-b476cbab3ebc9700.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42042026-03-02T21:41:07.766Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
42052026-03-02T21:41:07.770Z Running `/home/build/.rustup/toolchains/1.91.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=4582f9357b8afc98 -C extra-filename=-4b02dd2ad57a3dba --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-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42062026-03-02T21:41:07.817Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
42072026-03-02T21:41:07.820Z Running `/home/build/.rustup/toolchains/1.91.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=b0d9d329d42e8394 -C extra-filename=-ad747b543054a32f --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-b476cbab3ebc9700.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42082026-03-02T21:41:08.031Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e6070658d32c9cba/build-script-build`
42092026-03-02T21:41:08.103Z Running `/home/build/.rustup/toolchains/1.91.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=99368f030a042996 -C extra-filename=-a947a27c8e2b2cb2 --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-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.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/`
42102026-03-02T21:41:08.462Z Compiling diff v0.1.13
42112026-03-02T21:41:08.464Z Running `/home/build/.rustup/toolchains/1.91.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=33366a7413d0dceb -C extra-filename=-9f945f6037cdafb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122026-03-02T21:41:08.510Z Compiling git-stub v1.0.0
42132026-03-02T21:41:08.510Z Running `/home/build/.rustup/toolchains/1.91.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=ec8ffd1f2aa90d3c -C extra-filename=-d6eb0115033e510a --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-3066b3ace58dda21.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142026-03-02T21:41:08.777Z Compiling parking_lot_core v0.8.6
42152026-03-02T21:41:08.821Z Running `/home/build/.rustup/toolchains/1.91.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=13a710a3bf99e361 -C extra-filename=-f5a8f5891c5d86e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-f5a8f5891c5d86e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42162026-03-02T21:41:09.056Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
42172026-03-02T21:41:09.059Z Running `/home/build/.rustup/toolchains/1.91.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=1fca5ae181bf5356 -C extra-filename=-66403f0acd3fbdc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-a8fcf40a6d269175.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42182026-03-02T21:41:09.102Z Compiling git-stub-vcs v0.1.0
42192026-03-02T21:41:09.102Z Running `/home/build/.rustup/toolchains/1.91.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=24c51368ff312893 -C extra-filename=-ca5f45f8a2724c70 --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-62ab5388c2ead6be.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-d6eb0115033e510a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42202026-03-02T21:41:09.350Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-f5a8f5891c5d86e1/build-script-build`
42212026-03-02T21:41:09.421Z Compiling dsl_auto_type v0.1.2
42222026-03-02T21:41:09.424Z Running `/home/build/.rustup/toolchains/1.91.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.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=4ff248eb35f5f650 -C extra-filename=-e992c00cd5bdbad9 --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-8267566968ae2fcb.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42232026-03-02T21:41:09.484Z Compiling kstat-rs v0.2.4
42242026-03-02T21:41:09.531Z Running `/home/build/.rustup/toolchains/1.91.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=27fd3eded40b365f -C extra-filename=-d37b9205f8990adb --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-b9bf1208c93b2e2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42252026-03-02T21:41:09.875Z Compiling vergen-gitcl v1.0.8
42262026-03-02T21:41:09.878Z Running `/home/build/.rustup/toolchains/1.91.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=02cb541c2ba8fc64 -C extra-filename=-ea13fcff4abbbc72 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-ea13fcff4abbbc72 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272026-03-02T21:41:10.121Z Compiling diesel_table_macro_syntax v0.2.0
42282026-03-02T21:41:10.124Z Running `/home/build/.rustup/toolchains/1.91.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.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=f925214ca6f6ca8c -C extra-filename=-b2c2296148d5dee7 --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-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42292026-03-02T21:41:10.350Z Compiling scheduled-thread-pool v0.2.7
42302026-03-02T21:41:10.353Z Running `/home/build/.rustup/toolchains/1.91.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=33f322fc67956ba7 -C extra-filename=-838efa9a2e568225 --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-e4d4c09c5872212f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42312026-03-02T21:41:10.588Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-ea13fcff4abbbc72/build-script-build`
42322026-03-02T21:41:10.656Z Running `/home/build/.rustup/toolchains/1.91.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=3ba65f976fd97c24 -C extra-filename=-cc48936681e98cf0 --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-9b8d246c7e3e185e.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-b68a064d808476dc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42332026-03-02T21:41:10.748Z Compiling r2d2 v0.8.10
42342026-03-02T21:41:10.752Z Running `/home/build/.rustup/toolchains/1.91.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=ec00fd3de20d0b5e -C extra-filename=-b836e920b9d7afd4 --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-960003e0783a03bd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-838efa9a2e568225.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42352026-03-02T21:41:10.930Z Compiling diesel_derives v2.2.3
42362026-03-02T21:41:10.986Z Running `/home/build/.rustup/toolchains/1.91.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.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="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", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=b2beedde8d33000a -C extra-filename=-a425ff4ddb60b661 --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-b2c2296148d5dee7.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-e992c00cd5bdbad9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42372026-03-02T21:41:10.999Z Running `/home/build/.rustup/toolchains/1.91.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=740b62984a2dc378 -C extra-filename=-9a4b5aef6bfa403c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-40bf82a4bdaa5b30.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-81db6a6c5c03c6fc.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-b78dadb6d4c6b95e.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)'`
42382026-03-02T21:41:11.222Z Compiling parking_lot v0.11.2
42392026-03-02T21:41:11.226Z Running `/home/build/.rustup/toolchains/1.91.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=20529879cd9991f8 -C extra-filename=-8285d3a3eaf2fb65 --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-b68a064d808476dc.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-6f10c0b5517ba48f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-cc48936681e98cf0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42402026-03-02T21:41:11.299Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42412026-03-02T21:41:11.303Z Running `/home/build/.rustup/toolchains/1.91.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=65c2260e92a890b1 -C extra-filename=-7ef58921e6beb9cb --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-7ef58921e6beb9cb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-ca5f45f8a2724c70.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42422026-03-02T21:41:12.100Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42432026-03-02T21:41:12.103Z Running `/home/build/.rustup/toolchains/1.91.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=53c5ebb241087877 -C extra-filename=-727173de81aeb9fa --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-2ba024f210d1f019.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42442026-03-02T21:41:12.331Z Compiling prefix-trie v0.7.0
42452026-03-02T21:41:12.334Z Running `/home/build/.rustup/toolchains/1.91.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=d7451217245cb298 -C extra-filename=-25596abdb0cc9824 --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-d587cb581310d033.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42462026-03-02T21:41:12.397Z Compiling nanorand v0.7.0
42472026-03-02T21:41:12.456Z Running `/home/build/.rustup/toolchains/1.91.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=24ad2d1da0787fce -C extra-filename=-7f9e2467cfa2fa64 --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-d175a24152610cf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42482026-03-02T21:41:12.478Z Compiling dirs-sys-next v0.1.2
42492026-03-02T21:41:12.481Z Running `/home/build/.rustup/toolchains/1.91.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=3fb8d7bc978de914 -C extra-filename=-057eae10086f59eb --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42502026-03-02T21:41:12.985Z Running `/home/build/.rustup/toolchains/1.91.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=93e77a3cf1560045 -C extra-filename=-c0319750a4c4156e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1d27336a7e82c8b6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-398f0e1b8dee0191.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-5efe3dfa5eb0e31c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3a9626380e27db34.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-14bbe716dbd37ff3.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5401cbae2b6b622a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-906117e627c53165.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
42512026-03-02T21:41:13.074Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
42522026-03-02T21:41:13.077Z Running `/home/build/.rustup/toolchains/1.91.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=915a610787af5a56 -C extra-filename=-04fc1bcdffe6c19d --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-b476cbab3ebc9700.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42532026-03-02T21:41:13.176Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
42542026-03-02T21:41:13.180Z Running `/home/build/.rustup/toolchains/1.91.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=53023fd465b1e48b -C extra-filename=-b5ed41fd57ba7c35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42552026-03-02T21:41:14.108Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
42562026-03-02T21:41:14.111Z Running `/home/build/.rustup/toolchains/1.91.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=ae98f7acdd0b80f0 -C extra-filename=-7d38da58697954eb --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-697abc391bbe218c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-04fc1bcdffe6c19d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42572026-03-02T21:41:14.281Z Running `/home/build/.rustup/toolchains/1.91.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=988392efe77b275c -C extra-filename=-3fd8e3685c238fc6 --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-b476cbab3ebc9700.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47ae3c1d8da570d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42582026-03-02T21:41:14.510Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
42592026-03-02T21:41:14.514Z Running `/home/build/.rustup/toolchains/1.91.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=087f94e0d37563de -C extra-filename=-89c13eaa4d119aa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42602026-03-02T21:41:15.381Z Running `/home/build/.rustup/toolchains/1.91.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=4ea2ed6009958f2a -C extra-filename=-9bbba995e55746e9 --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-697abc391bbe218c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47ae3c1d8da570d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-3fd8e3685c238fc6.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42612026-03-02T21:41:16.556Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
42622026-03-02T21:41:16.559Z Running `/home/build/.rustup/toolchains/1.91.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=dbdf720e85f59fde -C extra-filename=-f347def48f550b19 --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-b5ed41fd57ba7c35.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42632026-03-02T21:41:17.009Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
42642026-03-02T21:41:17.012Z Running `/home/build/.rustup/toolchains/1.91.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=f9cbe8af965f65e6 -C extra-filename=-7b7276e57129cc71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42652026-03-02T21:41:17.627Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
42662026-03-02T21:41:17.630Z Running `/home/build/.rustup/toolchains/1.91.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=288ed1b62f1e44cf -C extra-filename=-834daa7fc179f218 --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-032078021c49cc9d.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-5efe3dfa5eb0e31c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42672026-03-02T21:41:18.320Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
42682026-03-02T21:41:18.324Z Running `/home/build/.rustup/toolchains/1.91.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=d28f3408b46482bc -C extra-filename=-af907a00559a6b29 --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-7b8cc660aaeba8f0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
42692026-03-02T21:41:18.478Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42702026-03-02T21:41:18.482Z Running `/home/build/.rustup/toolchains/1.91.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=d79f459b0bf0e121 -C extra-filename=-ffb3bfd2af595ea1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42712026-03-02T21:41:19.200Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
42722026-03-02T21:41:19.207Z Running `/home/build/.rustup/toolchains/1.91.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=125bc821725a3e11 -C extra-filename=-c28abea109365c87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42732026-03-02T21:41:19.388Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42742026-03-02T21:41:19.391Z Running `/home/build/.rustup/toolchains/1.91.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=b873a641d287fb02 -C extra-filename=-d1c5d6ae8191d533 --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-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-6b4ce3e9a64e5618.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
42752026-03-02T21:41:19.642Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42762026-03-02T21:41:19.689Z Running `/home/build/.rustup/toolchains/1.91.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=573a5725e6f32b8c -C extra-filename=-64cd56277fc75650 --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-7b8cc660aaeba8f0.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-eaa8ad33da6ec5f7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
42772026-03-02T21:41:20.632Z Running `/home/build/.rustup/toolchains/1.91.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=3948ff8565a60b7f -C extra-filename=-eae92ec2293735d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9bbba995e55746e9.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42782026-03-02T21:41:21.996Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
42792026-03-02T21:41:22.042Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
42802026-03-02T21:41:22.042Z Running `/home/build/.rustup/toolchains/1.91.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=e4025ff11996a47c -C extra-filename=-9d26e3ca2df4f208 --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-2ba024f210d1f019.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-64cd56277fc75650.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
42812026-03-02T21:41:22.045Z Running `/home/build/.rustup/toolchains/1.91.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=2f9e6d3bfd613493 -C extra-filename=-4264633fdd337acc --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-cc2e81a48217c1f6.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42822026-03-02T21:41:22.090Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42832026-03-02T21:41:22.093Z Running `/home/build/.rustup/toolchains/1.91.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=1866f44d1f2577e7 -C extra-filename=-ef8d483005770317 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5f24cf374e08de4e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-95834bdb0f420850.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-fb7cf2d8f77d0fda.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
42842026-03-02T21:41:22.442Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
42852026-03-02T21:41:22.445Z Running `/home/build/.rustup/toolchains/1.91.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=e78606ba59e7736c -C extra-filename=-333da7f30c62c504 --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-b476cbab3ebc9700.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42862026-03-02T21:41:22.503Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42872026-03-02T21:41:22.509Z Running `/home/build/.rustup/toolchains/1.91.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=1f8f2c5e7108cb80 -C extra-filename=-3ab6cea15e118255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-4b02dd2ad57a3dba.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
42882026-03-02T21:41:22.566Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-03-02T21:41:22.569Z Running `/home/build/.rustup/toolchains/1.91.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=d11faf8bca545cc4 -C extra-filename=-6a6243008c863a1d --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-800f9bab2506898c.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ce23beb6eb3676f9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-3002f96437acd722.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42902026-03-02T21:41:23.290Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
42912026-03-02T21:41:23.343Z Running `/home/build/.rustup/toolchains/1.91.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=0b79bdbe92379754 -C extra-filename=-c87c1bfd1bc1217d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-64cd56277fc75650.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
42922026-03-02T21:41:23.347Z Compiling diesel v2.2.12
42932026-03-02T21:41:23.347Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.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="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=0a8f3a13fd64b468 -C extra-filename=-085db868a71bc273 --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-cfaa2511914227eb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-a425ff4ddb60b661.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-b836e920b9d7afd4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42942026-03-02T21:41:23.559Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
42952026-03-02T21:41:23.563Z Running `/home/build/.rustup/toolchains/1.91.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=9b4491306f639773 -C extra-filename=-2a3368a5e8015582 --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-b476cbab3ebc9700.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42962026-03-02T21:41:24.050Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
42972026-03-02T21:41:24.055Z Running `/home/build/.rustup/toolchains/1.91.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=8c5e3dd41064ecf1 -C extra-filename=-4b677909aa312597 --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-2ba024f210d1f019.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-eae92ec2293735d2.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9bbba995e55746e9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
42982026-03-02T21:41:24.365Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42992026-03-02T21:41:24.369Z Running `/home/build/.rustup/toolchains/1.91.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=ca274105fc6c7c1c -C extra-filename=-ac26d79519228e85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43002026-03-02T21:41:25.141Z Compiling crunchy v0.2.2
43012026-03-02T21:41:25.144Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.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="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=4f5cfa6a10f3a872 -C extra-filename=-1af657bd4f47cb84 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-1af657bd4f47cb84 -L 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-03-02T21:41:25.777Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-1af657bd4f47cb84/build-script-build`
43032026-03-02T21:41:25.874Z Compiling hickory-server v0.25.2
43042026-03-02T21:41:25.879Z Running `/home/build/.rustup/toolchains/1.91.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=ee8da57ea7a2958a -C extra-filename=-f52baaa1db0f05e8 --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-032078021c49cc9d.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3c5192df54cca993.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-25596abdb0cc9824.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43052026-03-02T21:41:25.926Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
43062026-03-02T21:41:25.927Z Running `/home/build/.rustup/toolchains/1.91.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=ad170409f2f5a4e5 -C extra-filename=-24fd4d980bec32e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43072026-03-02T21:41:26.027Z Compiling flume v0.11.1
43082026-03-02T21:41:26.030Z Running `/home/build/.rustup/toolchains/1.91.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=751bd6da783735c3 -C extra-filename=-c9f7370c3bfe5e1d --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-cbbe00eeba3a9834.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-7f9e2467cfa2fa64.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43092026-03-02T21:41:26.201Z Compiling dirs-next v2.0.0
43102026-03-02T21:41:26.207Z Running `/home/build/.rustup/toolchains/1.91.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=0baf50365d0375a0 -C extra-filename=-e57fa60498b0fc65 --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-9b8d246c7e3e185e.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-057eae10086f59eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43112026-03-02T21:41:26.552Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-7ef58921e6beb9cb/build-script-build`
43122026-03-02T21:41:26.600Z Compiling sled v0.34.7
43132026-03-02T21:41:26.641Z Running `/home/build/.rustup/toolchains/1.91.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=db1b8b29adac7253 -C extra-filename=-7e71ff6c28ce4de2 --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-e665abceb2a7947a.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-70f33de5894d7952.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-8285d3a3eaf2fb65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43142026-03-02T21:41:26.686Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43152026-03-02T21:41:26.748Z Running `/home/build/.rustup/toolchains/1.91.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=58afda3c2392641c -C extra-filename=-8b19e410bd362b22 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-8b19e410bd362b22 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43162026-03-02T21:41:27.179Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
43172026-03-02T21:41:27.233Z Running `/home/build/.rustup/toolchains/1.91.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=15f8354beae6b6ed -C extra-filename=-2c2a0bff82aa6419 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5401cbae2b6b622a.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-a8fcf40a6d269175.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-24fd4d980bec32e6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43182026-03-02T21:41:27.902Z Compiling hickory-client v0.25.2
43192026-03-02T21:41:27.905Z Running `/home/build/.rustup/toolchains/1.91.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=d3c0da73e57d553c -C extra-filename=-99e5a07ed75c4017 --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-9b8d246c7e3e185e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-718412a883d32ff7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43202026-03-02T21:41:28.572Z Compiling clang-sys v1.8.1
43212026-03-02T21:41:28.575Z Running `/home/build/.rustup/toolchains/1.91.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=76423fd14588d237 -C extra-filename=-0842850093c5fa9d --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-0842850093c5fa9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43222026-03-02T21:41:29.329Z Compiling tiny-keccak v2.0.2
43232026-03-02T21:41:29.333Z Running `/home/build/.rustup/toolchains/1.91.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=821f5f5eec135ede -C extra-filename=-4034f335cc083c91 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-4034f335cc083c91 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43242026-03-02T21:41:29.808Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-4034f335cc083c91/build-script-build`
43252026-03-02T21:41:29.883Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-0842850093c5fa9d/build-script-build`
43262026-03-02T21:41:30.006Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-8b19e410bd362b22/build-script-build`
43272026-03-02T21:41:30.026Z Compiling term v0.7.0
43282026-03-02T21:41:30.030Z Running `/home/build/.rustup/toolchains/1.91.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=e8452d916653f418 -C extra-filename=-6e3db23352d37a3b --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-e57fa60498b0fc65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43292026-03-02T21:41:30.112Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-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="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=a785d00801768239 -C extra-filename=-fc496656e368ec1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:41:30.283Z Compiling salty v0.3.0
43312026-03-02T21:41:30.286Z Running `/home/build/.rustup/toolchains/1.91.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=1e127446dc33fd10 -C extra-filename=-9e660da295818b59 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-9e660da295818b59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43322026-03-02T21:41:30.327Z Compiling bit-vec v0.6.3
43332026-03-02T21:41:30.330Z Running `/home/build/.rustup/toolchains/1.91.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=92b50ef3c7f4ed6e -C extra-filename=-76c8b5f247c34eb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43342026-03-02T21:41:30.780Z Compiling bit-set v0.5.3
43352026-03-02T21:41:30.784Z Running `/home/build/.rustup/toolchains/1.91.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=61032154d08acc9b -C extra-filename=-8a3b3655da3c7c70 --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-76c8b5f247c34eb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43362026-03-02T21:41:30.835Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-9e660da295818b59/build-script-build`
43372026-03-02T21:41:30.909Z Compiling ascii-canvas v3.0.0
43382026-03-02T21:41:30.914Z Running `/home/build/.rustup/toolchains/1.91.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=f5106b88b438be4d -C extra-filename=-b353d0e13233dd6b --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-6e3db23352d37a3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43392026-03-02T21:41:31.142Z Running `/home/build/.rustup/toolchains/1.91.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=920ab2402027f49c -C extra-filename=-9a87b03db2171386 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2a3368a5e8015582.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43402026-03-02T21:41:31.324Z Running `/home/build/.rustup/toolchains/1.91.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=5c0fc3f95454199c -C extra-filename=-1e56a66f09b86a92 --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-fc496656e368ec1a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43412026-03-02T21:41:31.510Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43422026-03-02T21:41:31.515Z Running `/home/build/.rustup/toolchains/1.91.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=74659648769b50d2 -C extra-filename=-6ececbad85948a16 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-6ececbad85948a16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-9a4b5aef6bfa403c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43432026-03-02T21:41:32.270Z Compiling primeorder v0.13.6
43442026-03-02T21:41:32.275Z Running `/home/build/.rustup/toolchains/1.91.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=5f0c631f72c36dfe -C extra-filename=-5365f317db1796fe --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-0d6795d8b7b26bdb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43452026-03-02T21:41:32.768Z Compiling ena v0.14.3
43462026-03-02T21:41:32.773Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=88b9a984cd310d01 -C extra-filename=-17cb8d0f2ee754a5 --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-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43472026-03-02T21:41:32.882Z Compiling libloading v0.8.5
43482026-03-02T21:41:32.885Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46625bc0e96bfcd0 -C extra-filename=-15d2e85de1686563 --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-9b8d246c7e3e185e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43492026-03-02T21:41:32.982Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
43502026-03-02T21:41:32.996Z Running `/home/build/.rustup/toolchains/1.91.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=e4958f3024fc0737 -C extra-filename=-896a1f23ae3c95ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-97e3a84bc8a83160.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ffb3bfd2af595ea1.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-4b677909aa312597.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43512026-03-02T21:41:33.257Z Compiling bindgen v0.71.1
43522026-03-02T21:41:33.323Z Running `/home/build/.rustup/toolchains/1.91.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=1fbccc52bda8263d -C extra-filename=-7c70f33eb9497104 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-7c70f33eb9497104 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43532026-03-02T21:41:33.352Z Compiling regex-syntax v0.6.29
43542026-03-02T21:41:33.425Z Running `/home/build/.rustup/toolchains/1.91.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=2eec531764e8b853 -C extra-filename=-9b90d9f4887f139f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:41:33.542Z Running `/home/build/.rustup/toolchains/1.91.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=5444a17c776f3101 -C extra-filename=-d149e1aa5106cf80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-924a2d3382a982f2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d761d6af0de48799.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f3df2a394fb1aa2.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b98e5f5ca94fa582.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4de252fa1fde8321.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b6211ea91537da45.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
43562026-03-02T21:41:34.383Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
43572026-03-02T21:41:34.386Z Running `/home/build/.rustup/toolchains/1.91.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat"))' -C metadata=f6c3ddc69acb673c -C extra-filename=-cb3b4a5572618c58 --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-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-d37b9205f8990adb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43582026-03-02T21:41:35.692Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-7c70f33eb9497104/build-script-build`
43592026-03-02T21:41:35.765Z Running `/home/build/.rustup/toolchains/1.91.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=21b3287bcc2f8a51 -C extra-filename=-f8f02bf32a2ed5e4 --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-ed462446230ba54b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-15d2e85de1686563.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43602026-03-02T21:41:38.663Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43612026-03-02T21:41:38.666Z Running `/home/build/.rustup/toolchains/1.91.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("proptest", "test-strategy", "testing"))' -C metadata=9a7edc8a8a5a393a -C extra-filename=-3f2b9a8bbf6ad1a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43622026-03-02T21:41:40.423Z Compiling lalrpop v0.19.12
43632026-03-02T21:41:40.452Z Running `/home/build/.rustup/toolchains/1.91.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=7f2cbf1083469131 -C extra-filename=-8d8642837b286884 --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-b353d0e13233dd6b.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-8a3b3655da3c7c70.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-9f945f6037cdafb3.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-17cb8d0f2ee754a5.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-83e1061ec9d5a25a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9b90d9f4887f139f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4f5d449a98ccef6e.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-1e56a66f09b86a92.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-fc62dcc87d98955d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43642026-03-02T21:41:41.283Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
43652026-03-02T21:41:41.287Z Running `/home/build/.rustup/toolchains/1.91.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=0e806f6db246a625 -C extra-filename=-4259c1287223cc3f --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-d1c5d6ae8191d533.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-eaa8ad33da6ec5f7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43662026-03-02T21:41:45.785Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
43672026-03-02T21:41:45.789Z Running `/home/build/.rustup/toolchains/1.91.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=c7711ba2f7b52c02 -C extra-filename=-9d00542ff6da8673 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1961a89b1723ffce.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43682026-03-02T21:41:46.417Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43692026-03-02T21:41:46.422Z Running `/home/build/.rustup/toolchains/1.91.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=a6a1ca2524aa0b8c -C extra-filename=-b73aecebaf331560 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43702026-03-02T21:41:47.803Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43712026-03-02T21:41:47.806Z Running `/home/build/.rustup/toolchains/1.91.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=43abc5f8d1ba2402 -C extra-filename=-c772521d4109e792 --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-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43722026-03-02T21:41:48.900Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-6ececbad85948a16/build-script-build`
43732026-03-02T21:41:49.090Z Running `/home/build/.rustup/toolchains/1.91.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=1e7f8181c26c28a8 -C extra-filename=-c4908fdc24a0a1d4 --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-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
43742026-03-02T21:41:50.077Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43752026-03-02T21:41:50.080Z Running `/home/build/.rustup/toolchains/1.91.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=8f645eda23ecb5e3 -C extra-filename=-cb5bd6a5195e8e6c --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-bf57061796bb2ede.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43762026-03-02T21:41:50.954Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43772026-03-02T21:41:50.957Z Running `/home/build/.rustup/toolchains/1.91.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=86d010b59be3ed6c -C extra-filename=-57f2e7981a08b542 --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-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-727173de81aeb9fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43782026-03-02T21:41:51.260Z Compiling cexpr v0.6.0
43792026-03-02T21:41:51.263Z Running `/home/build/.rustup/toolchains/1.91.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=c6e4fb89ab1580f8 -C extra-filename=-f3beade94157be4a --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-5ab434a4034fc222.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43802026-03-02T21:41:52.600Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
43812026-03-02T21:41:52.603Z Running `/home/build/.rustup/toolchains/1.91.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=23240d84edd88f72 -C extra-filename=-a769e47d26f7a3f5 --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-800a14e1a8c4d7b8.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-36e8255da928bcf3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43822026-03-02T21:41:52.840Z Running `/home/build/.rustup/toolchains/1.91.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=b45b0a210d371d38 -C extra-filename=-7ce88edc96a5fa32 --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-cfaa2511914227eb.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-f3beade94157be4a.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-f8f02bf32a2ed5e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-498b3287c21cda57.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43832026-03-02T21:41:54.367Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
43842026-03-02T21:41:54.370Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=1d2dce14a79b2def -C extra-filename=-4b9b726b8c43036a --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-697abc391bbe218c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-47ae3c1d8da570d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43852026-03-02T21:41:57.510Z Running `/home/build/.rustup/toolchains/1.91.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=bdfffd61144f77d8 -C extra-filename=-25ac449aeda59018 --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-085db868a71bc273.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
43862026-03-02T21:41:59.124Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43872026-03-02T21:41:59.128Z Running `/home/build/.rustup/toolchains/1.91.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=13e0a42e6e85dbf1 -C extra-filename=-f4e16e7654c34585 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-f4e16e7654c34585 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43882026-03-02T21:41:59.600Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
43892026-03-02T21:41:59.692Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/8f5527d/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=1213c83114f77008 -C extra-filename=-e7285c9a2475bf10 --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-200593b9a7b987ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9eac900a889ea3a2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
43902026-03-02T21:41:59.901Z Compiling libxml v0.3.3
43912026-03-02T21:41:59.935Z Running `/home/build/.rustup/toolchains/1.91.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=09d30927c19cc7a9 -C extra-filename=-cab22fc5720b2e2a --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-cab22fc5720b2e2a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43922026-03-02T21:42:00.539Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-cab22fc5720b2e2a/build-script-build`
43932026-03-02T21:42:00.546Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-f4e16e7654c34585/build-script-build`
43942026-03-02T21:42:00.617Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
43952026-03-02T21:42:00.621Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=1f86b75070157b61 -C extra-filename=-2545408d4b0c37a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-4b9b726b8c43036a.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
43962026-03-02T21:42:00.944Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43972026-03-02T21:42:00.947Z Running `/home/build/.rustup/toolchains/1.91.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=89cd52b11a7eddfc -C extra-filename=-ae4e0d942d5c22b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-5efe3dfa5eb0e31c.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
43982026-03-02T21:42:01.260Z Compiling p384 v0.13.1
43992026-03-02T21:42:01.317Z Running `/home/build/.rustup/toolchains/1.91.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=5a4a6e859492a1e9 -C extra-filename=-3aa86acb72ff7146 --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-8dd14f65ad0dd7aa.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-5365f317db1796fe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44002026-03-02T21:42:02.697Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=6b6eb5263b560c8d -C extra-filename=-a8ee827b60d2ec02 --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-697abc391bbe218c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44012026-03-02T21:42:04.211Z Compiling strum_macros v0.24.3
44022026-03-02T21:42:04.214Z Running `/home/build/.rustup/toolchains/1.91.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=4948738469ba8bb4 -C extra-filename=-c39126824de58e00 --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-dabc04b0d25f1f86.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44032026-03-02T21:42:07.009Z Compiling indoc v1.0.9
44042026-03-02T21:42:07.011Z Running `/home/build/.rustup/toolchains/1.91.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=17089733784caa14 -C extra-filename=-1dcfb7a1f5c81eff --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`
44052026-03-02T21:42:07.734Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=51e2960a8ca0348e -C extra-filename=-658c69d464be210f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a8ee827b60d2ec02.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44062026-03-02T21:42:08.039Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
44072026-03-02T21:42:08.044Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=6f4f88014f0358c6 -C extra-filename=-0c930d9ddd0ce9b9 --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-2ba024f210d1f019.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2545408d4b0c37a1.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-4b9b726b8c43036a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44082026-03-02T21:42:09.188Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44092026-03-02T21:42:09.195Z Running `/home/build/.rustup/toolchains/1.91.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=a2c1c2190d1076fe -C extra-filename=-61bda476ada0e862 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1961a89b1723ffce.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-9d00542ff6da8673.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
44102026-03-02T21:42:11.282Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44112026-03-02T21:42:11.285Z Running `/home/build/.rustup/toolchains/1.91.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=bcd7ca2ce4d82fdd -C extra-filename=-9372e29c8828aa7c --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-e7285c9a2475bf10.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
44122026-03-02T21:42:12.329Z Running `/home/build/.rustup/toolchains/1.91.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=9d9538bc1ec5707f -C extra-filename=-96f20180a98fd8ea --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-b9bf1208c93b2e2e.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`
44132026-03-02T21:42:14.876Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44142026-03-02T21:42:14.885Z Running `/home/build/.rustup/toolchains/1.91.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=f5b9381b49ffcd0c -C extra-filename=-a45c150244c6c104 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-a45c150244c6c104 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44152026-03-02T21:42:15.341Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
44162026-03-02T21:42:15.344Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=40c0619f5025a9f1 -C extra-filename=-9d10f8f15afb392a --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-2ba024f210d1f019.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44172026-03-02T21:42:16.027Z Compiling impl-trait-for-tuples v0.2.2
44182026-03-02T21:42:16.030Z Running `/home/build/.rustup/toolchains/1.91.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.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=518a47ab2f29e55e -C extra-filename=-8121f586b0adc89f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44192026-03-02T21:42:16.290Z Compiling oso-derive v0.27.3
44202026-03-02T21:42:16.293Z Running `/home/build/.rustup/toolchains/1.91.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=c0d5fb47700a6730 -C extra-filename=-d0cf475e713d837f --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-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44212026-03-02T21:42:16.561Z Compiling quick-xml v0.37.2
44222026-03-02T21:42:16.564Z Running `/home/build/.rustup/toolchains/1.91.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=c7760d7977c65c51 -C extra-filename=-d55603c4ed41414e --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-afea2278d9bc496e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44232026-03-02T21:42:16.666Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
44242026-03-02T21:42:16.723Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/f41bd73/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=8337bee36724eb97 -C extra-filename=-80273ef3c39a97f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-9d10f8f15afb392a.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-658c69d464be210f.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-0c930d9ddd0ce9b9.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-a8ee827b60d2ec02.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44252026-03-02T21:42:17.139Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-a45c150244c6c104/build-script-build`
44262026-03-02T21:42:17.211Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
44272026-03-02T21:42:17.214Z Running `/home/build/.rustup/toolchains/1.91.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=fed954905acb2299 -C extra-filename=-332dbbb9f5d1fcac --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-3066b3ace58dda21.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
44282026-03-02T21:42:17.451Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
44292026-03-02T21:42:17.520Z Running `/home/build/.rustup/toolchains/1.91.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=69899dff3ae3dcb6 -C extra-filename=-2331e216153839e6 --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-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-727173de81aeb9fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44302026-03-02T21:42:19.245Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
44312026-03-02T21:42:19.248Z Running `/home/build/.rustup/toolchains/1.91.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=dc82bc705c9d5099 -C extra-filename=-dfec26dbdee87fd1 --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-2ba024f210d1f019.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44322026-03-02T21:42:19.851Z Compiling fs-err v2.11.0
44332026-03-02T21:42:19.854Z Running `/home/build/.rustup/toolchains/1.91.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=12aaf973a1c0cfeb -C extra-filename=-10a3b8a5806afcf6 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-10a3b8a5806afcf6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-f43eaeead31529f5.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44342026-03-02T21:42:20.117Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
44352026-03-02T21:42:20.120Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/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=8c55b0bbc1f74d58 -C extra-filename=-27fc92e7af45492b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b7b87f17a490f361.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44362026-03-02T21:42:20.334Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-10a3b8a5806afcf6/build-script-build`
44372026-03-02T21:42:20.467Z Compiling predicates-tree v1.0.12
44382026-03-02T21:42:20.471Z Running `/home/build/.rustup/toolchains/1.91.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.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())' -C metadata=a008c99682734c41 -C extra-filename=-f4fffa2b740d3c01 --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-8c84b218df4123f2.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44392026-03-02T21:42:20.556Z Compiling trait-variant v0.1.2
44402026-03-02T21:42:20.559Z Running `/home/build/.rustup/toolchains/1.91.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=47c9f0f9e8ad2321 -C extra-filename=-84d3cab37b923e96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44412026-03-02T21:42:21.007Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
44422026-03-02T21:42:21.011Z Running `/home/build/.rustup/toolchains/1.91.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=35fbfb4091730bca -C extra-filename=-ad3257d96a789248 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-ad3257d96a789248 -L 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-03-02T21:42:21.518Z Compiling assert_matches v1.5.0
44442026-03-02T21:42:21.521Z Running `/home/build/.rustup/toolchains/1.91.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=b761bc3e1d2bc3f0 -C extra-filename=-f5a2a231840931bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-03-02T21:42:21.700Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ad3257d96a789248/build-script-build`
44462026-03-02T21:42:21.773Z Running `/home/build/.rustup/toolchains/1.91.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=b6cd9acd8168345c -C extra-filename=-ace1d512f35c2019 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
44472026-03-02T21:42:22.016Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
44482026-03-02T21:42:22.019Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scim2_rs --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/c78005d/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ae247bc27978cef -C extra-filename=-d7152758803484e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-84d3cab37b923e96.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3c888ab9a6f3140.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
44492026-03-02T21:42:22.412Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
44502026-03-02T21:42:22.415Z Running `/home/build/.rustup/toolchains/1.91.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=9e7f2c526fb9e8d1 -C extra-filename=-45f77a910e2b31b4 --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-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
44512026-03-02T21:42:23.215Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
44522026-03-02T21:42:23.270Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/3799229/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=ca77dc926fcf1b65 -C extra-filename=-d587728779ad7edc --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-032078021c49cc9d.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-27fc92e7af45492b.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-9f7b75d80455c3c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9eac900a889ea3a2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b8e5c6dfd1bc9268.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
44532026-03-02T21:42:23.995Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
44542026-03-02T21:42:24.000Z Running `/home/build/.rustup/toolchains/1.91.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=311bda366f3c57c0 -C extra-filename=-c0463813bdf8a7bf --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-268aa15817046b32.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-4bdfb0773a38da67.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-626a1df1e4ebb7ba.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-0f8a75a4043b64a1.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-eba69c05113e7116.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-0ed6821c39c40c02.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-912e42802e330089.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-165ffaa6e2cdf6e1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-5fc24b5c46adbd72.rmeta --cap-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-1a535b08d52ade11/out/lib`
44552026-03-02T21:42:24.961Z Compiling diesel-dtrace v0.4.2
44562026-03-02T21:42:24.964Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.4.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())' -C metadata=f11f6f6a51353827 -C extra-filename=-918367d21c233041 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-918367d21c233041 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44572026-03-02T21:42:25.461Z Compiling parse-size v1.1.0
44582026-03-02T21:42:25.567Z Running `/home/build/.rustup/toolchains/1.91.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=c08200c5d9582192 -C extra-filename=-416929974ba1197e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44592026-03-02T21:42:25.800Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
44602026-03-02T21:42:25.803Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e38eef3e2654884d -C extra-filename=-1c44f558291a3c28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9e4f406f25730262.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-ace1d512f35c2019.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c0463813bdf8a7bf.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-416929974ba1197e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-973a32440ace5723.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44612026-03-02T21:42:26.079Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-918367d21c233041/build-script-build`
44622026-03-02T21:42:26.150Z Running `/home/build/.rustup/toolchains/1.91.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=9afaa8a0708a3aaa -C extra-filename=-12a0a3b3ddad9ed8 --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-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.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/`
44632026-03-02T21:42:26.589Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
44642026-03-02T21:42:26.592Z Running `/home/build/.rustup/toolchains/1.91.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=d30774b454d55463 -C extra-filename=-e5abbda4bfb43c77 --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-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a769e47d26f7a3f5.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c4908fdc24a0a1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44652026-03-02T21:42:27.730Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44662026-03-02T21:42:27.733Z Running `/home/build/.rustup/toolchains/1.91.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=bbf86d2754872398 -C extra-filename=-1af889aa4bb9bd8e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-1af889aa4bb9bd8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44672026-03-02T21:42:27.778Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44682026-03-02T21:42:27.781Z Running `/home/build/.rustup/toolchains/1.91.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=59894547ee3225cc -C extra-filename=-615c9ee38861d0f4 --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-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
44692026-03-02T21:42:28.202Z Compiling mime_guess v2.0.5
44702026-03-02T21:42:28.250Z Running `/home/build/.rustup/toolchains/1.91.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=05814f07a505f314 -C extra-filename=-48f63e1a35e2f660 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-48f63e1a35e2f660 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3c888ab9a6f3140.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44712026-03-02T21:42:29.274Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44722026-03-02T21:42:29.277Z Running `/home/build/.rustup/toolchains/1.91.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=15ad493e6de729e0 -C extra-filename=-2b7220fa855174a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
44732026-03-02T21:42:29.543Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44742026-03-02T21:42:29.593Z Running `/home/build/.rustup/toolchains/1.91.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=cb2aa069aa77dfc3 -C extra-filename=-65d8f272880276e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e1d4835446809bca.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3a9626380e27db34.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-600a7ecfeea261be.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
44752026-03-02T21:42:34.069Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44762026-03-02T21:42:34.073Z Running `/home/build/.rustup/toolchains/1.91.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=63a1604e028089a1 -C extra-filename=-8b7456358a0b930c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-6cd7c06605e6956f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
44772026-03-02T21:42:34.619Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
44782026-03-02T21:42:34.623Z Running `/home/build/.rustup/toolchains/1.91.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=56794fc01cbad849 -C extra-filename=-c60e930db56aeaa9 --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-b476cbab3ebc9700.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
44792026-03-02T21:42:35.961Z Compiling bb8 v0.8.5
44802026-03-02T21:42:35.965Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-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="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=9b31a9ebee266702 -C extra-filename=-facc5800dae9e721 --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-032078021c49cc9d.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4d4c09c5872212f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44812026-03-02T21:42:36.585Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
44822026-03-02T21:42:36.589Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/d2b68e4/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=f71b792d57d01f31 -C extra-filename=-558fccd08cbe132e --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-558fccd08cbe132e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44832026-03-02T21:42:37.131Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
44842026-03-02T21:42:37.134Z Running `/home/build/.rustup/toolchains/1.91.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=ed88787bfaeda074 -C extra-filename=-ea4d1ca760360e17 --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-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44852026-03-02T21:42:37.878Z Compiling http-range v0.1.5
44862026-03-02T21:42:37.882Z Running `/home/build/.rustup/toolchains/1.91.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=cc660a44e953f2da -C extra-filename=-14bd4db4fee80a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44872026-03-02T21:42:38.299Z Compiling corncobs v0.1.4
44882026-03-02T21:42:38.357Z Running `/home/build/.rustup/toolchains/1.91.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=bf6bb5ee86bc98a1 -C extra-filename=-5fbe3b841b3658e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44892026-03-02T21:42:38.708Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
44902026-03-02T21:42:38.712Z Running `/home/build/.rustup/toolchains/1.91.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=9a0da6002f4a26bc -C extra-filename=-98eb5c56f3b2e618 --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-7fcf3363fa4d8b33.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-5fbe3b841b3658e5.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-ea4d1ca760360e17.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-e8c87b49f3659da0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44912026-03-02T21:42:39.634Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
44922026-03-02T21:42:39.638Z Running `/home/build/.rustup/toolchains/1.91.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=1565087c96dd500b -C extra-filename=-485a0f70a85a4602 --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-b476cbab3ebc9700.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
44932026-03-02T21:42:39.921Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-558fccd08cbe132e/build-script-build`
44942026-03-02T21:42:39.997Z Compiling async-bb8-diesel v0.2.1
44952026-03-02T21:42:40.001Z Running `/home/build/.rustup/toolchains/1.91.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=c73bade66e401595 -C extra-filename=-f7c163f840a5b74c --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-032078021c49cc9d.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-facc5800dae9e721.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
44962026-03-02T21:42:40.532Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-48f63e1a35e2f660/build-script-build`
44972026-03-02T21:42:40.615Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44982026-03-02T21:42:40.618Z Running `/home/build/.rustup/toolchains/1.91.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=219da26f9be0bb13 -C extra-filename=-9ad9e08f9914614b --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-b476cbab3ebc9700.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
44992026-03-02T21:42:40.830Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-1af889aa4bb9bd8e/build-script-build`
45002026-03-02T21:42:40.909Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
45012026-03-02T21:42:40.913Z Running `/home/build/.rustup/toolchains/1.91.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=72f4ce93670472a4 -C extra-filename=-0e573feef28a483d --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-e5abbda4bfb43c77.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-12a0a3b3ddad9ed8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-3aa86acb72ff7146.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a769e47d26f7a3f5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45022026-03-02T21:42:43.213Z Running `/home/build/.rustup/toolchains/1.91.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.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())' -C metadata=77f187ea145629ea -C extra-filename=-ca394a332366b42f --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-085db868a71bc273.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
45032026-03-02T21:42:43.623Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45042026-03-02T21:42:43.677Z Running `/home/build/.rustup/toolchains/1.91.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=9c527274ff19992a -C extra-filename=-027f05b17c607570 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-027f05b17c607570 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45052026-03-02T21:42:43.794Z Compiling ignore v0.4.23
45062026-03-02T21:42:43.802Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.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("simd-accel"))' -C metadata=c2c3807a80403a03 -C extra-filename=-f18d010b60b6a175 --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-0df2ccc27fbb5693.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-111337fafcee58ff.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4387b5d2d51d9453.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-12066769263d7baf.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45072026-03-02T21:42:44.081Z Compiling signal-hook-tokio v0.3.1
45082026-03-02T21:42:44.084Z Running `/home/build/.rustup/toolchains/1.91.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=81c6e2d998d362fb -C extra-filename=-aebcb169fd932054 --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-cbbe00eeba3a9834.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092026-03-02T21:42:44.380Z Compiling secrecy v0.8.0
45102026-03-02T21:42:44.383Z Running `/home/build/.rustup/toolchains/1.91.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=5031eeb088d41782 -C extra-filename=-22f382cd9cde1c97 --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-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45112026-03-02T21:42:44.712Z Compiling atty v0.2.14
45122026-03-02T21:42:44.716Z Running `/home/build/.rustup/toolchains/1.91.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=d827d56ef0bb9307 -C extra-filename=-5b7ef5b34fb666b3 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45132026-03-02T21:42:44.949Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
45142026-03-02T21:42:44.952Z Running `/home/build/.rustup/toolchains/1.91.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=c5eeceb37e99fe85 -C extra-filename=-28b76970828cd9ef --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-28b76970828cd9ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45152026-03-02T21:42:45.452Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-28b76970828cd9ef/build-script-build`
45162026-03-02T21:42:45.523Z Compiling globwalk v0.9.1
45172026-03-02T21:42:45.584Z Running `/home/build/.rustup/toolchains/1.91.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=29702f12298febbd -C extra-filename=-5c5d56005008371b --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-cfaa2511914227eb.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-f18d010b60b6a175.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45182026-03-02T21:42:46.112Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/d2b68e4/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=d6d90078500c939d -C extra-filename=-a01a2f5ce20bcf68 --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-e5abbda4bfb43c77.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-98eb5c56f3b2e618.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-0e573feef28a483d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-a947a27c8e2b2cb2.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-22f382cd9cde1c97.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-eba9b70a608bf3c3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/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/`
45192026-03-02T21:42:46.886Z Running `/home/build/.rustup/toolchains/1.91.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=2c3dc1e54b097228 -C extra-filename=-65c48aeb099de186 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-57f2e7981a08b542.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cb5bd6a5195e8e6c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6a6243008c863a1d.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-66403f0acd3fbdc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
45202026-03-02T21:42:47.693Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-027f05b17c607570/build-script-build`
45212026-03-02T21:42:47.824Z Running `/home/build/.rustup/toolchains/1.91.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=007b9d798bc166b7 -C extra-filename=-374c07d1fc5a9d37 --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-84ec3d24c8861872.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3c888ab9a6f3140.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45222026-03-02T21:42:48.199Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
45232026-03-02T21:42:48.203Z Running `/home/build/.rustup/toolchains/1.91.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=1a902be6d63ce466 -C extra-filename=-576f6a9acee0f1fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
45242026-03-02T21:42:48.436Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
45252026-03-02T21:42:48.440Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70768eb673c6170d -C extra-filename=-3905703afc1839ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-707c2610c4a4b27d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
45262026-03-02T21:42:48.568Z Compiling nonempty v0.12.0
45272026-03-02T21:42:48.618Z Running `/home/build/.rustup/toolchains/1.91.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=e7166fa878c4c8c7 -C extra-filename=-46b553f94abe0387 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45282026-03-02T21:42:48.750Z Compiling hyper-staticfile v0.10.1
45292026-03-02T21:42:48.755Z Running `/home/build/.rustup/toolchains/1.91.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=646d27906b577960 -C extra-filename=-0eb1172f7f683fb1 --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-e5808e939444e7e7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-5c5d7e8b815e7bc7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-374c07d1fc5a9d37.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45302026-03-02T21:42:48.954Z Compiling camino-tempfile-ext v0.3.2
45312026-03-02T21:42:48.958Z Running `/home/build/.rustup/toolchains/1.91.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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=2e68f0221e27c214 -C extra-filename=-bec41af8736e717b --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-bb9d7527c73b49b9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-5c5d56005008371b.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5118ac6f015b2311.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c84b218df4123f2.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-f4fffa2b740d3c01.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45322026-03-02T21:42:49.629Z Running `/home/build/.rustup/toolchains/1.91.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=2363b60fb341d763 -C extra-filename=-f664858ab77c77e9 --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-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.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/`
45332026-03-02T21:42:49.687Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
45342026-03-02T21:42:49.690Z Running `/home/build/.rustup/toolchains/1.91.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=ed54d6da00459bf6 -C extra-filename=-b4d25865374c49b5 --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-697abc391bbe218c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45352026-03-02T21:42:49.866Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
45362026-03-02T21:42:49.918Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc8e02a/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4457b471db9b80fc -C extra-filename=-ae37bd29fd79e182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-80273ef3c39a97f1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b7b87f17a490f361.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45372026-03-02T21:42:50.055Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
45382026-03-02T21:42:50.058Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/88c6684/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=929db2164342e985 -C extra-filename=-22480a051758dfb8 --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-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a769e47d26f7a3f5.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c4908fdc24a0a1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45392026-03-02T21:42:50.101Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
45402026-03-02T21:42:50.145Z Running `/home/build/.rustup/toolchains/1.91.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=bd56ca5a5e92dccd -C extra-filename=-ebb899d64b0dc5ad --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-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
45412026-03-02T21:42:50.371Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
45422026-03-02T21:42:50.374Z Running `/home/build/.rustup/toolchains/1.91.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=83d78d3623887806 -C extra-filename=-1b9a8cc411285bbe --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-d703376dd51db557.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
45432026-03-02T21:42:51.156Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45442026-03-02T21:42:51.159Z Running `/home/build/.rustup/toolchains/1.91.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=26cece8a7b999fec -C extra-filename=-941573c475de7dc4 --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-800a14e1a8c4d7b8.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-a947a27c8e2b2cb2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
45452026-03-02T21:42:52.021Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
45462026-03-02T21:42:52.024Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/88c6684/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=0eee097d7d7ba6cd -C extra-filename=-f823d5e8448f0051 --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-22480a051758dfb8.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-f664858ab77c77e9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-3aa86acb72ff7146.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a769e47d26f7a3f5.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45472026-03-02T21:42:52.070Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
45482026-03-02T21:42:52.075Z Running `/home/build/.rustup/toolchains/1.91.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=8af528b1e674ddd4 -C extra-filename=-255b1fb136368c86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-eaa8ad33da6ec5f7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-576f6a9acee0f1fe.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45492026-03-02T21:42:52.114Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
45502026-03-02T21:42:52.120Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/36f20be/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=fc95fb1861bb05f6 -C extra-filename=-53d6dfabf4dfa2ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-5b7ef5b34fb666b3.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-25862f5051364d8f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-707c2610c4a4b27d.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-2d14d0c9e73230a2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b5cad42011db554a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/usr/ssl-3/lib/amd64`
45512026-03-02T21:42:54.309Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
45522026-03-02T21:42:54.312Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc8e02a/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "tofino_asic"))' -C metadata=4374d13b352da7a1 -C extra-filename=-3d58fe056587e2e4 --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-032078021c49cc9d.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-ae37bd29fd79e182.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-9f7b75d80455c3c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9eac900a889ea3a2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b8e5c6dfd1bc9268.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45532026-03-02T21:42:54.733Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
45542026-03-02T21:42:54.819Z Running `/home/build/.rustup/toolchains/1.91.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=4e7808c49fc7e4e6 -C extra-filename=-003fa26f3dc6f3e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
45552026-03-02T21:42:56.134Z Compiling tungstenite v0.23.0
45562026-03-02T21:42:56.147Z Running `/home/build/.rustup/toolchains/1.91.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=289a8c139786f96b -C extra-filename=-5526620f1f84b9d0 --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-7979b4ba2f5cd7b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-729da03359e5c081.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5c3837f8e867c8f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45572026-03-02T21:42:58.217Z Compiling void v1.0.2
45582026-03-02T21:42:58.221Z Running `/home/build/.rustup/toolchains/1.91.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=ae2c35b9d559ea89 -C extra-filename=-ac31cc12bddf3889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45592026-03-02T21:42:58.484Z Compiling lzss v0.8.2
45602026-03-02T21:42:58.491Z Running `/home/build/.rustup/toolchains/1.91.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=eb239a9767b7fa45 -C extra-filename=-47e5e0522bae0135 --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-ac31cc12bddf3889.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45612026-03-02T21:42:58.968Z Compiling tokio-tungstenite v0.23.1
45622026-03-02T21:42:58.972Z Running `/home/build/.rustup/toolchains/1.91.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=554739689ede8f9f -C extra-filename=-8ae856682eb1cbce --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-e5808e939444e7e7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-5526620f1f84b9d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45632026-03-02T21:42:59.639Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45642026-03-02T21:42:59.643Z Running `/home/build/.rustup/toolchains/1.91.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=0b68fed035bcb3b2 -C extra-filename=-c5d5d307f2544e32 --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-3066b3ace58dda21.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bec41af8736e717b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
45652026-03-02T21:43:01.667Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
45662026-03-02T21:43:01.670Z Running `/home/build/.rustup/toolchains/1.91.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=044998a81b3c397b -C extra-filename=-a03f28c15d4c9649 --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-b476cbab3ebc9700.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45672026-03-02T21:43:04.509Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
45682026-03-02T21:43:04.604Z Running `/home/build/.rustup/toolchains/1.91.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=a036a75ebe3d6fb4 -C extra-filename=-7f9aa36ff8c22200 --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-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-39b6b2a30a528844.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45692026-03-02T21:43:05.925Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
45702026-03-02T21:43:05.977Z Running `/home/build/.rustup/toolchains/1.91.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=bc6740e621aaa64f -C extra-filename=-3b4ddd8c31bddc73 --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-7979b4ba2f5cd7b3.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c593502df8b92fb4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-165ffaa6e2cdf6e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45712026-03-02T21:43:06.353Z Compiling nix v0.27.1
45722026-03-02T21:43:06.399Z Running `/home/build/.rustup/toolchains/1.91.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=63e2d35fe9e9f678 -C extra-filename=-da60fd314a3f246b --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-cfaa2511914227eb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1c1091fa0c3be57d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45732026-03-02T21:43:07.131Z Compiling serde_bytes v0.11.19
45742026-03-02T21:43:08.138Z Running `/home/build/.rustup/toolchains/1.91.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=02cf1d93bec69ec5 -C extra-filename=-72d39d8d2f664748 --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-621676faf194ecf2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45752026-03-02T21:43:08.143Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45762026-03-02T21:43:08.143Z Running `/home/build/.rustup/toolchains/1.91.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=e1db40582b2335f9 -C extra-filename=-78e4cea284e9ca26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45772026-03-02T21:43:08.234Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
45782026-03-02T21:43:08.238Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a1bf051ad91bad8 -C extra-filename=-beeeab8b7ab46b51 --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-032078021c49cc9d.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-dc1a729313376c55.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-70f33de5894d7952.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e1d4835446809bca.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-e53dc1234c506264.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-47e5e0522bae0135.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-da60fd314a3f246b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-e8c87b49f3659da0.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-72d39d8d2f664748.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-600a7ecfeea261be.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-742c923e3785b97d.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4f5d449a98ccef6e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3b4ddd8c31bddc73.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-5fc24b5c46adbd72.rmeta --cap-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-1a535b08d52ade11/out/lib`
45792026-03-02T21:43:09.815Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45802026-03-02T21:43:09.818Z Running `/home/build/.rustup/toolchains/1.91.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=3f51f737472755ca -C extra-filename=-de3152e0cba0ebc8 --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-61bda476ada0e862.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
45812026-03-02T21:43:10.169Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
45822026-03-02T21:43:10.232Z Running `/home/build/.rustup/toolchains/1.91.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=ab05738921a944f7 -C extra-filename=-92f1fa68d1c5aabe --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-b476cbab3ebc9700.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45832026-03-02T21:43:13.339Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45842026-03-02T21:43:13.344Z Running `/home/build/.rustup/toolchains/1.91.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=5dd000a3b7a44186 -C extra-filename=-40d8e288bf104ec8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ebb899d64b0dc5ad.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-45f77a910e2b31b4.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-1b9a8cc411285bbe.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3d58fe056587e2e4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-615c9ee38861d0f4.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-dfec26dbdee87fd1.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-003fa26f3dc6f3e2.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-576f6a9acee0f1fe.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-255b1fb136368c86.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
45852026-03-02T21:43:13.969Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45862026-03-02T21:43:13.974Z Running `/home/build/.rustup/toolchains/1.91.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=5682bffce29983c0 -C extra-filename=-2607550a29149bf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7f9aa36ff8c22200.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-beeeab8b7ab46b51.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-39b6b2a30a528844.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-941573c475de7dc4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8ae856682eb1cbce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45872026-03-02T21:43:14.061Z Compiling rand_seeder v0.4.0
45882026-03-02T21:43:14.065Z Running `/home/build/.rustup/toolchains/1.91.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=5136e656f49c3659 -C extra-filename=-796cebb566595b6a --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-e1e612e7dbac87d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45892026-03-02T21:43:14.480Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
45902026-03-02T21:43:14.484Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/bin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3765f628971a1a7a -C extra-filename=-7655243c9319e73a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-988e9159243af5a7.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45912026-03-02T21:43:16.069Z Compiling is_ci v1.2.0
45922026-03-02T21:43:16.073Z Running `/home/build/.rustup/toolchains/1.91.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=b7f6ec14db474737 -C extra-filename=-16571b39efce1ebe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45932026-03-02T21:43:16.421Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
45942026-03-02T21:43:16.424Z Running `/home/build/.rustup/toolchains/1.91.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=f4280740ae1f33a5 -C extra-filename=-548f7a8e4b74cafb --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-de5d2bbf64ba9eb6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-796cebb566595b6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45952026-03-02T21:43:16.739Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
45962026-03-02T21:43:16.743Z Running `/home/build/.rustup/toolchains/1.91.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=86eda5b47259008b -C extra-filename=-9f6bcca0cd85727b --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-b476cbab3ebc9700.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
45972026-03-02T21:43:16.801Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45982026-03-02T21:43:16.804Z Running `/home/build/.rustup/toolchains/1.91.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=02881a45cc433f35 -C extra-filename=-b51cef594bf457af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-92f1fa68d1c5aabe.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-66403f0acd3fbdc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-c5d5d307f2544e32.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-548f7a8e4b74cafb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
45992026-03-02T21:43:19.121Z Compiling yansi v1.0.1
46002026-03-02T21:43:19.168Z Running `/home/build/.rustup/toolchains/1.91.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=ccaf4073820c57e1 -C extra-filename=-738ca472b4f1aa02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46012026-03-02T21:43:19.934Z Compiling pretty_assertions v1.4.1
46022026-03-02T21:43:19.938Z Running `/home/build/.rustup/toolchains/1.91.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=7858d739a4af1862 -C extra-filename=-7741d6f8a6d11042 --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-9f945f6037cdafb3.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-738ca472b4f1aa02.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46032026-03-02T21:43:20.515Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
46042026-03-02T21:43:20.518Z Running `/home/build/.rustup/toolchains/1.91.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=d54b91a2097bdf16 -C extra-filename=-040109975d74caf3 --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-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-04fc1bcdffe6c19d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
46052026-03-02T21:43:22.402Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46062026-03-02T21:43:22.405Z Running `/home/build/.rustup/toolchains/1.91.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=6554161c0261bb89 -C extra-filename=-0d09e87260f90c97 --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-3066b3ace58dda21.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-2607550a29149bf9.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
46072026-03-02T21:43:23.790Z Compiling typeid v1.0.3
46082026-03-02T21:43:23.795Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04f9a5391b02980b -C extra-filename=-79298ac9cf058202 --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-79298ac9cf058202 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46092026-03-02T21:43:24.505Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-79298ac9cf058202/build-script-build`
46102026-03-02T21:43:24.633Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46112026-03-02T21:43:24.636Z Running `/home/build/.rustup/toolchains/1.91.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=814efa43f8c7a4fd -C extra-filename=-b6e9ad2fcc94f226 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-de3152e0cba0ebc8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-548f7a8e4b74cafb.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
46122026-03-02T21:43:27.601Z Compiling samael v0.0.19
46132026-03-02T21:43:27.604Z Running `/home/build/.rustup/toolchains/1.91.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=b1f28fa2d6efa4c6 -C extra-filename=-a8bec4fce126add0 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-a8bec4fce126add0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-7ce88edc96a5fa32.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46142026-03-02T21:43:28.227Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
46152026-03-02T21:43:28.230Z Running `/home/build/.rustup/toolchains/1.91.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=fdb973a8d528a9a0 -C extra-filename=-26ce93b26fa1d45f --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-d61228a413094487.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46162026-03-02T21:43:28.941Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name typeid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4dcb6ad21457a8df -C extra-filename=-d4cbccb88c428dc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_const_type_id)'`
46172026-03-02T21:43:29.200Z Compiling tabled_derive v0.10.0
46182026-03-02T21:43:29.204Z Running `/home/build/.rustup/toolchains/1.91.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.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=80f9435da73a8291 -C extra-filename=-41bbab7b342ac352 --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-d61228a413094487.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-9b98afb9d771607a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46192026-03-02T21:43:29.996Z Compiling papergrid v0.14.0
46202026-03-02T21:43:29.999Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=18569dc5d262a9ed -C extra-filename=-c3e52a30c2ddbcd4 --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-33623e474bd95237.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-22553d033a4f20d3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46212026-03-02T21:43:30.294Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-a8bec4fce126add0/build-script-bindings`
46222026-03-02T21:43:32.156Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
46232026-03-02T21:43:32.159Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/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=e210650c72a505ee -C extra-filename=-2081369cd40e0710 --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-cfaa2511914227eb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46242026-03-02T21:43:32.505Z Running `/home/build/.rustup/toolchains/1.91.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=20db81c6c2d7f33b -C extra-filename=-8fb33aed29d3b1fd --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-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-40bf82a4bdaa5b30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-96f20180a98fd8ea.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-bfb240f84d962d5a.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-3002f96437acd722.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-d55603c4ed41414e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 --cfg xmlsec_dynamic --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
46252026-03-02T21:43:33.752Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
46262026-03-02T21:43:33.755Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/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=83b65380b20a9a31 -C extra-filename=-9b245365236b4065 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-9b245365236b4065 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-2ff88dd682b77008.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46272026-03-02T21:43:34.300Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-9b245365236b4065/build-script-build`
46282026-03-02T21:43:34.361Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
46292026-03-02T21:43:34.364Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/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=0bfb2c75406d1360 -C extra-filename=-7d105b0c16d883cc --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-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-2081369cd40e0710.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46302026-03-02T21:43:34.506Z Compiling tabled v0.18.0
46312026-03-02T21:43:34.510Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=1275dcc406cfe639 -C extra-filename=-fe1ccaebfd19b91e --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-c3e52a30c2ddbcd4.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-41bbab7b342ac352.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46322026-03-02T21:43:38.263Z Compiling erased-serde v0.4.6
46332026-03-02T21:43:38.267Z Running `/home/build/.rustup/toolchains/1.91.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.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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=413ca10850823961 -C extra-filename=-c3301dc6b9007bdb --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-aa0f5bd7118bc9a2.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-d4cbccb88c428dc5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46342026-03-02T21:43:39.035Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46352026-03-02T21:43:39.039Z Running `/home/build/.rustup/toolchains/1.91.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=1ddc4b21940feb0e -C extra-filename=-4b68e85bbb97db78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-040109975d74caf3.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
46362026-03-02T21:43:39.388Z Compiling castaway v0.2.3
46372026-03-02T21:43:39.391Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=2b78d58041c9c558 -C extra-filename=-a65903bb3f9183ce --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-f2a99d18b9861c4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46382026-03-02T21:43:39.654Z Compiling ordered-float v2.10.1
46392026-03-02T21:43:39.656Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-float-2.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=96ea48f2a9688549 -C extra-filename=-f127ac81b0d7a029 --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-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46402026-03-02T21:43:40.335Z Compiling indoc v2.0.6
46412026-03-02T21:43:40.339Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.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=4f1841d27e959dca -C extra-filename=-06990e652ebe396a --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`
46422026-03-02T21:43:40.846Z Compiling serde-value v0.7.0
46432026-03-02T21:43:40.849Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_value --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-value-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5924e88cb37ef31 -C extra-filename=-d21fe1d052f8e490 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ordered_float=/work/oxidecomputer/omicron/target/debug/deps/libordered_float-f127ac81b0d7a029.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46442026-03-02T21:43:41.422Z Compiling compact_str v0.8.0
46452026-03-02T21:43:41.425Z Running `/home/build/.rustup/toolchains/1.91.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=d2d80390be743cae -C extra-filename=-216cbe61b944a0a5 --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-a65903bb3f9183ce.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c7c658e705ae5e14.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d387870d74e6e1c2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46462026-03-02T21:43:41.746Z Compiling serde-untagged v0.1.7
46472026-03-02T21:43:41.749Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_untagged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.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=9ac673ad6fcff071 -C extra-filename=-a216d18be3c86d77 --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-c3301dc6b9007bdb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-d4cbccb88c428dc5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46482026-03-02T21:43:42.306Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/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=e96884ef1f1f9aec -C extra-filename=-7879e34ee94475fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9ab2d762c9a0e654.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe1ccaebfd19b91e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-7d105b0c16d883cc.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-2081369cd40e0710.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
46492026-03-02T21:43:42.848Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46502026-03-02T21:43:42.851Z Running `/home/build/.rustup/toolchains/1.91.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=c43cf90abf3eb82c -C extra-filename=-0c228f8fa41145cb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-0c228f8fa41145cb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
46512026-03-02T21:43:43.347Z Compiling unicode-truncate v1.1.0
46522026-03-02T21:43:43.352Z Running `/home/build/.rustup/toolchains/1.91.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=66f492495cdbe203 -C extra-filename=-2ff59afd3380950f --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-f0f9e563abed1aaf.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46532026-03-02T21:43:43.692Z Compiling lru v0.12.5
46542026-03-02T21:43:43.695Z Running `/home/build/.rustup/toolchains/1.91.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=cda0545ee343015c -C extra-filename=-e7e8a7c7bb9f4ca8 --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-24722ee613ffd7bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46552026-03-02T21:43:44.042Z Compiling instability v0.3.2
46562026-03-02T21:43:44.045Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.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=419d8742ce9d28f6 -C extra-filename=-904102846e5a7ed9 --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-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46572026-03-02T21:43:44.171Z Compiling cassowary v0.3.0
46582026-03-02T21:43:44.174Z Running `/home/build/.rustup/toolchains/1.91.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=d8602275a5cda281 -C extra-filename=-7ab2166777ec0c14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46592026-03-02T21:43:45.059Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-0c228f8fa41145cb/build-script-build`
46602026-03-02T21:43:45.133Z Compiling cargo-util-schemas v0.8.2
46612026-03-02T21:43:45.136Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_util_schemas --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-util-schemas-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unstable-schema"))' -C metadata=ed42f78f8cf365c1 -C extra-filename=-3a31ff2ab2ca14a7 --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-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-a216d18be3c86d77.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-d21fe1d052f8e490.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-fc62dcc87d98955d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46622026-03-02T21:43:45.290Z Compiling ratatui v0.29.0
46632026-03-02T21:43:45.293Z Running `/home/build/.rustup/toolchains/1.91.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=73ed866b22a386fa -C extra-filename=-7affd22fd6893a37 --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-cfaa2511914227eb.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-7ab2166777ec0c14.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-216cbe61b944a0a5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-bd8ba8cf7e2e74e8.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06990e652ebe396a.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-904102846e5a7ed9.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-e7e8a7c7bb9f4ca8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-469dcac1900e48e3.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-2ff59afd3380950f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46642026-03-02T21:43:45.352Z Compiling console v0.16.0
46652026-03-02T21:43:45.395Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="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=437aa6dd2cd79ef3 -C extra-filename=-5ac0cb206b02400f --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-b9bf1208c93b2e2e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46662026-03-02T21:43:46.657Z Compiling cargo-platform v0.2.0
46672026-03-02T21:43:46.660Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e00f47446fc4592d -C extra-filename=-94708f313af7af70 --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46682026-03-02T21:43:47.253Z Compiling unit-prefix v0.5.1
46692026-03-02T21:43:47.257Z Running `/home/build/.rustup/toolchains/1.91.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=31b8bce2391e8c03 -C extra-filename=-ad6e8fbefbdb6123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46702026-03-02T21:43:47.302Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46712026-03-02T21:43:47.302Z Running `/home/build/.rustup/toolchains/1.91.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=47abef2f12b6954a -C extra-filename=-392bc36385414799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
46722026-03-02T21:43:47.583Z Compiling indicatif v0.18.0
46732026-03-02T21:43:47.587Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=7401abbc9b078d52 -C extra-filename=-ed787519e83456dc --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-5ac0cb206b02400f.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-ad6e8fbefbdb6123.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46742026-03-02T21:43:48.321Z Compiling cargo_metadata v0.21.0
46752026-03-02T21:43:48.325Z Running `/home/build/.rustup/toolchains/1.91.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.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=9d48964f618d2ce8 -C extra-filename=-24eb4f060d9e8888 --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-3066b3ace58dda21.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-94708f313af7af70.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-3a31ff2ab2ca14a7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46762026-03-02T21:43:49.690Z Compiling supports-color v3.0.2
46772026-03-02T21:43:49.724Z Running `/home/build/.rustup/toolchains/1.91.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=0281607890d9599d -C extra-filename=-1142157a3ff864fb --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-16571b39efce1ebe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46782026-03-02T21:43:50.074Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
46792026-03-02T21:43:50.191Z Running `/home/build/.rustup/toolchains/1.91.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=4dcc6e5d0d267990 -C extra-filename=-7ea2bfb0535a24d3 --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-68cc4fb85bd84e40.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
46802026-03-02T21:43:51.550Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
46812026-03-02T21:43:51.556Z Running `/home/build/.rustup/toolchains/1.91.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=0e721c580a0c87d5 -C extra-filename=-24d79508742406af --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-24d79508742406af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
46822026-03-02T21:43:51.904Z Compiling concurrent-queue v2.5.0
46832026-03-02T21:43:51.908Z Running `/home/build/.rustup/toolchains/1.91.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=79f4a7b3f8f07228 -C extra-filename=-24356479c14e0016 --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-16e875d6462de814.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46842026-03-02T21:43:51.954Z Compiling parking v2.2.1
46852026-03-02T21:43:51.957Z Running `/home/build/.rustup/toolchains/1.91.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=a2d8a9267b3d8b62 -C extra-filename=-9a9319e68af556b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46862026-03-02T21:43:52.042Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-24d79508742406af/build-script-build`
46872026-03-02T21:43:52.114Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
46882026-03-02T21:43:52.117Z Running `/home/build/.rustup/toolchains/1.91.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=cec74515d5bca7ac -C extra-filename=-864c6ea68563ef89 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-864c6ea68563ef89 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
46892026-03-02T21:43:52.358Z Compiling libz-sys v1.1.20
46902026-03-02T21:43:52.361Z Running `/home/build/.rustup/toolchains/1.91.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.20/build.rs --error-format=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=642de660024fa505 -C extra-filename=-5cc614e883a05a33 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-5cc614e883a05a33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-523aa01e87ec1c69.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46912026-03-02T21:43:52.470Z Running `/home/build/.rustup/toolchains/1.91.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=39f286d3e5ef499a -C extra-filename=-4168b1f5cae4a209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7ea2bfb0535a24d3.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-68cc4fb85bd84e40.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
46922026-03-02T21:43:52.607Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-864c6ea68563ef89/build-script-build`
46932026-03-02T21:43:52.682Z Compiling event-listener v5.3.1
46942026-03-02T21:43:52.685Z Running `/home/build/.rustup/toolchains/1.91.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.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=65fb2dc041b1cdaf -C extra-filename=-3abf4e19fe31a23e --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-24356479c14e0016.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9a9319e68af556b1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46952026-03-02T21:43:53.054Z Compiling libgit2-sys v0.18.2+1.9.1
46962026-03-02T21:43:53.062Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.2+1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=25916f33515aed9c -C extra-filename=-2bbd31fa7c2ada80 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-2bbd31fa7c2ada80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-480ab039f767e1c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46972026-03-02T21:43:53.324Z Compiling hex-literal v0.4.1
46982026-03-02T21:43:53.327Z Running `/home/build/.rustup/toolchains/1.91.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=aeb09ac60e5ba1a4 -C extra-filename=-def746e7eb804baf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46992026-03-02T21:43:53.372Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-5cc614e883a05a33/build-script-build`
47002026-03-02T21:43:53.545Z Compiling shell-words v1.1.0
47012026-03-02T21:43:53.549Z Running `/home/build/.rustup/toolchains/1.91.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=548b802225571134 -C extra-filename=-376719857cb8fb32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47022026-03-02T21:43:53.665Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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=7f842539bded9a49 -C extra-filename=-487a7a74c00958cc --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-b9bf1208c93b2e2e.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`
47032026-03-02T21:43:53.858Z Compiling event-listener-strategy v0.5.2
47042026-03-02T21:43:53.925Z Running `/home/build/.rustup/toolchains/1.91.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.2/src/lib.rs --error-format=json --json=diagnostic-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=937a79287e0fe4d5 -C extra-filename=-578c2064303bc285 --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-3abf4e19fe31a23e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47052026-03-02T21:43:53.928Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47062026-03-02T21:43:53.928Z Running `/home/build/.rustup/toolchains/1.91.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=298fc9200c00a0e3 -C extra-filename=-2ff25429ab5ac918 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-2ff25429ab5ac918 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47072026-03-02T21:43:54.116Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-2bbd31fa7c2ada80/build-script-build`
47082026-03-02T21:43:54.190Z Compiling petname v2.0.2
47092026-03-02T21:43:54.193Z Running `/home/build/.rustup/toolchains/1.91.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=fd99a9bc6c4ced76 -C extra-filename=-cc4e30626e75b070 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-cc4e30626e75b070 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47102026-03-02T21:43:54.443Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-2ff25429ab5ac918/build-script-build`
47112026-03-02T21:43:54.461Z Compiling futures-lite v2.3.0
47122026-03-02T21:43:54.465Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-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="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=fbc5cc11985794ac -C extra-filename=-a983429ea19cf146 --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-9ac85dd095c3ee8c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9a9319e68af556b1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47132026-03-02T21:43:55.394Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-cc4e30626e75b070/build-script-build`
47142026-03-02T21:43:55.728Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47152026-03-02T21:43:55.732Z Running `/home/build/.rustup/toolchains/1.91.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=e9339003e76a3ac8 -C extra-filename=-a2aa1e4c34f1a65f --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-b476cbab3ebc9700.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
47162026-03-02T21:43:56.148Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47172026-03-02T21:43:56.152Z Running `/home/build/.rustup/toolchains/1.91.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=e7b33101f5feeed5 -C extra-filename=-7c4f9b402c1f799b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-7c4f9b402c1f799b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47182026-03-02T21:43:56.432Z Compiling vergen-git2 v1.0.7
47192026-03-02T21:43:56.435Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-1.0.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=fa4f0852c276368f -C extra-filename=-32685efe112e26b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-32685efe112e26b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-f2a99d18b9861c4a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47202026-03-02T21:43:56.659Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-7c4f9b402c1f799b/build-script-build`
47212026-03-02T21:43:56.735Z Running `/home/build/.rustup/toolchains/1.91.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=05e5ddc1459346e1 -C extra-filename=-d00a5a3077feb624 --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-52bf11be3f17390d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47222026-03-02T21:43:56.881Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-32685efe112e26b5/build-script-build`
47232026-03-02T21:43:56.930Z Compiling polar-core v0.27.3
47242026-03-02T21:43:56.933Z Running `/home/build/.rustup/toolchains/1.91.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=58a7bb61c180be46 -C extra-filename=-815e27ca6a48120b --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-815e27ca6a48120b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-8d8642837b286884.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47252026-03-02T21:43:56.997Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47262026-03-02T21:43:57.072Z Running `/home/build/.rustup/toolchains/1.91.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=65332403352c8fe1 -C extra-filename=-cddd686ab9ad7f45 --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-b476cbab3ebc9700.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-dfec26dbdee87fd1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
47272026-03-02T21:43:58.728Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-815e27ca6a48120b/build-script-build`
47282026-03-02T21:43:58.855Z Running `/home/build/.rustup/toolchains/1.91.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=1bd42226f65b0a04 -C extra-filename=-32ffae4a23eb5989 --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-65c48aeb099de186.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
47292026-03-02T21:44:00.450Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47302026-03-02T21:44:00.454Z Running `/home/build/.rustup/toolchains/1.91.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=d6cca3633ffc06f0 -C extra-filename=-8adfc1a37acfb39c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-8adfc1a37acfb39c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47312026-03-02T21:44:00.518Z Running `/home/build/.rustup/toolchains/1.91.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=2f6e3aac3655ca07 -C extra-filename=-a6eea0405c511687 --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-1dcfb7a1f5c81eff.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-c39126824de58e00.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47322026-03-02T21:44:00.953Z Compiling sapling-renderdag v0.1.0
47332026-03-02T21:44:00.956Z Running `/home/build/.rustup/toolchains/1.91.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=5ff770a53c405007 -C extra-filename=-552ad8c151cff9f1 --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-cfaa2511914227eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47342026-03-02T21:44:01.346Z Compiling rtoolbox v0.0.2
47352026-03-02T21:44:01.349Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rtoolbox-0.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("serde"))' -C metadata=8c738af1e0a14738 -C extra-filename=-bde02a34418048f2 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47362026-03-02T21:44:01.731Z Compiling sync-ptr v0.1.4
47372026-03-02T21:44:01.734Z Running `/home/build/.rustup/toolchains/1.91.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=65cc361236458485 -C extra-filename=-15843b8d737d66fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47382026-03-02T21:44:01.838Z Compiling rustls v0.21.12
47392026-03-02T21:44:01.886Z Running `/home/build/.rustup/toolchains/1.91.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.21.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=18b241bc61d61e8e -C extra-filename=-e06d0ec282123ef2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-e06d0ec282123ef2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47402026-03-02T21:44:01.999Z Compiling rpassword v7.4.0
47412026-03-02T21:44:02.003Z Running `/home/build/.rustup/toolchains/1.91.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=52db2e1aacfab6d7 -C extra-filename=-dbd0deda2e253d6a --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-b9bf1208c93b2e2e.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-bde02a34418048f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47422026-03-02T21:44:02.312Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e06d0ec282123ef2/build-script-build`
47432026-03-02T21:44:02.387Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-8adfc1a37acfb39c/build-script-build`
47442026-03-02T21:44:02.434Z Compiling async-lock v3.4.0
47452026-03-02T21:44:02.434Z Running `/home/build/.rustup/toolchains/1.91.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=3a67406d41578efd -C extra-filename=-9e48acc722cfd38a --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-3abf4e19fe31a23e.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-578c2064303bc285.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47462026-03-02T21:44:02.503Z Compiling tui-tree-widget v0.23.1
47472026-03-02T21:44:02.506Z Running `/home/build/.rustup/toolchains/1.91.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=e39b204e36b89267 -C extra-filename=-8f03329111091d1c --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-7affd22fd6893a37.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b90862fbe68f089a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47482026-03-02T21:44:02.933Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
47492026-03-02T21:44:02.934Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/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=c31d6aca7919d642 -C extra-filename=-a28bfe57ad9ce888 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-80273ef3c39a97f1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b7b87f17a490f361.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47502026-03-02T21:44:03.658Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47512026-03-02T21:44:03.662Z Running `/home/build/.rustup/toolchains/1.91.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=90943db7518d7b40 -C extra-filename=-32823e852f5f4a51 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-32823e852f5f4a51 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47522026-03-02T21:44:04.181Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47532026-03-02T21:44:04.184Z Running `/home/build/.rustup/toolchains/1.91.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=4497ec0b81d1b4b2 -C extra-filename=-89ecf23d3beebbc3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-89ecf23d3beebbc3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47542026-03-02T21:44:04.699Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47552026-03-02T21:44:04.703Z Running `/home/build/.rustup/toolchains/1.91.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=f5238d3bc8bd7ea9 -C extra-filename=-2f7d1c2f64225b96 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-2f7d1c2f64225b96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47562026-03-02T21:44:05.148Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47572026-03-02T21:44:05.151Z Running `/home/build/.rustup/toolchains/1.91.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=e0818ca0505cf090 -C extra-filename=-600f800c37d898fc --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-600f800c37d898fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47582026-03-02T21:44:05.627Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47592026-03-02T21:44:05.630Z Running `/home/build/.rustup/toolchains/1.91.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=1dd99ac32e7f34f3 -C extra-filename=-7f87274c14212cfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47602026-03-02T21:44:05.995Z Compiling sct v0.7.1
47612026-03-02T21:44:05.998Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2e3743a5b9dd5da -C extra-filename=-45e49e561a59c1b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f32f11b39e1363d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
47622026-03-02T21:44:06.411Z Compiling rustls-webpki v0.101.7
47632026-03-02T21:44:06.417Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=45aac5b2d35de9f5 -C extra-filename=-fae9f0de3c71a6d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f32f11b39e1363d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
47642026-03-02T21:44:07.647Z Compiling polling v3.7.3
47652026-03-02T21:44:07.652Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f3f2289cac77f59 -C extra-filename=-82ad10043d7cc05b --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-9b8d246c7e3e185e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47662026-03-02T21:44:08.086Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=e96d2aecafd92b33 -C extra-filename=-72311dc26ca75711 --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-960003e0783a03bd.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-fae9f0de3c71a6d6.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-45e49e561a59c1b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
47672026-03-02T21:44:08.387Z Compiling async-io v2.3.4
47682026-03-02T21:44:08.390Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.3.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(polling_test_poll_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc4608174478ede5 -C extra-filename=-ead1af5fbe641b5d --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-9e48acc722cfd38a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-24356479c14e0016.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-a983429ea19cf146.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9a9319e68af556b1.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-82ad10043d7cc05b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47692026-03-02T21:44:08.630Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-600f800c37d898fc/build-script-build`
47702026-03-02T21:44:08.706Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
47712026-03-02T21:44:08.710Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "tofino_asic"))' -C metadata=c87cc5b882252143 -C extra-filename=-2ece82d1c31a6850 --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-032078021c49cc9d.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-a28bfe57ad9ce888.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-9f7b75d80455c3c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9eac900a889ea3a2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-b8e5c6dfd1bc9268.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47722026-03-02T21:44:08.852Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-2f7d1c2f64225b96/build-script-build`
47732026-03-02T21:44:08.916Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-89ecf23d3beebbc3/build-script-build`
47742026-03-02T21:44:08.989Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-32823e852f5f4a51/build-script-build`
47752026-03-02T21:44:09.062Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47762026-03-02T21:44:09.065Z Running `/home/build/.rustup/toolchains/1.91.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=cb606a3b15d0ba64 -C extra-filename=-53acfe75a515a69c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-d00a5a3077feb624.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-552ad8c151cff9f1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-15843b8d737d66fd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-548f7a8e4b74cafb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
47772026-03-02T21:44:10.471Z Compiling oso v0.27.3
47782026-03-02T21:44:10.475Z Running `/home/build/.rustup/toolchains/1.91.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=c0b7cb405b2215b5 -C extra-filename=-006080970c76a089 --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-8121f586b0adc89f.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-d0cf475e713d837f.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-a6eea0405c511687.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47792026-03-02T21:44:14.828Z Running `/home/build/.rustup/toolchains/1.91.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=be8883263569276f -C extra-filename=-cad92db143e718c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-2331e216153839e6.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-32ffae4a23eb5989.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-006080970c76a089.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
47802026-03-02T21:44:15.400Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47812026-03-02T21:44:15.453Z Running `/home/build/.rustup/toolchains/1.91.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=518c2638204c9fe1 -C extra-filename=-c4c364fdcd831b03 --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-b476cbab3ebc9700.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
47822026-03-02T21:44:15.514Z Compiling polyval v0.6.2
47832026-03-02T21:44:15.517Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=033ed2030e89011b -C extra-filename=-34fd2614be96f7dd --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-9b8d246c7e3e185e.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-4b1a5e7e778fc806.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-1b3622c5985a5447.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-9850542440a3a336.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47842026-03-02T21:44:16.023Z Compiling async-task v4.7.1
47852026-03-02T21:44:16.026Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=e05a9bd7659a4455 -C extra-filename=-79658eaaaaae168e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47862026-03-02T21:44:16.581Z Compiling target-lexicon v0.13.2
47872026-03-02T21:44:16.584Z Running `/home/build/.rustup/toolchains/1.91.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.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=fa9c711768d99aee -C extra-filename=-0245b2414c56375f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-0245b2414c56375f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47882026-03-02T21:44:16.633Z Compiling ghash v0.5.1
47892026-03-02T21:44:16.636Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ghash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=c3770cf2056590d7 -C extra-filename=-4ad0f3e2dc8e81f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-1b3622c5985a5447.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-34fd2614be96f7dd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47902026-03-02T21:44:16.933Z Compiling tokio-rustls v0.24.1
47912026-03-02T21:44:16.978Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=a674ac39e00f3dce -C extra-filename=-13cbd84316f5a144 --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-72311dc26ca75711.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
47922026-03-02T21:44:17.432Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47932026-03-02T21:44:17.437Z Running `/home/build/.rustup/toolchains/1.91.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=3b84c599cb31a3a3 -C extra-filename=-f2a2b32973fb30f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f03329111091d1c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a2aa1e4c34f1a65f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
47942026-03-02T21:44:17.762Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-0245b2414c56375f/build-script-build`
47952026-03-02T21:44:17.891Z Compiling async-channel v2.3.1
47962026-03-02T21:44:17.894Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9b46ac065036499a -C extra-filename=-ce7bcd8b0b2c737b --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-24356479c14e0016.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-578c2064303bc285.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47972026-03-02T21:44:18.340Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47982026-03-02T21:44:18.343Z Running `/home/build/.rustup/toolchains/1.91.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=aeeb482b19b8fcff -C extra-filename=-d35a88ed38958201 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1961a89b1723ffce.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-9d00542ff6da8673.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
47992026-03-02T21:44:19.939Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48002026-03-02T21:44:19.943Z Running `/home/build/.rustup/toolchains/1.91.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=a9c947d3df1dfdbc -C extra-filename=-7e81a27920dd605f --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-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
48012026-03-02T21:44:23.609Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48022026-03-02T21:44:23.616Z Running `/home/build/.rustup/toolchains/1.91.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=21d8ec89de628689 -C extra-filename=-03a1f6f1601429dd --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-085db868a71bc273.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48032026-03-02T21:44:25.297Z Running `/home/build/.rustup/toolchains/1.91.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=1d7bfcbde5115a07 -C extra-filename=-38b1eb38e5321419 --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-f7c163f840a5b74c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-57f2e7981a08b542.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ca394a332366b42f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-03a1f6f1601429dd.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48042026-03-02T21:44:26.030Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
48052026-03-02T21:44:26.033Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/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=180e78e56ce9132f -C extra-filename=-4397b7251af7b222 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2ece82d1c31a6850.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
48062026-03-02T21:44:27.846Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48072026-03-02T21:44:27.849Z Running `/home/build/.rustup/toolchains/1.91.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=17e941ebddc36c78 -C extra-filename=-5d978d100434a1dc --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-d703376dd51db557.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-9d00542ff6da8673.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
48082026-03-02T21:44:27.893Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
48092026-03-02T21:44:27.896Z Running `/home/build/.rustup/toolchains/1.91.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=5e3c930472462b7e -C extra-filename=-455f4fafb1c50e3c --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-b5ed41fd57ba7c35.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
48102026-03-02T21:44:29.840Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48112026-03-02T21:44:29.843Z Running `/home/build/.rustup/toolchains/1.91.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=f0c02f7c8e98ee09 -C extra-filename=-7c18eb22b9b2c551 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-7c18eb22b9b2c551 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
48122026-03-02T21:44:30.324Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
48132026-03-02T21:44:30.328Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e279f81dc77401e -C extra-filename=-fc5571852f317beb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-707c2610c4a4b27d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
48142026-03-02T21:44:31.662Z Compiling rustls-pemfile v1.0.4
48152026-03-02T21:44:31.666Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c464c86a1cb6535 -C extra-filename=-a86c3f9949cd5da7 --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-25862f5051364d8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48162026-03-02T21:44:32.150Z Compiling twox-hash v2.1.0
48172026-03-02T21:44:32.153Z Running `/home/build/.rustup/toolchains/1.91.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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=ca671762a88bbbe0 -C extra-filename=-c6d374e473884206 --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-d5f4616655430b33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48182026-03-02T21:44:32.889Z Compiling ctr v0.9.2
48192026-03-02T21:44:32.892Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=d225b9dc20f20129 -C extra-filename=-d21a1c74042bbfe0 --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-9c904fcf61dafeed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48202026-03-02T21:44:33.064Z Compiling piper v0.2.4
48212026-03-02T21:44:33.069Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/piper-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="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=a3439d9e00fedc8e -C extra-filename=-1bbc91bf21fbc94e --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-89b3ffcbb26367e2.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9ac85dd095c3ee8c.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48222026-03-02T21:44:33.360Z Compiling guppy-workspace-hack v0.1.0
48232026-03-02T21:44:33.364Z Running `/home/build/.rustup/toolchains/1.91.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=da3d9de6e2a35116 -C extra-filename=-41d26ec4c11013c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-41d26ec4c11013c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48242026-03-02T21:44:33.517Z Compiling plotters-backend v0.3.7
48252026-03-02T21:44:33.520Z Running `/home/build/.rustup/toolchains/1.91.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=6ab23693ba0bc995 -C extra-filename=-b766032e3850b608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48262026-03-02T21:44:33.836Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-41d26ec4c11013c3/build-script-build`
48272026-03-02T21:44:33.914Z Compiling blocking v1.6.1
48282026-03-02T21:44:33.917Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=dc4ac2ae8e42f812 -C extra-filename=-7b140b2938695794 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-ce7bcd8b0b2c737b.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-79658eaaaaae168e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-a983429ea19cf146.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-1bbc91bf21fbc94e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48292026-03-02T21:44:34.115Z Compiling plotters-svg v0.3.7
48302026-03-02T21:44:34.118Z Running `/home/build/.rustup/toolchains/1.91.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=a8d7d690bd29bba1 -C extra-filename=-0802cb4b1435f2c7 --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-b766032e3850b608.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48312026-03-02T21:44:34.537Z Running `/home/build/.rustup/toolchains/1.91.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=046e624009c39b92 -C extra-filename=-2a26fe6a923eb65f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f3df2a394fb1aa2.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-57f2e7981a08b542.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ca394a332366b42f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-03a1f6f1601429dd.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-32ffae4a23eb5989.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-46b553f94abe0387.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-66403f0acd3fbdc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/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-13/lib/amd64`
48322026-03-02T21:44:34.600Z Compiling aes-gcm v0.10.3
48332026-03-02T21:44:34.641Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=56baf1035c35b86e -C extra-filename=-6f4a7251e7373ba1 --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-f860253af2321ca5.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-2673472d707878ba.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d21a1c74042bbfe0.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-4ad0f3e2dc8e81f3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48342026-03-02T21:44:35.017Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-7c18eb22b9b2c551/build-script-build`
48352026-03-02T21:44:35.069Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
48362026-03-02T21:44:35.073Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/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=52e8a7e4aa2ced99 -C extra-filename=-1436f3373bbc3644 --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-b476cbab3ebc9700.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-4397b7251af7b222.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-9eac900a889ea3a2.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d665ddf1fd1eb449.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
48372026-03-02T21:44:35.128Z Running `/home/build/.rustup/toolchains/1.91.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=5ec6586ef524581f -C extra-filename=-a0de42178c00b7c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"'`
48382026-03-02T21:44:36.033Z Compiling async-executor v1.13.1
48392026-03-02T21:44:36.037Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=cb5e860bf43e2b02 -C extra-filename=-5cdfb546baf27770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-79658eaaaaae168e.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-24356479c14e0016.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-9ac85dd095c3ee8c.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-a983429ea19cf146.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48402026-03-02T21:44:36.855Z Running `/home/build/.rustup/toolchains/1.91.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=8489a046f2132df5 -C extra-filename=-cea1abe67b6d8684 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-de3152e0cba0ebc8.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-53acfe75a515a69c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-7f87274c14212cfc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
48412026-03-02T21:44:37.547Z Compiling async-signal v0.2.10
48422026-03-02T21:44:37.550Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.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=73bea98d01ff342d -C extra-filename=-dc36d0bc73e06844 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-ead1af5fbe641b5d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e02a3f4cfec0435b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48432026-03-02T21:44:38.017Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48442026-03-02T21:44:38.021Z Running `/home/build/.rustup/toolchains/1.91.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=f115a3a69f57f85f -C extra-filename=-c55f16d54d544714 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-97e3a84bc8a83160.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
48452026-03-02T21:44:39.395Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48462026-03-02T21:44:39.398Z Running `/home/build/.rustup/toolchains/1.91.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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a00baef170bd46c5 -C extra-filename=-3d05927503e9e448 --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-2ba024f210d1f019.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
48472026-03-02T21:44:39.769Z Compiling progenitor-extras v0.1.0
48482026-03-02T21:44:39.772Z Running `/home/build/.rustup/toolchains/1.91.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.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=1dc3711509b67d5d -C extra-filename=-7300718b1cfca620 --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-f0d02969b110bfff.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
48492026-03-02T21:44:40.269Z Compiling fatfs v0.3.6
48502026-03-02T21:44:40.272Z Running `/home/build/.rustup/toolchains/1.91.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=35d20c5dbbe84c98 -C extra-filename=-1014431a745deeb0 --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-2b8f5067655268d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48512026-03-02T21:44:40.750Z Compiling ssh-encoding v0.2.0
48522026-03-02T21:44:40.753Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=e2c487e1813cb2de -C extra-filename=-27acf46864694703 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48532026-03-02T21:44:41.378Z Compiling blowfish v0.9.1
48542026-03-02T21:44:41.381Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=16eec4b39fc59092 -C extra-filename=-5f1f96ad64062078 --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-7979b4ba2f5cd7b3.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48552026-03-02T21:44:41.887Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48562026-03-02T21:44:41.890Z Running `/home/build/.rustup/toolchains/1.91.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=82f3a82f0b3decdb -C extra-filename=-745844d85b1f8543 --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-cfaa2511914227eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48572026-03-02T21:44:41.934Z Compiling event-listener v2.5.3
48582026-03-02T21:44:41.937Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.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=0042d240f29136b7 -C extra-filename=-b160f8701a7bc749 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48592026-03-02T21:44:42.417Z Compiling futures-timer v3.0.3
48602026-03-02T21:44:42.421Z Running `/home/build/.rustup/toolchains/1.91.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=2d8065d39236c4cc -C extra-filename=-634f1382b7e14c4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48612026-03-02T21:44:43.167Z Compiling seq-macro v0.3.6
48622026-03-02T21:44:43.170Z Running `/home/build/.rustup/toolchains/1.91.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=3f8dd2b67def77b6 -C extra-filename=-61845530d575cda1 --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`
48632026-03-02T21:44:44.342Z Compiling arrayref v0.3.9
48642026-03-02T21:44:44.345Z Running `/home/build/.rustup/toolchains/1.91.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=1a019e42fc70eace -C extra-filename=-e534cb499732f668 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48652026-03-02T21:44:44.531Z Compiling constant_time_eq v0.3.1
48662026-03-02T21:44:44.533Z Running `/home/build/.rustup/toolchains/1.91.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=4a95b864d69cb61a -C extra-filename=-d3fd8fab878222c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48672026-03-02T21:44:44.830Z Compiling arrayvec v0.7.6
48682026-03-02T21:44:44.834Z Running `/home/build/.rustup/toolchains/1.91.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=90f428ac8aeca19b -C extra-filename=-efe16075e63a2c7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48692026-03-02T21:44:45.325Z Compiling cast v0.3.0
48702026-03-02T21:44:45.337Z Running `/home/build/.rustup/toolchains/1.91.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=e250b69fa2edac26 -C extra-filename=-598ac4fa75a18801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48712026-03-02T21:44:45.780Z Compiling target-spec v3.5.0
48722026-03-02T21:44:45.783Z Running `/home/build/.rustup/toolchains/1.91.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.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=5351e89a606ec571 -C extra-filename=-822782f8b00e6905 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-822782f8b00e6905 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48732026-03-02T21:44:46.470Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-822782f8b00e6905/build-script-build`
48742026-03-02T21:44:46.545Z Compiling criterion-plot v0.6.0
48752026-03-02T21:44:46.549Z Running `/home/build/.rustup/toolchains/1.91.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=d68a69287c7ac1b1 -C extra-filename=-8be13f97d7e75e0b --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-598ac4fa75a18801.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48762026-03-02T21:44:47.283Z Compiling async-channel v1.9.0
48772026-03-02T21:44:47.286Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3b0ee780c848ec4 -C extra-filename=-df71af1352a9708a --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-24356479c14e0016.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-b160f8701a7bc749.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48782026-03-02T21:44:47.332Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.2+1.9.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("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=325aa67ac5313f2c -C extra-filename=-8eb02218e96bcb09 --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-b9bf1208c93b2e2e.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-487a7a74c00958cc.rmeta --cap-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-748b7de2a29e2ed3/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
48792026-03-02T21:44:47.635Z Compiling bcrypt-pbkdf v0.10.0
48802026-03-02T21:44:47.638Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=12c42a2629c37155 -C extra-filename=-84f86c028ea1cc4b --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-5f1f96ad64062078.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-310d9ff867643127.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48812026-03-02T21:44:47.691Z Compiling ssh-cipher v0.2.0
48822026-03-02T21:44:47.694Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=69f2024d4dbee66d -C extra-filename=-9eb43fc8707cbf2c --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-2673472d707878ba.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-6f4a7251e7373ba1.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f7dabc8667ad2395.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-07f375fd16e2cbe7.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d21a1c74042bbfe0.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-49411392d4536874.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-27acf46864694703.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48832026-03-02T21:44:48.045Z Compiling git2 v0.20.2
48842026-03-02T21:44:48.048Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-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 --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=7d40c04db08efb64 -C extra-filename=-4c0e2ab1009b0f19 --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-cfaa2511914227eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-8eb02218e96bcb09.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --cap-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-748b7de2a29e2ed3/out/build -L native=/usr/lib/amd64`
48852026-03-02T21:44:48.366Z Compiling async-process v2.3.0
48862026-03-02T21:44:48.432Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-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 --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b038046b162b6fc -C extra-filename=-4f80922e6973449c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-ead1af5fbe641b5d.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-dc36d0bc73e06844.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-3abf4e19fe31a23e.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-a983429ea19cf146.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48872026-03-02T21:44:49.129Z Compiling async-global-executor v2.4.1
48882026-03-02T21:44:49.133Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.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="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=bbac8192dfe86b34 -C extra-filename=-6e9b5eeb81fa9254 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-ce7bcd8b0b2c737b.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-5cdfb546baf27770.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-ead1af5fbe641b5d.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-7b140b2938695794.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-a983429ea19cf146.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48892026-03-02T21:44:49.703Z Compiling cfg-expr v0.20.1
48902026-03-02T21:44:49.706Z Running `/home/build/.rustup/toolchains/1.91.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=5a801c46ee8532a3 -C extra-filename=-4c30dfa5c1d8886b --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-ec04b22c3ab89ecb.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-a0de42178c00b7c3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48912026-03-02T21:44:49.984Z Compiling plotters v0.3.7
48922026-03-02T21:44:49.987Z Running `/home/build/.rustup/toolchains/1.91.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=e51d75a61fdf0c9c -C extra-filename=-ac0763a856b73f66 --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-e2c1fb2295e429a9.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-b766032e3850b608.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-0802cb4b1435f2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48932026-03-02T21:44:50.661Z Running `/home/build/.rustup/toolchains/1.91.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=5e455ed1a8f86b0f -C extra-filename=-b6ea5f156c78fb66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48942026-03-02T21:44:50.845Z Compiling supports-color v2.1.0
48952026-03-02T21:44:50.848Z Running `/home/build/.rustup/toolchains/1.91.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=50264930ba807cd1 -C extra-filename=-586276a53a911ae9 --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-ee9b1eeb21d16278.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-16571b39efce1ebe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48962026-03-02T21:44:51.094Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48972026-03-02T21:44:51.097Z Running `/home/build/.rustup/toolchains/1.91.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=86ea4ca891b4cbc0 -C extra-filename=-5591a1b0f96875bc --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-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
48982026-03-02T21:44:51.325Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
48992026-03-02T21:44:51.328Z Running `/home/build/.rustup/toolchains/1.91.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=2d831cafc475920b -C extra-filename=-46867b24ddf6bff7 --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-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
49002026-03-02T21:44:51.838Z Compiling textwrap v0.15.2
49012026-03-02T21:44:51.841Z Running `/home/build/.rustup/toolchains/1.91.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=3e1d8f8a712e49b5 -C extra-filename=-60f80f0d59018a04 --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-997c13e0f27c0ed3.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-617103e56f3ad8c7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49022026-03-02T21:44:52.435Z Compiling supports-hyperlinks v2.1.0
49032026-03-02T21:44:52.439Z Running `/home/build/.rustup/toolchains/1.91.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=baeb3a23871446f1 -C extra-filename=-e1bdcc0b01ae128b --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-ee9b1eeb21d16278.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49042026-03-02T21:44:52.712Z Compiling supports-unicode v2.1.0
49052026-03-02T21:44:52.716Z Running `/home/build/.rustup/toolchains/1.91.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=9167533c380f2b73 -C extra-filename=-172567a3d40f1b78 --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-ee9b1eeb21d16278.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49062026-03-02T21:44:52.811Z Compiling hashbrown v0.14.5
49072026-03-02T21:44:52.867Z Running `/home/build/.rustup/toolchains/1.91.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=a4b8a89e9f92560f -C extra-filename=-e472e98501a6a1d6 --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-4535aca8ab318c48.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-5d1b947e3c59ece1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49082026-03-02T21:44:53.067Z Compiling password-hash v0.4.2
49092026-03-02T21:44:53.070Z Running `/home/build/.rustup/toolchains/1.91.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.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=7a68fe9f46c90ffb -C extra-filename=-876336a718e2396c --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-0a4b7964ee767b1f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49102026-03-02T21:44:54.018Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_git2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=6df160914f8a6157 -C extra-filename=-c65270590e939716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-40bf82a4bdaa5b30.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-4c0e2ab1009b0f19.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-81db6a6c5c03c6fc.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-b78dadb6d4c6b95e.rmeta --cap-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-748b7de2a29e2ed3/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
49112026-03-02T21:44:54.143Z Compiling backtrace-ext v0.2.1
49122026-03-02T21:44:54.146Z Running `/home/build/.rustup/toolchains/1.91.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=de4c335f2d35bef5 -C extra-filename=-fd8deedbe330b0ef --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-6818a8c900831f26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49132026-03-02T21:44:54.541Z Compiling async-attributes v1.1.2
49142026-03-02T21:44:54.593Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-attributes-1.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=f72039ad49e0843e -C extra-filename=-f52d76b5f766dc08 --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-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49152026-03-02T21:44:55.372Z Compiling tinytemplate v1.2.1
49162026-03-02T21:44:55.427Z Running `/home/build/.rustup/toolchains/1.91.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=513155fe21f84ef3 -C extra-filename=-721860a8b7212f0f --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-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49172026-03-02T21:44:55.592Z Compiling miette-derive v5.10.0
49182026-03-02T21:44:55.596Z Running `/home/build/.rustup/toolchains/1.91.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=aaa96b4d544303a4 -C extra-filename=-d49a4cc5cdd75d91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49192026-03-02T21:44:55.662Z Compiling terminal_size v0.1.17
49202026-03-02T21:44:55.666Z Running `/home/build/.rustup/toolchains/1.91.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=150c63d1832c971e -C extra-filename=-dd3af4ed74626acf --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49212026-03-02T21:44:55.924Z Compiling kv-log-macro v1.0.7
49222026-03-02T21:44:55.928Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kv-log-macro-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=005fe777d0f286aa -C extra-filename=-8adb9f9313da67a6 --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-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49232026-03-02T21:44:56.237Z Compiling anes v0.1.6
49242026-03-02T21:44:56.281Z Running `/home/build/.rustup/toolchains/1.91.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=50f13d64bc1e955e -C extra-filename=-0dfa6578880ed8f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49252026-03-02T21:44:56.410Z Compiling oorandom v11.1.4
49262026-03-02T21:44:56.413Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oorandom-11.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=f84a98723914422f -C extra-filename=-4d5f27202b889425 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49272026-03-02T21:44:56.715Z Compiling owo-colors v3.5.0
49282026-03-02T21:44:56.718Z Running `/home/build/.rustup/toolchains/1.91.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=0ff33917ec25607d -C extra-filename=-6802278ee270aca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49292026-03-02T21:44:56.773Z Compiling criterion v0.7.0
49302026-03-02T21:44:56.777Z Running `/home/build/.rustup/toolchains/1.91.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=2bce7069d989eb26 -C extra-filename=-0815b5df15044370 --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-0dfa6578880ed8f2.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-598ac4fa75a18801.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-8be13f97d7e75e0b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-4d5f27202b889425.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-ac0763a856b73f66.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-721860a8b7212f0f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49312026-03-02T21:44:56.925Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
49322026-03-02T21:44:56.928Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc83b90993705a47 -C extra-filename=-d65b8fc0b81c0910 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-d65b8fc0b81c0910 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-81db6a6c5c03c6fc.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-c65270590e939716.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-748b7de2a29e2ed3/out/build -L native=/usr/lib/amd64`
49332026-03-02T21:44:58.565Z Compiling miette v5.10.0
49342026-03-02T21:44:58.569Z Running `/home/build/.rustup/toolchains/1.91.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=31512d58a3a96dfd -C extra-filename=-7f0453650a354821 --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-6818a8c900831f26.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-fd8deedbe330b0ef.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-ee9b1eeb21d16278.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-d49a4cc5cdd75d91.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-6802278ee270aca2.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-586276a53a911ae9.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-e1bdcc0b01ae128b.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-172567a3d40f1b78.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-dd3af4ed74626acf.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-60f80f0d59018a04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49352026-03-02T21:44:58.813Z Compiling async-std v1.13.0
49362026-03-02T21:44:58.816Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-std-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 --cfg 'feature="alloc"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=5ed9c1f83e5b42d1 -C extra-filename=-45ea76e37d0e3908 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_attributes=/work/oxidecomputer/omicron/target/debug/deps/libasync_attributes-f52d76b5f766dc08.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-df71af1352a9708a.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-6e9b5eeb81fa9254.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-ead1af5fbe641b5d.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-9e48acc722cfd38a.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-4f80922e6973449c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-a983429ea19cf146.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-8adb9f9313da67a6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-01b2cd9ff7035cd5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-12262d058be2a232.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0c38d5d793d964d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49372026-03-02T21:44:59.195Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-d65b8fc0b81c0910/build-script-build`
49382026-03-02T21:45:01.279Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3514f6bdb5decc6b -C extra-filename=-40334ae811d97fd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-5b7ef5b34fb666b3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-cec2014a805dc7f7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9ab2d762c9a0e654.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-a86c3f9949cd5da7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-13cbd84316f5a144.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-c6d374e473884206.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
49392026-03-02T21:45:01.480Z Compiling chumsky v0.9.3
49402026-03-02T21:45:01.524Z Running `/home/build/.rustup/toolchains/1.91.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=d5a9eb4c9bda718b -C extra-filename=-187059c9585a86c5 --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-e472e98501a6a1d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49412026-03-02T21:45:02.173Z Compiling pbkdf2 v0.11.0
49422026-03-02T21:45:02.176Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=2f42c32fe55535f9 -C extra-filename=-93c033a8b880028d --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-268aa15817046b32.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-876336a718e2396c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49432026-03-02T21:45:02.632Z Running `/home/build/.rustup/toolchains/1.91.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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=a9fccb0ac38cb888 -C extra-filename=-86d827da68c0ce2e --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-4c30dfa5c1d8886b.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-b6ea5f156c78fb66.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-a0de42178c00b7c3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49442026-03-02T21:45:03.597Z Compiling ssh-key v0.6.6
49452026-03-02T21:45:03.601Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.6.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="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=3eebfb26a87a454c -C extra-filename=-65df9ef3d0002d98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-84f86c028ea1cc4b.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b84d66a6dbfce3e1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1fa348f96c820973.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-552bdad18018ac43.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-9eb43fc8707cbf2c.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-27acf46864694703.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49462026-03-02T21:45:04.101Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
49472026-03-02T21:45:04.104Z Running `/home/build/.rustup/toolchains/1.91.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=4c061698c6409b1f -C extra-filename=-b01e5e0b536e8e48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-455f4fafb1c50e3c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
49482026-03-02T21:45:04.660Z Compiling p256 v0.13.2
49492026-03-02T21:45:04.664Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=e05ed82f1acb13c4 -C extra-filename=-7dbb94596106e7ae --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-8dd14f65ad0dd7aa.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-5365f317db1796fe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49502026-03-02T21:45:05.544Z Compiling p521 v0.13.3
49512026-03-02T21:45:05.547Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=9166d4f5a35943e6 -C extra-filename=-4b5fb6b05380d6f1 --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-3498298cb3287a8d.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-8dd14f65ad0dd7aa.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-5365f317db1796fe.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49522026-03-02T21:45:05.742Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49532026-03-02T21:45:05.746Z Running `/home/build/.rustup/toolchains/1.91.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=27ad2bffdcc6f421 -C extra-filename=-ec9a7f572e08003e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
49542026-03-02T21:45:07.829Z Compiling knuffel-derive v3.2.0
49552026-03-02T21:45:07.832Z Running `/home/build/.rustup/toolchains/1.91.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=3bbf46347ee654c6 -C extra-filename=-d962f192aa1adb42 --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-dabc04b0d25f1f86.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-18b1705fb20e64e2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d0ed5c423d20d405.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49562026-03-02T21:45:07.907Z Compiling pathdiff v0.2.3
49572026-03-02T21:45:07.911Z Running `/home/build/.rustup/toolchains/1.91.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=fc60b15dc7a25183 -C extra-filename=-3a93277770b5cafe --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-3066b3ace58dda21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49582026-03-02T21:45:08.009Z Compiling blake3 v1.5.4
49592026-03-02T21:45:08.012Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.5.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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=7271e16ad5145400 -C extra-filename=-fe4b462a7057fc84 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-fe4b462a7057fc84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-7d81945d2ab4a7b1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49602026-03-02T21:45:08.157Z Compiling russh-cryptovec v0.7.3
49612026-03-02T21:45:08.160Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-cryptovec-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f667dd0d0679608f -C extra-filename=-2ae8f212020c3a79 --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49622026-03-02T21:45:08.573Z Compiling nested v0.1.1
49632026-03-02T21:45:08.576Z Running `/home/build/.rustup/toolchains/1.91.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=6db99bc565106881 -C extra-filename=-4da66aac437aa7c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49642026-03-02T21:45:08.880Z Compiling md5 v0.7.0
49652026-03-02T21:45:08.883Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md5-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4d5bc2ae75b8a0dd -C extra-filename=-ba0f9adc63f1d918 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49662026-03-02T21:45:08.962Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-fe4b462a7057fc84/build-script-build`
49672026-03-02T21:45:09.522Z Compiling russh-keys v0.45.0
49682026-03-02T21:45:09.533Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-keys-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=c7639db7e18c3d26 -C extra-filename=-ad71defff6033b2b --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-2673472d707878ba.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-84f86c028ea1cc4b.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-95b33a606fc45b02.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f7dabc8667ad2395.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d21a1c74042bbfe0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-8dd14f65ad0dd7aa.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-ef6679bdb4d45792.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-f8c9a1def293a3d8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-ba0f9adc63f1d918.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7dbb94596106e7ae.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-3aa86acb72ff7146.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-4b5fb6b05380d6f1.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-93c033a8b880028d.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-3765a3dd80314c3d.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-6729333da42bb1f8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-2ae8f212020c3a79.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-1fa348f96c820973.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-27acf46864694703.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-65df9ef3d0002d98.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-9ce058c51c6e1495.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49692026-03-02T21:45:09.615Z Compiling guppy v0.17.20
49702026-03-02T21:45:09.669Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.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 --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=340edc1eef7e40f9 -C extra-filename=-d50d59e3f4d53f3f --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-4535aca8ab318c48.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-3aeb89a010009da6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-b6ea5f156c78fb66.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-4da66aac437aa7c0.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-3a93277770b5cafe.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-86d827da68c0ce2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49712026-03-02T21:45:11.829Z Compiling knuffel v3.2.0
49722026-03-02T21:45:11.832Z Running `/home/build/.rustup/toolchains/1.91.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=3da3c3dcba95d635 -C extra-filename=-b75dc29bccc16793 --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-25862f5051364d8f.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-187059c9585a86c5.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-d962f192aa1adb42.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-7f0453650a354821.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49732026-03-02T21:45:13.259Z Compiling async-object-pool v0.1.5
49742026-03-02T21:45:13.262Z Running `/home/build/.rustup/toolchains/1.91.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.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=8e3ad2d39d6218ac -C extra-filename=-eeba898cccb22655 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-45ea76e37d0e3908.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49752026-03-02T21:45:13.547Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
49762026-03-02T21:45:13.550Z Running `/home/build/.rustup/toolchains/1.91.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=867fe9c84c21f511 -C extra-filename=-9e3c60c17f4de63d --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-5591a1b0f96875bc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
49772026-03-02T21:45:13.854Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
49782026-03-02T21:45:13.857Z Running `/home/build/.rustup/toolchains/1.91.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=3004e676ff771a42 -C extra-filename=-9a4ce45dd6bb1d96 --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-3066b3ace58dda21.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
49792026-03-02T21:45:14.532Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
49802026-03-02T21:45:14.536Z Running `/home/build/.rustup/toolchains/1.91.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=c3dac51290b884ba -C extra-filename=-e86e3077144890a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-4b02dd2ad57a3dba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
49812026-03-02T21:45:16.706Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
49822026-03-02T21:45:16.719Z Running `/home/build/.rustup/toolchains/1.91.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=d50b7ba438c4648e -C extra-filename=-537d87daaf9a36b3 --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-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
49832026-03-02T21:45:16.927Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
49842026-03-02T21:45:16.937Z Running `/home/build/.rustup/toolchains/1.91.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=5488d00d56fdd390 -C extra-filename=-2c0326d9d4b62150 --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-2ba024f210d1f019.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
49852026-03-02T21:45:17.551Z Compiling num-bigint v0.4.6
49862026-03-02T21:45:17.570Z Running `/home/build/.rustup/toolchains/1.91.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="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=d2316ce1c76bad50 -C extra-filename=-db84a444f5afc285 --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-6dcbfb1e8babd6ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49872026-03-02T21:45:18.326Z Compiling des v0.8.1
49882026-03-02T21:45:18.329Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/des-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=1e88c54c9225b6a3 -C extra-filename=-ef35c0eaff98210b --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-9c904fcf61dafeed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49892026-03-02T21:45:18.456Z Compiling serde_regex v1.1.0
49902026-03-02T21:45:18.460Z Running `/home/build/.rustup/toolchains/1.91.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=fc969ea7bd461d5c -C extra-filename=-96b913510082c9e9 --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-4538fe264565b8a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49912026-03-02T21:45:18.747Z Compiling assert-json-diff v2.0.2
49922026-03-02T21:45:18.756Z Running `/home/build/.rustup/toolchains/1.91.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=206a4ff70907342c -C extra-filename=-f63847a238b183fe --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-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49932026-03-02T21:45:18.855Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49942026-03-02T21:45:18.867Z Running `/home/build/.rustup/toolchains/1.91.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=ac23cc8fd59f462b -C extra-filename=-9177e771df6e1b2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49952026-03-02T21:45:19.527Z Compiling path-tree v0.8.1
49962026-03-02T21:45:19.527Z Running `/home/build/.rustup/toolchains/1.91.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3614c4b298d7df83 -C extra-filename=-f0073f535b3c78c0 --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-ec04b22c3ab89ecb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49972026-03-02T21:45:19.640Z Compiling stringmetrics v2.2.2
49982026-03-02T21:45:19.643Z Running `/home/build/.rustup/toolchains/1.91.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=7f1e962136360db3 -C extra-filename=-9b232a4cc2cd8c05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49992026-03-02T21:45:19.882Z Compiling doc-comment v0.3.3
50002026-03-02T21:45:19.887Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/doc-comment-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("no_core", "old_macros"))' -C metadata=eb6f3027e4f58af5 -C extra-filename=-5add1f02005f2b0e --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-5add1f02005f2b0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50012026-03-02T21:45:20.007Z Compiling httpmock v0.8.0-alpha.1
50022026-03-02T21:45:20.059Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.8.0-alpha.1/src/lib.rs --error-format=json --json=diagnostic-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", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=d32f38c0f550ba7b -C extra-filename=-12362f11ae5ad8a9 --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-f63847a238b183fe.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-eeba898cccb22655.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-45ea76e37d0e3908.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-634f1382b7e14c4d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-f0073f535b3c78c0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-96b913510082c9e9.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-391aecada57f6d0c.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-9b232a4cc2cd8c05.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-c7e16a2bc3c2662b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50032026-03-02T21:45:20.130Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
50042026-03-02T21:45:20.185Z Running `/home/build/.rustup/toolchains/1.91.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=91f5463d3b9534b0 -C extra-filename=-a2cae352ac27581d --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-9177e771df6e1b2b.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-02a6caafc6a06504.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50052026-03-02T21:45:20.630Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-5add1f02005f2b0e/build-script-build`
50062026-03-02T21:45:20.895Z Compiling russh v0.45.0
50072026-03-02T21:45:20.909Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=e9d3194a774cdabd -C extra-filename=-5f8a3a9446f21a79 --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-2673472d707878ba.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-6f4a7251e7373ba1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-cfaa2511914227eb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f7dabc8667ad2395.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-07f375fd16e2cbe7.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d21a1c74042bbfe0.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a1da87ac9f71d3b4.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-ef35c0eaff98210b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-cbef46c34d9df723.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-db84a444f5afc285.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-7dbb94596106e7ae.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-3aa86acb72ff7146.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-4b5fb6b05380d6f1.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-49411392d4536874.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-6a42c010b5a060c9.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-2ae8f212020c3a79.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ad71defff6033b2b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-27acf46864694703.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-65df9ef3d0002d98.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50082026-03-02T21:45:23.185Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.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="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=4dc078a12eeadf11 -C extra-filename=-9a981949d154f19c --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-e534cb499732f668.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-efe16075e63a2c7c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d3fd8fab878222c2.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d63320512bf6945c.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-29655e6d9af68c21.rmeta --cap-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-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/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()))'`
50092026-03-02T21:45:24.397Z Compiling rstest_macros v0.25.0
50102026-03-02T21:45:24.400Z Running `/home/build/.rustup/toolchains/1.91.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=ecc36237c8f4e4ff -C extra-filename=-38451c84c5799677 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-38451c84c5799677 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-432faec17290e42d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50112026-03-02T21:45:25.100Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
50122026-03-02T21:45:25.106Z Running `/home/build/.rustup/toolchains/1.91.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=2f3e96b0f433fe03 -C extra-filename=-a0c57401d3910358 --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50132026-03-02T21:45:25.660Z Compiling escape8259 v0.5.3
50142026-03-02T21:45:25.664Z Running `/home/build/.rustup/toolchains/1.91.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=db519754f6f84999 -C extra-filename=-ae2afa0b27bbc026 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50152026-03-02T21:45:26.115Z Compiling assert_cmd v2.0.17
50162026-03-02T21:45:26.121Z Running `/home/build/.rustup/toolchains/1.91.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.0.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 --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=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' '--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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=7d715ac6d725bcb4 -C extra-filename=-f6f8289b2a178f09 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-f6f8289b2a178f09 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50172026-03-02T21:45:26.741Z Compiling internet-checksum v0.2.1
50182026-03-02T21:45:26.745Z Running `/home/build/.rustup/toolchains/1.91.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=16a714f77dd26639 -C extra-filename=-ac17f8168544be18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50192026-03-02T21:45:27.078Z Compiling target-triple v0.1.3
50202026-03-02T21:45:27.084Z Running `/home/build/.rustup/toolchains/1.91.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-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=074dbea60ef34c35 -C extra-filename=-fe335a6f78b9e585 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-fe335a6f78b9e585 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50212026-03-02T21:45:27.495Z Compiling topological-sort v0.2.2
50222026-03-02T21:45:27.540Z Running `/home/build/.rustup/toolchains/1.91.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=d1f1d51df0ea84b1 -C extra-filename=-1c766faf699c7881 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50232026-03-02T21:45:27.781Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-fe335a6f78b9e585/build-script-build`
50242026-03-02T21:45:27.830Z Compiling omicron-zone-package v0.12.2
50252026-03-02T21:45:27.833Z Running `/home/build/.rustup/toolchains/1.91.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ff28067657e1802 -C extra-filename=-40a9416e269b5973 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-9a981949d154f19c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-bbbed6175a047253.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-1c766faf699c7881.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-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-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
50262026-03-02T21:45:27.890Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-f6f8289b2a178f09/build-script-build`
50272026-03-02T21:45:27.961Z Compiling libtest-mimic v0.8.1
50282026-03-02T21:45:27.964Z Running `/home/build/.rustup/toolchains/1.91.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=ac7e3412ad75f7d6 -C extra-filename=-372fae9e5ec4239d --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-bb9d7527c73b49b9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5be4cc3a9597241e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-ae2afa0b27bbc026.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50292026-03-02T21:45:28.250Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-38451c84c5799677/build-script-build`
50302026-03-02T21:45:28.405Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/doc-comment-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("no_core", "old_macros"))' -C metadata=bb2cc5be4377b640 -C extra-filename=-0d597f77cf951862 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50312026-03-02T21:45:28.615Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50322026-03-02T21:45:28.626Z Running `/home/build/.rustup/toolchains/1.91.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=38a0b42b387ab342 -C extra-filename=-67bdf699dd6d4f04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-537d87daaf9a36b3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-941573c475de7dc4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
50332026-03-02T21:45:29.840Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
50342026-03-02T21:45:29.844Z Running `/home/build/.rustup/toolchains/1.91.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=490a73e2e7c25e96 -C extra-filename=-e034e9a220a18db1 --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-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-46867b24ddf6bff7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50352026-03-02T21:45:31.179Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
50362026-03-02T21:45:31.183Z Running `/home/build/.rustup/toolchains/1.91.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=9554f3ece1a42c4f -C extra-filename=-bf0b84efdfafe284 --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-b9bf1208c93b2e2e.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
50372026-03-02T21:45:32.441Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
50382026-03-02T21:45:32.445Z Running `/home/build/.rustup/toolchains/1.91.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=e1d8b3d80d8282e7 -C extra-filename=-6b24fbfb5a38aa86 --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-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a769e47d26f7a3f5.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-c4908fdc24a0a1d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50392026-03-02T21:45:33.675Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50402026-03-02T21:45:33.685Z Running `/home/build/.rustup/toolchains/1.91.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=899fa9d2767d90f4 -C extra-filename=-2c5d5843763127e1 --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-d1c5d6ae8191d533.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-eaa8ad33da6ec5f7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
50412026-03-02T21:45:34.427Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
50422026-03-02T21:45:34.430Z Running `/home/build/.rustup/toolchains/1.91.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=29695e0f0261a5c3 -C extra-filename=-75e6617ff7f8ca0d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-75e6617ff7f8ca0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-9a4b5aef6bfa403c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50432026-03-02T21:45:35.828Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50442026-03-02T21:45:35.832Z Running `/home/build/.rustup/toolchains/1.91.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=91da10f047cce586 -C extra-filename=-66b5f8794380a84f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-66b5f8794380a84f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50452026-03-02T21:45:36.388Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50462026-03-02T21:45:36.392Z Running `/home/build/.rustup/toolchains/1.91.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=e1d4ace4017b3d80 -C extra-filename=-aebbebe3e81678e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-aebbebe3e81678e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50472026-03-02T21:45:36.894Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
50482026-03-02T21:45:36.898Z Running `/home/build/.rustup/toolchains/1.91.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=dbf2307811b95114 -C extra-filename=-1aee24b9cb22757d --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-1aee24b9cb22757d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50492026-03-02T21:45:36.943Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50502026-03-02T21:45:36.998Z Running `/home/build/.rustup/toolchains/1.91.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=b50dab00739aa361 -C extra-filename=-04386409e70c4eb8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-04386409e70c4eb8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50512026-03-02T21:45:37.376Z Compiling proc-macro-crate v3.2.0
50522026-03-02T21:45:37.425Z Running `/home/build/.rustup/toolchains/1.91.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.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=ac831d36f7ea6d24 -C extra-filename=-1e82142d51fa0a0a --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-2fcfcb35f0bca903.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50532026-03-02T21:45:37.442Z Compiling fancy-regex v0.14.0
50542026-03-02T21:45:37.445Z Running `/home/build/.rustup/toolchains/1.91.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=19438b94fd860577 -C extra-filename=-79d61e529af13887 --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-1bbb8a7353698747.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4387b5d2d51d9453.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50552026-03-02T21:45:38.623Z Compiling relative-path v1.9.3
50562026-03-02T21:45:38.626Z Running `/home/build/.rustup/toolchains/1.91.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=b84d554bd99ca7b2 -C extra-filename=-c8f249cb25081882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50572026-03-02T21:45:38.697Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
50582026-03-02T21:45:38.700Z Running `/home/build/.rustup/toolchains/1.91.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=9195b35acb6a2f54 -C extra-filename=-4113bbe7e3c7b380 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50592026-03-02T21:45:39.137Z Compiling datatest-stable v0.3.2
50602026-03-02T21:45:39.140Z Running `/home/build/.rustup/toolchains/1.91.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-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=1766f013856aee98 -C extra-filename=-4d5835e21ae71884 --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-3066b3ace58dda21.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-79d61e529af13887.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-372fae9e5ec4239d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50612026-03-02T21:45:39.342Z Running `/home/build/.rustup/toolchains/1.91.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=4ff6b221fbd784e5 -C extra-filename=-3eee59fac3c5e383 --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-9b8d246c7e3e185e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-1e82142d51fa0a0a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-c8f249cb25081882.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-721e468481ec512c.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50622026-03-02T21:45:39.617Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-04386409e70c4eb8/build-script-build`
50632026-03-02T21:45:39.628Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-1aee24b9cb22757d/build-script-build`
50642026-03-02T21:45:39.761Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-aebbebe3e81678e3/build-script-build`
50652026-03-02T21:45:39.782Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-66b5f8794380a84f/build-script-build`
50662026-03-02T21:45:39.855Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-75e6617ff7f8ca0d/build-script-build`
50672026-03-02T21:45:39.908Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
50682026-03-02T21:45:39.914Z Running `/home/build/.rustup/toolchains/1.91.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=ee0bdc0d0840f20b -C extra-filename=-32b6961ee9991afd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-6b24fbfb5a38aa86.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e9e9e77d8ed55b69.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-b75dc29bccc16793.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-7f0453650a354821.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-a769e47d26f7a3f5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50692026-03-02T21:45:40.032Z Running `/home/build/.rustup/toolchains/1.91.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.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 --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=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' '--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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=8ea5d6c9c6192366 -C extra-filename=-f0ad0f3f88b360a1 --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-5be4cc3a9597241e.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a6e1ab1532f8efa3.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-0d597f77cf951862.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5118ac6f015b2311.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8c84b218df4123f2.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-f4fffa2b740d3c01.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-7fad237810e4574c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50702026-03-02T21:45:41.026Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-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=1825bf4b9f83dca6 -C extra-filename=-bd1dc483574ba99f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
50712026-03-02T21:45:41.228Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
50722026-03-02T21:45:41.232Z Running `/home/build/.rustup/toolchains/1.91.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=56dc838ac41d0557 -C extra-filename=-40a01120a791aa37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-45f77a910e2b31b4.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-5591a1b0f96875bc.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e86e3077144890a9.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6a6243008c863a1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9e3c60c17f4de63d.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a2aa1e4c34f1a65f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
50732026-03-02T21:45:41.293Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50742026-03-02T21:45:41.338Z Running `/home/build/.rustup/toolchains/1.91.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=4c9c0750331de1c0 -C extra-filename=-f76b81e32b6d6ca2 --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-46867b24ddf6bff7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50752026-03-02T21:45:41.534Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
50762026-03-02T21:45:41.537Z Running `/home/build/.rustup/toolchains/1.91.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=671d240a8792c391 -C extra-filename=-94339b0bfbeb3ef2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50772026-03-02T21:45:49.179Z Compiling support-bundle-viewer v0.1.2
50782026-03-02T21:45:49.196Z Running `/home/build/.rustup/toolchains/1.91.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=1f707080adaaa92f -C extra-filename=-d4cf33d309e2324d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-bd8ba8cf7e2e74e8.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rmeta --cap-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-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out`
50792026-03-02T21:45:49.612Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
50802026-03-02T21:45:49.614Z Running `/home/build/.rustup/toolchains/1.91.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=298b826fb9c5e8c6 -C extra-filename=-92521b674ade5b7e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-92521b674ade5b7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
50812026-03-02T21:45:49.849Z Compiling multimap v0.10.1
50822026-03-02T21:45:49.852Z Running `/home/build/.rustup/toolchains/1.91.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=68563bc3b7a47db0 -C extra-filename=-546f3bd0e4d7955c --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-aa0f5bd7118bc9a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50832026-03-02T21:45:50.119Z Compiling uzers v0.12.1
50842026-03-02T21:45:50.122Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uzers-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="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=65b5edabf86cb82b -C extra-filename=-933ab27ca108577d --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-b9bf1208c93b2e2e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50852026-03-02T21:45:50.267Z Compiling termcolor v1.4.1
50862026-03-02T21:45:50.270Z Running `/home/build/.rustup/toolchains/1.91.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=922bf8b5a6fefe36 -C extra-filename=-c8c10a09796449b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50872026-03-02T21:45:50.840Z Running `/home/build/.rustup/toolchains/1.91.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=bb02eed9e85d2869 -C extra-filename=-a5b8156f7b5f80cc --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-032078021c49cc9d.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
50882026-03-02T21:45:51.180Z Running `/home/build/.rustup/toolchains/1.91.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=02b75c1803b986d6 -C extra-filename=-a5c41da93642dca0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
50892026-03-02T21:45:51.394Z Running `/home/build/.rustup/toolchains/1.91.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=04b64135d80de9cb -C extra-filename=-b5dd29da7616a8ba --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-cc2e81a48217c1f6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/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-13/lib/amd64`
50902026-03-02T21:45:51.916Z Running `/home/build/.rustup/toolchains/1.91.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=e54e81ebf6b16fd7 -C extra-filename=-cac068589a646028 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5b8156f7b5f80cc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-4168b1f5cae4a209.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4b68e85bbb97db78.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
50912026-03-02T21:46:00.214Z Running `/home/build/.rustup/toolchains/1.91.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=67c19286851bc3ed -C extra-filename=-5176f163164bb79e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-92f1fa68d1c5aabe.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c4c364fdcd831b03.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-cddd686ab9ad7f45.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b5dd29da7616a8ba.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
50922026-03-02T21:46:01.819Z Running `/home/build/.rustup/toolchains/1.91.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=8d989dc3627af4e0 -C extra-filename=-d8c143cef95b29ee --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-b476cbab3ebc9700.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
50932026-03-02T21:46:05.015Z Running `/home/build/.rustup/toolchains/1.91.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=63ca65d37cfe3055 -C extra-filename=-83acf82480682dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/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-13/lib/amd64`
50942026-03-02T21:46:12.437Z Running `/home/build/.rustup/toolchains/1.91.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=0c4498f0b8740a67 -C extra-filename=-820a13068d34fe63 --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-b476cbab3ebc9700.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/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-13/lib/amd64`
50952026-03-02T21:46:14.604Z Running `/home/build/.rustup/toolchains/1.91.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=70f292ec885c6057 -C extra-filename=-069336ccb4d70d63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-92f1fa68d1c5aabe.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c4c364fdcd831b03.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-40334ae811d97fd5.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1014431a745deeb0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-1436f3373bbc3644.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-3d05927503e9e448.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cb5bd6a5195e8e6c.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d35a88ed38958201.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7e81a27920dd605f.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5d978d100434a1dc.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-820a13068d34fe63.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-cddd686ab9ad7f45.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b5dd29da7616a8ba.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5176f163164bb79e.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a5c41da93642dca0.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-83acf82480682dd0.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d8c143cef95b29ee.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5b8156f7b5f80cc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-9d00542ff6da8673.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-66403f0acd3fbdc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-a8fcf40a6d269175.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7300718b1cfca620.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-745844d85b1f8543.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c32f8d9b0fab7f01.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/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-13/lib/amd64`
50962026-03-02T21:46:16.390Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
50972026-03-02T21:46:16.395Z Running `/home/build/.rustup/toolchains/1.91.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=1830b53a20ff6f49 -C extra-filename=-5f7203b76bff083b --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-5be4cc3a9597241e.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-a2cae352ac27581d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0c57401d3910358.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ec9a7f572e08003e.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-5f8a3a9446f21a79.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ad71defff6033b2b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50982026-03-02T21:46:18.052Z Compiling trybuild v1.0.106
50992026-03-02T21:46:18.055Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=65a9056944e1f5d1 -C extra-filename=-ac7704af1c7a2f99 --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-ed462446230ba54b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-3449d84aa852d347.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-bd1dc483574ba99f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-c8c10a09796449b6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f9eb69c1c26ec2c3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51002026-03-02T21:46:19.272Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-92521b674ade5b7e/build-script-build`
51012026-03-02T21:46:19.349Z Compiling rstest v0.25.0
51022026-03-02T21:46:19.349Z Running `/home/build/.rustup/toolchains/1.91.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=59e7e5d505d76e3e -C extra-filename=-df2d15648f246e38 --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-634f1382b7e14c4d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-3eee59fac3c5e383.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51032026-03-02T21:46:19.700Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
51042026-03-02T21:46:19.703Z Running `/home/build/.rustup/toolchains/1.91.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=4a1528d73947730c -C extra-filename=-35f8d93731940af7 --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-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-1dea235448aeae48.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-b75dc29bccc16793.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-7f0453650a354821.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-3aa86acb72ff7146.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-552bdad18018ac43.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51052026-03-02T21:46:19.850Z Compiling blake2b_simd v1.0.2
51062026-03-02T21:46:19.853Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2b_simd-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 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=a310ec39db5d729a -C extra-filename=-49860177d903ee51 --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-e534cb499732f668.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-efe16075e63a2c7c.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d3fd8fab878222c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51072026-03-02T21:46:23.375Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51082026-03-02T21:46:23.378Z Running `/home/build/.rustup/toolchains/1.91.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=154f3a8f7aea3722 -C extra-filename=-d0d1ef5028b6a3b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f2a2b32973fb30f9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
51092026-03-02T21:46:23.549Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
51102026-03-02T21:46:23.599Z Running `/home/build/.rustup/toolchains/1.91.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=0e00e1ff7932764c -C extra-filename=-72198d36757fb143 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-72198d36757fb143 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51112026-03-02T21:46:24.010Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
51122026-03-02T21:46:24.013Z Running `/home/build/.rustup/toolchains/1.91.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=ae3ffcedeea7c2bf -C extra-filename=-a3150e6bf445df32 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-a3150e6bf445df32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0f40d4371e309ef3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51132026-03-02T21:46:24.496Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
51142026-03-02T21:46:24.534Z Running `/home/build/.rustup/toolchains/1.91.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=1d9303396aa68649 -C extra-filename=-66c50a46d9ffe39a --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-2ba024f210d1f019.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51152026-03-02T21:46:24.570Z Compiling partial-io v0.5.4
51162026-03-02T21:46:24.579Z Running `/home/build/.rustup/toolchains/1.91.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=b1d31e1087137059 -C extra-filename=-c0a7b5d785367821 --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-cc2e81a48217c1f6.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-82efa74ef81f7443.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51172026-03-02T21:46:25.095Z Compiling httptest v0.16.3
51182026-03-02T21:46:25.154Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47c7889759bd07dc -C extra-filename=-bd874581c32d71c8 --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-a6e1ab1532f8efa3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-cb4b144e64c7585e.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51192026-03-02T21:46:25.408Z Compiling drift v0.1.3
51202026-03-02T21:46:25.421Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name drift --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drift-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c53063611a62a9b -C extra-filename=-3c072ad93238661a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51212026-03-02T21:46:25.484Z Compiling rand_distr v0.5.1
51222026-03-02T21:46:25.497Z Running `/home/build/.rustup/toolchains/1.91.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=cd2f3275cd5bb489 -C extra-filename=-d1784829bdbec9f1 --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-e2c1fb2295e429a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51232026-03-02T21:46:26.773Z Compiling approx v0.5.1
51242026-03-02T21:46:26.777Z Running `/home/build/.rustup/toolchains/1.91.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=df841aca0c109262 -C extra-filename=-ffed923fbd0f186b --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-e2c1fb2295e429a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51252026-03-02T21:46:27.103Z Compiling dropshot-api-manager v0.5.2
51262026-03-02T21:46:27.107Z Running `/home/build/.rustup/toolchains/1.91.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cfad221286392d53 -C extra-filename=-f094de04a6a8714e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-3c072ad93238661a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-d6eb0115033e510a.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-ca5f45f8a2724c70.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-391aecada57f6d0c.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out`
51272026-03-02T21:46:30.103Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-a3150e6bf445df32/build-script-build`
51282026-03-02T21:46:30.199Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
51292026-03-02T21:46:30.207Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls_test_utils --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/d2b68e4/tls/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05f51453775f81b1 -C extra-filename=-281cc853bf2ef030 --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-3066b3ace58dda21.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-35f8d93731940af7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51302026-03-02T21:46:30.829Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-72198d36757fb143/build-script-build`
51312026-03-02T21:46:30.900Z Compiling rust-argon2 v2.1.0
51322026-03-02T21:46:30.903Z Running `/home/build/.rustup/toolchains/1.91.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=2e3d8600b8c870b2 -C extra-filename=-be6e958c7a2fb8aa --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-25862f5051364d8f.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-49860177d903ee51.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d3fd8fab878222c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51332026-03-02T21:46:31.759Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51342026-03-02T21:46:31.762Z Running `/home/build/.rustup/toolchains/1.91.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=ac98e871ea962862 -C extra-filename=-21994d3c58c0b9b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
51352026-03-02T21:46:32.609Z Running `/home/build/.rustup/toolchains/1.91.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=88ae228fc7458061 -C extra-filename=-4f1eed6c8f2f7139 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-e034e9a220a18db1.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-f76b81e32b6d6ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51362026-03-02T21:46:32.904Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
51372026-03-02T21:46:32.904Z Running `/home/build/.rustup/toolchains/1.91.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=3b4b84c6f18cb9ac -C extra-filename=-a5096caa5f23b57a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-40a9416e269b5973.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/usr/ssl-3/lib/amd64`
51382026-03-02T21:46:33.423Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
51392026-03-02T21:46:33.429Z Running `/home/build/.rustup/toolchains/1.91.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=55964e2f7e791ce6 -C extra-filename=-424c4a7ad4073533 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51402026-03-02T21:46:34.062Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
51412026-03-02T21:46:34.066Z Running `/home/build/.rustup/toolchains/1.91.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=2483bee87c3bb4ea -C extra-filename=-15b35d564345eb9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51422026-03-02T21:46:34.233Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
51432026-03-02T21:46:34.236Z Running `/home/build/.rustup/toolchains/1.91.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=e6b0281a0baa85f3 -C extra-filename=-a68a9545fa137e2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51442026-03-02T21:46:34.378Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
51452026-03-02T21:46:34.381Z Running `/home/build/.rustup/toolchains/1.91.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=0fcd44cffc87b436 -C extra-filename=-b6071cc278a37da6 --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-800a14e1a8c4d7b8.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-36e8255da928bcf3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51462026-03-02T21:46:35.682Z Compiling cargo_toml v0.21.0
51472026-03-02T21:46:35.685Z Running `/home/build/.rustup/toolchains/1.91.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=6e453d9ab05cff37 -C extra-filename=-59f653608e399bfd --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-aa0f5bd7118bc9a2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51482026-03-02T21:46:38.407Z Compiling termios v0.3.3
51492026-03-02T21:46:38.410Z Running `/home/build/.rustup/toolchains/1.91.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=671f7397e5b9704e -C extra-filename=-3ed3057121073a4a --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-b9bf1208c93b2e2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51502026-03-02T21:46:38.766Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
51512026-03-02T21:46:38.770Z Running `/home/build/.rustup/toolchains/1.91.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=712fe8d610fb716a -C extra-filename=-7a58dffe0c62ffa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-3ed3057121073a4a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8ae856682eb1cbce.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51522026-03-02T21:46:39.176Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51532026-03-02T21:46:39.179Z Running `/home/build/.rustup/toolchains/1.91.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=5ba15c4cb23c535e -C extra-filename=-232d18befbf7d655 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-424c4a7ad4073533.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-40a9416e269b5973.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-b6071cc278a37da6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/usr/ssl-3/lib/amd64`
51542026-03-02T21:46:39.569Z Running `/home/build/.rustup/toolchains/1.91.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=90375a1301787d44 -C extra-filename=-91ccd449e9ab8cfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-e034e9a220a18db1.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-f76b81e32b6d6ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-4f1eed6c8f2f7139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
51552026-03-02T21:46:40.361Z Running `/home/build/.rustup/toolchains/1.91.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=4893a7d48b8bbf3a -C extra-filename=-fa4f0971961cbe06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-a68a9545fa137e2e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51562026-03-02T21:46:41.246Z Running `/home/build/.rustup/toolchains/1.91.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=48a09850868d0979 -C extra-filename=-df136541896d2598 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-a5096caa5f23b57a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-40a9416e269b5973.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/usr/ssl-3/lib/amd64`
51572026-03-02T21:46:42.001Z Running `/home/build/.rustup/toolchains/1.91.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=91d0bcd4a0d134bf -C extra-filename=-b4416b46d04f9c8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-15b35d564345eb9b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51582026-03-02T21:46:42.809Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51592026-03-02T21:46:42.813Z Running `/home/build/.rustup/toolchains/1.91.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=5df1fe11bb2fbc9b -C extra-filename=-7293ba90dcebf56c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-59f653608e399bfd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51602026-03-02T21:46:43.518Z Running `/home/build/.rustup/toolchains/1.91.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=d088fe73caf29a9d -C extra-filename=-7ff1a15149b7e13e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f2a2b32973fb30f9.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d0d1ef5028b6a3b9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
51612026-03-02T21:46:44.469Z Running `/home/build/.rustup/toolchains/1.91.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=8c8f6fdf8c6f12ad -C extra-filename=-d2589cd7a778fd44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f2a2b32973fb30f9.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d0d1ef5028b6a3b9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
51622026-03-02T21:46:44.527Z Running `/home/build/.rustup/toolchains/1.91.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=c352242d1858263a -C extra-filename=-bb709a7d092b3f56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-32b6961ee9991afd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-eaa8ad33da6ec5f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-576f6a9acee0f1fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-281cc853bf2ef030.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-2c5d5843763127e1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/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/`
51632026-03-02T21:46:45.301Z Running `/home/build/.rustup/toolchains/1.91.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=ff1c87a8dfb62e1c -C extra-filename=-44fe828fac06a571 --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-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-a2cae352ac27581d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0c57401d3910358.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ec9a7f572e08003e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-5f8a3a9446f21a79.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ad71defff6033b2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51642026-03-02T21:46:46.796Z Running `/home/build/.rustup/toolchains/1.91.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=fe9b73b30d654e1d -C extra-filename=-5de86706d9268fd2 --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-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-a2cae352ac27581d.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-5f7203b76bff083b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0c57401d3910358.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ec9a7f572e08003e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-5f8a3a9446f21a79.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ad71defff6033b2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51652026-03-02T21:46:47.646Z Running `/home/build/.rustup/toolchains/1.91.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=a6b5c972bbd3d3b8 -C extra-filename=-541f5f40f14827e3 --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-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-a2cae352ac27581d.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-5f7203b76bff083b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0c57401d3910358.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ec9a7f572e08003e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-5f8a3a9446f21a79.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ad71defff6033b2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51662026-03-02T21:46:47.723Z Running `/home/build/.rustup/toolchains/1.91.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=b572f859ee4942e9 -C extra-filename=-8e57752564b092d8 --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-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-a2cae352ac27581d.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-5f7203b76bff083b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0c57401d3910358.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ec9a7f572e08003e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-5f8a3a9446f21a79.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ad71defff6033b2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51672026-03-02T21:46:50.342Z Running `/home/build/.rustup/toolchains/1.91.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=3460118b80b9b254 -C extra-filename=-7dd1a710d13ec0e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-21994d3c58c0b9b9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
51682026-03-02T21:46:50.992Z Running `/home/build/.rustup/toolchains/1.91.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=dc9272ad3772c8b0 -C extra-filename=-e9291f1aefd6a9ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4bd811cdca7308a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-be6e958c7a2fb8aa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51692026-03-02T21:46:51.207Z Running `/home/build/.rustup/toolchains/1.91.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=9552923c8ae4eff8 -C extra-filename=-11900dda92261fd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-546f3bd0e4d7955c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-03a1f6f1601429dd.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a5c41da93642dca0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d8c143cef95b29ee.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-d4cf33d309e2324d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51702026-03-02T21:46:52.698Z Running `/home/build/.rustup/toolchains/1.91.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=1207cb746745c630 -C extra-filename=-ee2e0dc45b867a71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-66c50a46d9ffe39a.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a5c41da93642dca0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
51712026-03-02T21:46:53.628Z Running `/home/build/.rustup/toolchains/1.91.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=0195167f4ccafebb -C extra-filename=-7a85f80c261f9500 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-66c50a46d9ffe39a.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a5c41da93642dca0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
51722026-03-02T21:47:22.287Z Running `/home/build/.rustup/toolchains/1.91.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=c31ec513aab00c73 -C extra-filename=-31d22948a1ec6bbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
51732026-03-02T21:47:25.797Z Running `/home/build/.rustup/toolchains/1.91.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=8d067f2783c57266 -C extra-filename=-c505791254e59aa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-cddd686ab9ad7f45.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5176f163164bb79e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-dfec26dbdee87fd1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
51742026-03-02T21:47:30.380Z Running `/home/build/.rustup/toolchains/1.91.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=efd6f3f02447fb8a -C extra-filename=-724f1927449d9603 --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-f7c163f840a5b74c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bd874581c32d71c8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/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-13/lib/amd64`
51752026-03-02T21:47:43.709Z Running `/home/build/.rustup/toolchains/1.91.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=cbaafc9df54313fd -C extra-filename=-e0e16bc159c79c58 --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-ffed923fbd0f186b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-97e3a84bc8a83160.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-04fc1bcdffe6c19d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d1784829bdbec9f1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-df2d15648f246e38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ac7704af1c7a2f99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51762026-03-02T21:47:44.266Z Running `/home/build/.rustup/toolchains/1.91.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=a290c0f560a8c2d7 -C extra-filename=-84f79b1630006db7 --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-ffed923fbd0f186b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-97e3a84bc8a83160.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-04fc1bcdffe6c19d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d1784829bdbec9f1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-df2d15648f246e38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ac7704af1c7a2f99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
51772026-03-02T21:47:45.521Z Running `/home/build/.rustup/toolchains/1.91.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=1bfab80d5bfe5f8d -C extra-filename=-b7ab528bbbc628bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-67bdf699dd6d4f04.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-537d87daaf9a36b3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-941573c475de7dc4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c0a7b5d785367821.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51782026-03-02T21:47:48.002Z Running `/home/build/.rustup/toolchains/1.91.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=66c373faac2fedf9 -C extra-filename=-f3fa8ee9c0d03ca0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-537d87daaf9a36b3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-941573c475de7dc4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c0a7b5d785367821.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51792026-03-02T21:47:48.509Z Running `/home/build/.rustup/toolchains/1.91.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=40b24eed28a2b550 -C extra-filename=-24a05e138459f954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7ea2bfb0535a24d3.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-68cc4fb85bd84e40.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-4168b1f5cae4a209.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
51802026-03-02T21:47:51.363Z Running `/home/build/.rustup/toolchains/1.91.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=82661a84772c4490 -C extra-filename=-77088ba921a64785 --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-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-2c0326d9d4b62150.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
51812026-03-02T21:47:58.231Z Running `/home/build/.rustup/toolchains/1.91.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=1db79ba3113ce51c -C extra-filename=-dee1cf87db1d731c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5b8156f7b5f80cc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-4168b1f5cae4a209.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4b68e85bbb97db78.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
51822026-03-02T21:48:18.507Z Running `/home/build/.rustup/toolchains/1.91.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=2a34545c719ec818 -C extra-filename=-642a300bbd065729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7ea2bfb0535a24d3.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-68cc4fb85bd84e40.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
51832026-03-02T21:48:19.433Z Running `/home/build/.rustup/toolchains/1.91.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=a9688af9007a11e3 -C extra-filename=-34927be9fbb18d8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-e034e9a220a18db1.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-f76b81e32b6d6ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
51842026-03-02T21:48:29.258Z Running `/home/build/.rustup/toolchains/1.91.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=3690cb9ce9536a21 -C extra-filename=-3e238707098ed55b --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-cc2e81a48217c1f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/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-13/lib/amd64`
51852026-03-02T21:48:34.434Z Running `/home/build/.rustup/toolchains/1.91.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=b9451a2a04bc5681 -C extra-filename=-f29177cf5a725e47 --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-032078021c49cc9d.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
51862026-03-02T21:48:38.016Z Running `/home/build/.rustup/toolchains/1.91.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=b7f8b440bff1bbc7 -C extra-filename=-234fdcdf9993eb60 --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-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-57f2e7981a08b542.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ca394a332366b42f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-03a1f6f1601429dd.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/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-13/lib/amd64`
51872026-03-02T21:48:41.310Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
51882026-03-02T21:48:41.355Z Running `/home/build/.rustup/toolchains/1.91.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=74d3cf13a9f54617 -C extra-filename=-aef67db07970b938 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ebb899d64b0dc5ad.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-1b9a8cc411285bbe.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-455f4fafb1c50e3c.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7ea2bfb0535a24d3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2a3368a5e8015582.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-f094de04a6a8714e.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7f9aa36ff8c22200.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e86e3077144890a9.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d35a88ed38958201.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7e81a27920dd605f.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5d978d100434a1dc.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-e034e9a220a18db1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-040109975d74caf3.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-615c9ee38861d0f4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9e3c60c17f4de63d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
51892026-03-02T21:49:46.460Z Running `/home/build/.rustup/toolchains/1.91.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=a12bd823ce4b7b1e -C extra-filename=-2d9aba50a42707b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
51902026-03-02T21:49:46.460Z Running `/home/build/.rustup/toolchains/1.91.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=6b8ef40cf632fd27 -C extra-filename=-de42a83f47a7bbb1 --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-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-57f2e7981a08b542.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ca394a332366b42f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-03a1f6f1601429dd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/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-13/lib/amd64`
51912026-03-02T21:50:10.112Z Running `/home/build/.rustup/toolchains/1.91.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=c42740db1acb12e3 -C extra-filename=-48afeab17acb61fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f3df2a394fb1aa2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-57f2e7981a08b542.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ca394a332366b42f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-03a1f6f1601429dd.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-32ffae4a23eb5989.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-46b553f94abe0387.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-66403f0acd3fbdc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-006080970c76a089.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5118ac6f015b2311.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L 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-13/lib/amd64`
51922026-03-02T21:50:11.516Z Running `/home/build/.rustup/toolchains/1.91.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=b9aa9bc9b35c1856 -C extra-filename=-d6693566d7da0293 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/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-13/lib/amd64`
51932026-03-02T21:50:15.603Z Running `/home/build/.rustup/toolchains/1.91.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=fe6eea76ce5ce29a -C extra-filename=-bd21911405c16835 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-45f77a910e2b31b4.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-5591a1b0f96875bc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e86e3077144890a9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6a6243008c863a1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-40a01120a791aa37.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9e3c60c17f4de63d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a2aa1e4c34f1a65f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
51942026-03-02T21:50:37.107Z Running `/home/build/.rustup/toolchains/1.91.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=260bcd7fddc16794 -C extra-filename=-d5b0d7649f5442f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-45f77a910e2b31b4.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-5591a1b0f96875bc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-67bdf699dd6d4f04.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e86e3077144890a9.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-537d87daaf9a36b3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6a6243008c863a1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-c5d5d307f2544e32.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f2a2b32973fb30f9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-40a01120a791aa37.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9e3c60c17f4de63d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a2aa1e4c34f1a65f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51952026-03-02T21:50:37.665Z Running `/home/build/.rustup/toolchains/1.91.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=dfe71b6c55569ea5 -C extra-filename=-f5f9f68835635a3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-45f77a910e2b31b4.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-5591a1b0f96875bc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-67bdf699dd6d4f04.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e86e3077144890a9.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-537d87daaf9a36b3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6a6243008c863a1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-c5d5d307f2544e32.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f2a2b32973fb30f9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-40a01120a791aa37.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9e3c60c17f4de63d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a2aa1e4c34f1a65f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
51962026-03-02T21:50:41.233Z Running `/home/build/.rustup/toolchains/1.91.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=b071d6f1ee15f911 -C extra-filename=-5fdbf140d36f9eb4 --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-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-32b6961ee9991afd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-eaa8ad33da6ec5f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-2c5d5843763127e1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51972026-03-02T21:50:58.942Z Running `/home/build/.rustup/toolchains/1.91.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=c24ab3d3abc8d7b7 -C extra-filename=-d3d99c4eaba51cdf --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-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-32b6961ee9991afd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-eaa8ad33da6ec5f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-2c5d5843763127e1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
51982026-03-02T21:50:58.948Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
51992026-03-02T21:50:58.948Z Running `/home/build/.rustup/toolchains/1.91.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=79d5dd2e309720f1 -C extra-filename=-8ed013f10418850e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-7f87274c14212cfc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cea1abe67b6d8684.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-2c5d5843763127e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52002026-03-02T21:51:02.668Z Running `/home/build/.rustup/toolchains/1.91.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=8d6a1b9254f36426 -C extra-filename=-84cc3edd8fe4bede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ebb899d64b0dc5ad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-45f77a910e2b31b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-1b9a8cc411285bbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3d58fe056587e2e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d50d59e3f4d53f3f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-de3152e0cba0ebc8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-615c9ee38861d0f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-dfec26dbdee87fd1.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-003fa26f3dc6f3e2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-576f6a9acee0f1fe.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-255b1fb136368c86.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-24fd4d980bec32e6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52012026-03-02T21:51:08.046Z Running `/home/build/.rustup/toolchains/1.91.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=5e812fcb46085fc9 -C extra-filename=-7bafa108f431fb2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ebb899d64b0dc5ad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-45f77a910e2b31b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-1b9a8cc411285bbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3d58fe056587e2e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-615c9ee38861d0f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-dfec26dbdee87fd1.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-003fa26f3dc6f3e2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-576f6a9acee0f1fe.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-255b1fb136368c86.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52022026-03-02T21:51:09.914Z Running `/home/build/.rustup/toolchains/1.91.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=d09015f79ab400bd -C extra-filename=-2854dd6e86d4f7e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ebb899d64b0dc5ad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-45f77a910e2b31b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-1b9a8cc411285bbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3d58fe056587e2e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-615c9ee38861d0f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-dfec26dbdee87fd1.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-003fa26f3dc6f3e2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-576f6a9acee0f1fe.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-255b1fb136368c86.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52032026-03-02T21:51:14.444Z Running `/home/build/.rustup/toolchains/1.91.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=bdf62f102e1d4e37 -C extra-filename=-a6d45de481c91625 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ebb899d64b0dc5ad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-45f77a910e2b31b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-1b9a8cc411285bbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3d58fe056587e2e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d50d59e3f4d53f3f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-de3152e0cba0ebc8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-615c9ee38861d0f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-dfec26dbdee87fd1.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-003fa26f3dc6f3e2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-576f6a9acee0f1fe.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-255b1fb136368c86.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-24fd4d980bec32e6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52042026-03-02T21:51:18.221Z Running `/home/build/.rustup/toolchains/1.91.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=633e09a9279a5a8c -C extra-filename=-de1fd36834d15bf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ebb899d64b0dc5ad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-45f77a910e2b31b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-1b9a8cc411285bbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3d58fe056587e2e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d50d59e3f4d53f3f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-de3152e0cba0ebc8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-615c9ee38861d0f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-dfec26dbdee87fd1.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-003fa26f3dc6f3e2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-576f6a9acee0f1fe.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-255b1fb136368c86.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-24fd4d980bec32e6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52052026-03-02T21:51:21.200Z Running `/home/build/.rustup/toolchains/1.91.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=a18a2eb0a813fa04 -C extra-filename=-aaec94c80534c713 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ebb899d64b0dc5ad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-45f77a910e2b31b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-1b9a8cc411285bbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3d58fe056587e2e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d50d59e3f4d53f3f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-de3152e0cba0ebc8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-615c9ee38861d0f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-dfec26dbdee87fd1.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-003fa26f3dc6f3e2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-576f6a9acee0f1fe.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-255b1fb136368c86.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-24fd4d980bec32e6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52062026-03-02T21:51:22.645Z Running `/home/build/.rustup/toolchains/1.91.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=3623a81079c72685 -C extra-filename=-ceaf83433141de60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ebb899d64b0dc5ad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-45f77a910e2b31b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-1b9a8cc411285bbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3d58fe056587e2e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-615c9ee38861d0f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-dfec26dbdee87fd1.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-003fa26f3dc6f3e2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-576f6a9acee0f1fe.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-255b1fb136368c86.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52072026-03-02T21:51:23.663Z Running `/home/build/.rustup/toolchains/1.91.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=319dd7de2dbe2612 -C extra-filename=-2c571e6795c15ae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ebb899d64b0dc5ad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-45f77a910e2b31b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-1b9a8cc411285bbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3d58fe056587e2e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-615c9ee38861d0f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-dfec26dbdee87fd1.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-003fa26f3dc6f3e2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-576f6a9acee0f1fe.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-255b1fb136368c86.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
52082026-03-02T21:51:24.510Z Running `/home/build/.rustup/toolchains/1.91.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=68e29bebb4a63996 -C extra-filename=-38a39b415d2c3f86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-92f1fa68d1c5aabe.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-66403f0acd3fbdc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-c5d5d307f2544e32.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-548f7a8e4b74cafb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/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/`
52092026-03-02T21:51:27.506Z Running `/home/build/.rustup/toolchains/1.91.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=7e7a3874c8aaa78f -C extra-filename=-2f496751caadc17d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ebb899d64b0dc5ad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-45f77a910e2b31b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-1b9a8cc411285bbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3d58fe056587e2e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d50d59e3f4d53f3f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-de3152e0cba0ebc8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-615c9ee38861d0f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-dfec26dbdee87fd1.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-003fa26f3dc6f3e2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-576f6a9acee0f1fe.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-255b1fb136368c86.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-24fd4d980bec32e6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52102026-03-02T21:51:31.925Z Running `/home/build/.rustup/toolchains/1.91.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=26cfddabd1327d83 -C extra-filename=-3e13de3e3b1c6f84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52112026-03-02T21:51:33.564Z Running `/home/build/.rustup/toolchains/1.91.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=fffce73239a379f1 -C extra-filename=-aa652b04627c6d54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-94339b0bfbeb3ef2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52122026-03-02T21:51:34.534Z Running `/home/build/.rustup/toolchains/1.91.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=a502a2b64a118ab1 -C extra-filename=-93af3185b26cdeb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-94339b0bfbeb3ef2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52132026-03-02T21:51:35.030Z Running `/home/build/.rustup/toolchains/1.91.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=e75493ad65e68656 -C extra-filename=-7e862a96d8db34eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-94339b0bfbeb3ef2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
52142026-03-02T21:51:37.569Z Running `/home/build/.rustup/toolchains/1.91.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=6c9dfa621dccdbcf -C extra-filename=-f4bb48ed544ccae9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f0ad0f3f88b360a1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f03329111091d1c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a2aa1e4c34f1a65f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52152026-03-02T21:51:39.509Z Running `/home/build/.rustup/toolchains/1.91.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=2d1a914917517a68 -C extra-filename=-debbe3df85a86da2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f0ad0f3f88b360a1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f03329111091d1c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f2a2b32973fb30f9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a2aa1e4c34f1a65f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52162026-03-02T21:51:42.317Z Running `/home/build/.rustup/toolchains/1.91.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=3437e1bf5e89c474 -C extra-filename=-76010e7e1635d984 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f0ad0f3f88b360a1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f03329111091d1c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f2a2b32973fb30f9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a2aa1e4c34f1a65f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52172026-03-02T21:51:43.862Z Running `/home/build/.rustup/toolchains/1.91.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=b977eb0b16702f64 -C extra-filename=-ae00105313da9bae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-45f77a910e2b31b4.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-5591a1b0f96875bc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-67bdf699dd6d4f04.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e86e3077144890a9.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-537d87daaf9a36b3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6a6243008c863a1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-c5d5d307f2544e32.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f2a2b32973fb30f9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9e3c60c17f4de63d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a2aa1e4c34f1a65f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52182026-03-02T21:51:50.908Z Running `/home/build/.rustup/toolchains/1.91.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=f15366849933f1c3 -C extra-filename=-ee143c75a945c511 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4d5835e21ae71884.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-de3152e0cba0ebc8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-53acfe75a515a69c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-7f87274c14212cfc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cea1abe67b6d8684.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52192026-03-02T21:51:54.391Z Running `/home/build/.rustup/toolchains/1.91.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=1717e823028c1cfd -C extra-filename=-27e4112260d6e481 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4d5835e21ae71884.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-de3152e0cba0ebc8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-53acfe75a515a69c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-7f87274c14212cfc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cea1abe67b6d8684.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52202026-03-02T21:51:57.791Z Running `/home/build/.rustup/toolchains/1.91.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=514dcd774c465598 -C extra-filename=-9ae840b2457279bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4d5835e21ae71884.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-de3152e0cba0ebc8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-53acfe75a515a69c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-7f87274c14212cfc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52212026-03-02T21:52:00.732Z Running `/home/build/.rustup/toolchains/1.91.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=afbc7089b553a712 -C extra-filename=-ed66d1f590f5935c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cea1abe67b6d8684.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52222026-03-02T21:52:04.460Z Running `/home/build/.rustup/toolchains/1.91.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=1292caba439fecf0 -C extra-filename=-418f08729c112797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bf0b84efdfafe284.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52232026-03-02T21:52:30.101Z Running `/home/build/.rustup/toolchains/1.91.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=c7da210ec03bf135 -C extra-filename=-9e9ee2a07a93ffc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bf0b84efdfafe284.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52242026-03-02T21:52:31.534Z Running `/home/build/.rustup/toolchains/1.91.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=2c65dd130a4ee642 -C extra-filename=-a8417a0328b226b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52252026-03-02T21:52:32.626Z Running `/home/build/.rustup/toolchains/1.91.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=38afad3595fead9e -C extra-filename=-e9b2c2468a7997cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-40a9416e269b5973.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/usr/ssl-3/lib/amd64`
52262026-03-02T21:52:32.980Z Running `/home/build/.rustup/toolchains/1.91.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=e5159f6ef0085b6c -C extra-filename=-530cb8356020d34a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-2331e216153839e6.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-32ffae4a23eb5989.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-006080970c76a089.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
52272026-03-02T21:52:40.147Z Running `/home/build/.rustup/toolchains/1.91.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=ef0b60430cd4cd84 -C extra-filename=-9d39bb161559247d --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-085db868a71bc273.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
52282026-03-02T21:52:40.450Z Running `/home/build/.rustup/toolchains/1.91.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=32f1f83773e2a35c -C extra-filename=-f5a64a6d11bafa78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-040109975d74caf3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4b68e85bbb97db78.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52292026-03-02T21:52:44.513Z Running `/home/build/.rustup/toolchains/1.91.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=6accd4059e609c62 -C extra-filename=-5b9f288d54a349de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-040109975d74caf3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4b68e85bbb97db78.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52302026-03-02T21:52:45.305Z Running `/home/build/.rustup/toolchains/1.91.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=2a7d12cf3b3ae328 -C extra-filename=-622d3a78b32de258 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-040109975d74caf3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52312026-03-02T21:52:45.462Z Running `/home/build/.rustup/toolchains/1.91.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=182e7188c03deadd -C extra-filename=-6d70d1cbbd71328c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-040109975d74caf3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4b68e85bbb97db78.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52322026-03-02T21:52:46.155Z Running `/home/build/.rustup/toolchains/1.91.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=f475b98a2a105927 -C extra-filename=-09d16a98301b12c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-455f4fafb1c50e3c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b01e5e0b536e8e48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52332026-03-02T21:52:49.781Z Running `/home/build/.rustup/toolchains/1.91.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=9e6544d5ea19da6c -C extra-filename=-4a55729cf4c33230 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-455f4fafb1c50e3c.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-9a4ce45dd6bb1d96.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b01e5e0b536e8e48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c55f16d54d544714.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52342026-03-02T21:52:52.813Z Running `/home/build/.rustup/toolchains/1.91.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=6168dc46d40f9725 -C extra-filename=-b83dc15be90270d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-455f4fafb1c50e3c.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-9a4ce45dd6bb1d96.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b01e5e0b536e8e48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c55f16d54d544714.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52352026-03-02T21:52:55.849Z Running `/home/build/.rustup/toolchains/1.91.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=2b483ee705209aac -C extra-filename=-dee38b54b7f7ce64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-455f4fafb1c50e3c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b01e5e0b536e8e48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52362026-03-02T21:52:59.482Z Running `/home/build/.rustup/toolchains/1.91.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=945448f1a88a96ff -C extra-filename=-3a952c9f4c21123d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-455f4fafb1c50e3c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b01e5e0b536e8e48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52372026-03-02T21:53:02.900Z Running `/home/build/.rustup/toolchains/1.91.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=3d6fc3d7648523a9 -C extra-filename=-151a1a8865c86b44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-455f4fafb1c50e3c.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-9a4ce45dd6bb1d96.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b01e5e0b536e8e48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c55f16d54d544714.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52382026-03-02T21:53:05.076Z Running `/home/build/.rustup/toolchains/1.91.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=7d0979fd66d6d6cf -C extra-filename=-9fc4ad7b2fb39b9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-455f4fafb1c50e3c.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-9a4ce45dd6bb1d96.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b01e5e0b536e8e48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c55f16d54d544714.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52392026-03-02T21:53:06.114Z Running `/home/build/.rustup/toolchains/1.91.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=92ed140fa68cb7de -C extra-filename=-345bb6f97af6cce4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ebb899d64b0dc5ad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-45f77a910e2b31b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-1b9a8cc411285bbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3d58fe056587e2e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d50d59e3f4d53f3f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-de3152e0cba0ebc8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-615c9ee38861d0f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-dfec26dbdee87fd1.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-003fa26f3dc6f3e2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-576f6a9acee0f1fe.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-255b1fb136368c86.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-24fd4d980bec32e6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/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/`
52402026-03-02T21:53:09.940Z Running `/home/build/.rustup/toolchains/1.91.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=246928ef524350be -C extra-filename=-bf58899a79ad74fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-455f4fafb1c50e3c.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-9a4ce45dd6bb1d96.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c55f16d54d544714.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52412026-03-02T21:53:12.231Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
52422026-03-02T21:53:12.243Z Running `/home/build/.rustup/toolchains/1.91.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=81110d6f341019f4 -C extra-filename=-5c76c5f942ee712b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-9a4ce45dd6bb1d96.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c55f16d54d544714.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52432026-03-02T21:53:15.821Z Running `/home/build/.rustup/toolchains/1.91.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=c79356dd700aed2b -C extra-filename=-eff8042331dc6419 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-924a2d3382a982f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d761d6af0de48799.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f3df2a394fb1aa2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c55f16d54d544714.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b98e5f5ca94fa582.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4de252fa1fde8321.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b6211ea91537da45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52442026-03-02T21:53:16.298Z Running `/home/build/.rustup/toolchains/1.91.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=996dc13a76ef09d4 -C extra-filename=-0cdfa5e0237e2091 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-924a2d3382a982f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d761d6af0de48799.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f3df2a394fb1aa2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c55f16d54d544714.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b98e5f5ca94fa582.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4de252fa1fde8321.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b6211ea91537da45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52452026-03-02T21:53:20.022Z Running `/home/build/.rustup/toolchains/1.91.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=cd4ee86741939fa1 -C extra-filename=-f96dd91f20c88b3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-924a2d3382a982f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d761d6af0de48799.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f3df2a394fb1aa2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c55f16d54d544714.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b98e5f5ca94fa582.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4de252fa1fde8321.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b6211ea91537da45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52462026-03-02T21:53:23.145Z Running `/home/build/.rustup/toolchains/1.91.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=593e51188b9a9345 -C extra-filename=-da0d0eebb94354d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-de3152e0cba0ebc8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-53acfe75a515a69c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cea1abe67b6d8684.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-548f7a8e4b74cafb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52472026-03-02T21:53:23.750Z Running `/home/build/.rustup/toolchains/1.91.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=074fbef32fa6d6ef -C extra-filename=-639b78812ab15bb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-de3152e0cba0ebc8.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-53acfe75a515a69c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cea1abe67b6d8684.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-548f7a8e4b74cafb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
52482026-03-02T21:53:37.270Z Running `/home/build/.rustup/toolchains/1.91.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=f4cde38129a5aa09 -C extra-filename=-74835bee73dd3e59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-de3152e0cba0ebc8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-53acfe75a515a69c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-7f87274c14212cfc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cea1abe67b6d8684.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52492026-03-02T21:53:41.246Z Running `/home/build/.rustup/toolchains/1.91.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=98dbba640425129b -C extra-filename=-f6016f6605b7bfa0 --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-5591a1b0f96875bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52502026-03-02T21:53:45.334Z Running `/home/build/.rustup/toolchains/1.91.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=05121a1067950afd -C extra-filename=-27ba3014fcb9e18a --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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-46867b24ddf6bff7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
52512026-03-02T21:53:47.216Z Running `/home/build/.rustup/toolchains/1.91.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=db2aecddac3cc2ec -C extra-filename=-4f58ac2744b26608 --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-46867b24ddf6bff7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
52522026-03-02T21:53:47.909Z Running `/home/build/.rustup/toolchains/1.91.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=47e0fdd20ba4cf98 -C extra-filename=-bfe9b330dabdc99d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f03329111091d1c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f2a2b32973fb30f9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a2aa1e4c34f1a65f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52532026-03-02T21:53:57.863Z Running `/home/build/.rustup/toolchains/1.91.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=c549ceea66d1ed58 -C extra-filename=-b492384e016c2a1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f2a2b32973fb30f9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52542026-03-02T21:54:06.112Z Running `/home/build/.rustup/toolchains/1.91.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=02507ebb465e66a0 -C extra-filename=-7457022a7429e4d5 --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-65c48aeb099de186.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52552026-03-02T21:54:07.680Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
52562026-03-02T21:54:07.684Z Running `/home/build/.rustup/toolchains/1.91.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=3d59ce9739bbff69 -C extra-filename=-8f5a866adf104119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-cddd686ab9ad7f45.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-7f87274c14212cfc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52572026-03-02T21:54:10.759Z Running `/home/build/.rustup/toolchains/1.91.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=683804b127993f59 -C extra-filename=-011955758a70235d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-cddd686ab9ad7f45.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-615c9ee38861d0f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-dfec26dbdee87fd1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52582026-03-02T21:54:12.117Z Running `/home/build/.rustup/toolchains/1.91.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=b557ba0c7cc54d0a -C extra-filename=-3a17a8300ca0e4a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-d00a5a3077feb624.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-552ad8c151cff9f1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-15843b8d737d66fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-548f7a8e4b74cafb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52592026-03-02T21:54:13.443Z Running `/home/build/.rustup/toolchains/1.91.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=de157757ac2ea73a -C extra-filename=-3d7f14e3b427d9db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-040109975d74caf3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4b68e85bbb97db78.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52602026-03-02T21:54:20.952Z Running `/home/build/.rustup/toolchains/1.91.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=2964cfbfd8b8bad4 -C extra-filename=-90b8e2bb60c2ce7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-040109975d74caf3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4b68e85bbb97db78.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52612026-03-02T21:54:31.942Z Running `/home/build/.rustup/toolchains/1.91.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=d3bad4f7f0657395 -C extra-filename=-c46c4c78e8927e4a --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-b476cbab3ebc9700.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52622026-03-02T21:54:36.547Z Running `/home/build/.rustup/toolchains/1.91.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=e9d889f3cf6e02aa -C extra-filename=-f55f0cb325a6674e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52632026-03-02T21:54:39.025Z Running `/home/build/.rustup/toolchains/1.91.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=98bbaea54ad3aea3 -C extra-filename=-cb88bc45e3bb2ea1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
52642026-03-02T21:54:40.098Z Running `/home/build/.rustup/toolchains/1.91.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=181f7c9355a5cc22 -C extra-filename=-8459ac9ba83e0646 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
52652026-03-02T21:54:40.888Z Running `/home/build/.rustup/toolchains/1.91.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=ea20ef81691cda90 -C extra-filename=-1ed3a168f7d8a09a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06990e652ebe396a.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-f71089930f39c4f9.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-222b2c5c60bec36d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52662026-03-02T21:54:41.102Z Running `/home/build/.rustup/toolchains/1.91.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=c470be000eabf6a6 -C extra-filename=-8840822993474f27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52672026-03-02T21:54:46.846Z Running `/home/build/.rustup/toolchains/1.91.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=7720bc88d806964a -C extra-filename=-943353b0df3d52f8 --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-d587cb581310d033.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52682026-03-02T21:54:51.656Z Running `/home/build/.rustup/toolchains/1.91.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=90735144a6b3c53f -C extra-filename=-68c033f5c136b832 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7f9aa36ff8c22200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-beeeab8b7ab46b51.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-39b6b2a30a528844.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-941573c475de7dc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-2607550a29149bf9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8ae856682eb1cbce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52692026-03-02T21:54:53.573Z Running `/home/build/.rustup/toolchains/1.91.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=a37cc5f2b4161cfa -C extra-filename=-d4b1276045fe28ee --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-3066b3ace58dda21.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-2607550a29149bf9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52702026-03-02T21:54:55.603Z Running `/home/build/.rustup/toolchains/1.91.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=e87061bec233e3ff -C extra-filename=-1ffbaab738ea54b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-615c9ee38861d0f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-dfec26dbdee87fd1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52712026-03-02T21:54:56.909Z Running `/home/build/.rustup/toolchains/1.91.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=26a15a5048c10ad5 -C extra-filename=-d86caa05d2a83ce8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7f9aa36ff8c22200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-beeeab8b7ab46b51.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-39b6b2a30a528844.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-941573c475de7dc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-2607550a29149bf9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8ae856682eb1cbce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
52722026-03-02T21:55:16.372Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
52732026-03-02T21:55:16.385Z Running `/home/build/.rustup/toolchains/1.91.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=364da2cd570c6da8 -C extra-filename=-1f4756852c730722 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-2607550a29149bf9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52742026-03-02T21:55:18.215Z Running `/home/build/.rustup/toolchains/1.91.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=d3eb393f8a0f8ace -C extra-filename=-4688ffeddb03c4c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7f9aa36ff8c22200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-beeeab8b7ab46b51.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-39b6b2a30a528844.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-941573c475de7dc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8ae856682eb1cbce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52752026-03-02T21:55:22.955Z Running `/home/build/.rustup/toolchains/1.91.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=89f31486140e6647 -C extra-filename=-32b699b9e70412e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7f9aa36ff8c22200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-beeeab8b7ab46b51.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-39b6b2a30a528844.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-941573c475de7dc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-2607550a29149bf9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8ae856682eb1cbce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
52762026-03-02T21:55:24.820Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8b3e8f8343f91e6 -C extra-filename=-666ebf65265ed1a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2a3368a5e8015582.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52772026-03-02T21:55:26.332Z Running `/home/build/.rustup/toolchains/1.91.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=d6c04594c4a6c132 -C extra-filename=-eeef2da7969e8b29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2a3368a5e8015582.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52782026-03-02T21:55:27.814Z Running `/home/build/.rustup/toolchains/1.91.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=bceec74bf16534ea -C extra-filename=-351a06ab86b1fc2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2a3368a5e8015582.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52792026-03-02T21:55:30.813Z Running `/home/build/.rustup/toolchains/1.91.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=a901fb35ff7681ee -C extra-filename=-5777b34685801d56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2a3368a5e8015582.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52802026-03-02T21:56:33.646Z Running `/home/build/.rustup/toolchains/1.91.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=9aa7c6905c207c03 -C extra-filename=-6be571bb4ee15066 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2a3368a5e8015582.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52812026-03-02T21:56:37.959Z Running `/home/build/.rustup/toolchains/1.91.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=a42040d21e9ff302 -C extra-filename=-4d7e9a1506adfc5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2a3368a5e8015582.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52822026-03-02T21:56:38.018Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2024 dns-server/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=e462bc45466051d9 -C extra-filename=-e6dc2734de3055f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2a3368a5e8015582.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52832026-03-02T21:56:41.232Z Running `/home/build/.rustup/toolchains/1.91.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=b2c55b33802f240e -C extra-filename=-632e61e4e761e6b4 --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-3066b3ace58dda21.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bec41af8736e717b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-c5d5d307f2544e32.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52842026-03-02T21:56:46.924Z Running `/home/build/.rustup/toolchains/1.91.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=47d58f00f3ab26df -C extra-filename=-7f0d42f77653241b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52852026-03-02T21:56:49.979Z Running `/home/build/.rustup/toolchains/1.91.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=a0660333a3595cec -C extra-filename=-46f6d8b9892292e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52862026-03-02T21:57:05.018Z Running `/home/build/.rustup/toolchains/1.91.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=c168508c81f1727d -C extra-filename=-3ed431b05c3f0923 --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-de5d2bbf64ba9eb6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-796cebb566595b6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
52872026-03-02T21:57:05.882Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
52882026-03-02T21:57:05.892Z Running `/home/build/.rustup/toolchains/1.91.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=7671bb41c262d1c0 -C extra-filename=-192facefaf096343 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-615c9ee38861d0f4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
52892026-03-02T21:57:06.435Z Running `/home/build/.rustup/toolchains/1.91.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=b40ee594679efe7e -C extra-filename=-3a70ac97f61b97f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bec41af8736e717b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-5efe3dfa5eb0e31c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-c5d5d307f2544e32.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52902026-03-02T21:57:08.857Z Running `/home/build/.rustup/toolchains/1.91.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=08b995403ae7a1ad -C extra-filename=-b293199ff3310c3d --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-3066b3ace58dda21.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bec41af8736e717b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
52912026-03-02T21:57:11.455Z Running `/home/build/.rustup/toolchains/1.91.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=7a4ad9594046b31e -C extra-filename=-5c02863b0eb6a51f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-57f2e7981a08b542.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cb5bd6a5195e8e6c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6a6243008c863a1d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-66403f0acd3fbdc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b6211ea91537da45.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
52922026-03-02T21:57:13.660Z Running `/home/build/.rustup/toolchains/1.91.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=36cf667689c5dae6 -C extra-filename=-c0edf75ecab99890 --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-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52932026-03-02T21:57:16.322Z Running `/home/build/.rustup/toolchains/1.91.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=c10854f4717ba58d -C extra-filename=-c526ae47075731f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e1d4835446809bca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3a9626380e27db34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-600a7ecfeea261be.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52942026-03-02T21:57:16.603Z Running `/home/build/.rustup/toolchains/1.91.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=07ffaa37ec3754c7 -C extra-filename=-4c9b94ee5a18b67a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1961a89b1723ffce.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-9d00542ff6da8673.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52952026-03-02T21:57:19.700Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
52962026-03-02T21:57:19.720Z Running `/home/build/.rustup/toolchains/1.91.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=e58d0c75dd576758 -C extra-filename=-9e1c76aa99fb7d65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
52972026-03-02T21:57:20.323Z Running `/home/build/.rustup/toolchains/1.91.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=d95f020db6cf8478 -C extra-filename=-32efdff3e8164687 --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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
52982026-03-02T21:57:22.757Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
52992026-03-02T21:57:22.775Z Running `/home/build/.rustup/toolchains/1.91.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=f481e61e4f28b924 -C extra-filename=-48db0e0a67996de9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53002026-03-02T21:57:23.924Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2024 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=bf24c87ccf1ce0a7 -C extra-filename=-21aca0265860026c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-6cd7c06605e6956f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53012026-03-02T21:57:24.726Z Running `/home/build/.rustup/toolchains/1.91.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=2ee478b8aff9aeef -C extra-filename=-cbd572b2e287d616 --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-d703376dd51db557.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-9d00542ff6da8673.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
53022026-03-02T21:57:25.830Z Running `/home/build/.rustup/toolchains/1.91.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=2939aa306d5f04ea -C extra-filename=-58bdb0ec718ffad3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5f24cf374e08de4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-95834bdb0f420850.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-fb7cf2d8f77d0fda.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53032026-03-02T21:57:26.310Z Running `/home/build/.rustup/toolchains/1.91.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=a65aa93c6ccf8187 -C extra-filename=-49144c712ab4df43 --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-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
53042026-03-02T21:57:28.112Z Running `/home/build/.rustup/toolchains/1.91.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=439c64c4fd22dc9b -C extra-filename=-643756391d79c177 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1d27336a7e82c8b6.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-398f0e1b8dee0191.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-5efe3dfa5eb0e31c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3a9626380e27db34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-14bbe716dbd37ff3.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5401cbae2b6b622a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-906117e627c53165.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
53052026-03-02T21:57:48.601Z Running `/home/build/.rustup/toolchains/1.91.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=94e0fd88a65598b8 -C extra-filename=-afc2ad5bca171053 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5401cbae2b6b622a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-a8fcf40a6d269175.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-24fd4d980bec32e6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53062026-03-02T21:57:49.810Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2024 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=656a30e200fdce6b -C extra-filename=-18c87f05c3293e5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-6cd7c06605e6956f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53072026-03-02T21:57:53.057Z Running `/home/build/.rustup/toolchains/1.91.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=b62a5aff700486a8 -C extra-filename=-61c511b385f6728b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-97e3a84bc8a83160.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53082026-03-02T21:57:56.030Z Running `/home/build/.rustup/toolchains/1.91.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=4587e4555a71cb68 -C extra-filename=-9b415b42a1e8a64d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-64cd56277fc75650.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53092026-03-02T21:58:09.296Z Running `/home/build/.rustup/toolchains/1.91.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=d47a340353028fdf -C extra-filename=-8fa57e4aee9d13e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53102026-03-02T21:58:10.822Z Running `/home/build/.rustup/toolchains/1.91.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=8d17af621dfb147c -C extra-filename=-36efc19818b86b5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53112026-03-02T21:58:14.717Z Running `/home/build/.rustup/toolchains/1.91.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=2f251508fe446aa4 -C extra-filename=-44ff83e213a2ef7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1961a89b1723ffce.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-9d00542ff6da8673.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
53122026-03-02T21:58:20.157Z Running `/home/build/.rustup/toolchains/1.91.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=d309bc38daefaa61 -C extra-filename=-1dd5f3e2600b44f1 --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-800f9bab2506898c.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ce23beb6eb3676f9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-3002f96437acd722.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53132026-03-02T21:58:20.470Z Running `/home/build/.rustup/toolchains/1.91.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=c8dbc3395d1019f7 -C extra-filename=-80a2fac302fdbac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2a3368a5e8015582.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53142026-03-02T21:58:21.874Z Running `/home/build/.rustup/toolchains/1.91.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("proptest", "test-strategy", "testing"))' -C metadata=fb82db2a2fee697b -C extra-filename=-71ed19884128e9aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53152026-03-02T21:58:22.369Z Running `/home/build/.rustup/toolchains/1.91.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=06804a3aa3519391 -C extra-filename=-57fd7d947cbad946 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-6cd7c06605e6956f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53162026-03-02T21:58:31.318Z Running `/home/build/.rustup/toolchains/1.91.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=749fb245ac7489f6 -C extra-filename=-ddfcaf5e19788172 --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-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
53172026-03-02T21:58:37.382Z Running `/home/build/.rustup/toolchains/1.91.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=ff641fe7db732be8 -C extra-filename=-ba9e17109927e299 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
53182026-03-02T21:58:39.568Z Running `/home/build/.rustup/toolchains/1.91.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=52de414bd4a5206a -C extra-filename=-e19c739bc8ba8f0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e1d4835446809bca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3a9626380e27db34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-600a7ecfeea261be.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
53192026-03-02T21:58:39.971Z Running `/home/build/.rustup/toolchains/1.91.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=095440ac4dbc1c12 -C extra-filename=-945b6bda8c7fb05d --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-697abc391bbe218c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8d2f726f910c8602.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53202026-03-02T21:58:40.706Z Running `/home/build/.rustup/toolchains/1.91.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=bbcceeccda350996 -C extra-filename=-99369a612bbca21c --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-f5a2a231840931bf.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-6b4ce3e9a64e5618.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53212026-03-02T21:58:45.979Z Running `/home/build/.rustup/toolchains/1.91.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=b8e53af1d53a002a -C extra-filename=-2b745cc897cdf571 --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-f5a2a231840931bf.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-6b4ce3e9a64e5618.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53222026-03-02T21:58:46.411Z Running `/home/build/.rustup/toolchains/1.91.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=25fd02ab7928db79 -C extra-filename=-3de1ba47803335ab --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-f5a2a231840931bf.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-6b4ce3e9a64e5618.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53232026-03-02T21:58:50.807Z Running `/home/build/.rustup/toolchains/1.91.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=9e942f4e8c2c871d -C extra-filename=-bc54a877d96a77ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53242026-03-02T21:58:53.264Z Running `/home/build/.rustup/toolchains/1.91.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=de23a362816e86e6 -C extra-filename=-62d97392987a09c3 --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-e7285c9a2475bf10.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53252026-03-02T21:58:53.555Z Running `/home/build/.rustup/toolchains/1.91.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=cb9dece68775263a -C extra-filename=-cfbf2282f257d876 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-924a2d3382a982f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d761d6af0de48799.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f3df2a394fb1aa2.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b98e5f5ca94fa582.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4de252fa1fde8321.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b6211ea91537da45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64`
53262026-03-02T21:58:55.668Z Running `/home/build/.rustup/toolchains/1.91.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=46825cd20222fa38 -C extra-filename=-1b2d351793713d2f --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-085db868a71bc273.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64`
53272026-03-02T21:58:56.540Z Running `/home/build/.rustup/toolchains/1.91.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=39358d2b15e9fa51 -C extra-filename=-b5e9789836ca5723 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53282026-03-02T21:58:58.870Z Running `/home/build/.rustup/toolchains/1.91.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=cb51f161c7cf88aa -C extra-filename=-4921f9b87265410b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1961a89b1723ffce.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53292026-03-02T21:59:05.030Z Running `/home/build/.rustup/toolchains/1.91.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=33be526c72f6c933 -C extra-filename=-0d03f1f774366be4 --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-d703376dd51db557.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53302026-03-02T21:59:07.246Z Running `/home/build/.rustup/toolchains/1.91.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=b199d219759f1ccd -C extra-filename=-624f8c64d9b33270 --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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53312026-03-02T21:59:08.524Z Running `/home/build/.rustup/toolchains/1.91.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=025ac7df3e417eee -C extra-filename=-159650959fe912c2 --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-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53322026-03-02T21:59:08.766Z Running `/home/build/.rustup/toolchains/1.91.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=8f651a27542b1a49 -C extra-filename=-f4ff027b0965c944 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53332026-03-02T21:59:09.916Z Running `/home/build/.rustup/toolchains/1.91.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=73997c12dd536c73 -C extra-filename=-0da5160ef7065b2e --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-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53342026-03-02T21:59:11.726Z Running `/home/build/.rustup/toolchains/1.91.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=37f2ac82e12b1913 -C extra-filename=-ec662286f26e19f2 --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-d1c5d6ae8191d533.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-eaa8ad33da6ec5f7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53352026-03-02T21:59:15.122Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38fe343c1fab967c -C extra-filename=-148abc8889b07e15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2a3368a5e8015582.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53362026-03-02T21:59:20.509Z Running `/home/build/.rustup/toolchains/1.91.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=b9183fa08f8a86a2 -C extra-filename=-26eb8052c57aaf69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2a3368a5e8015582.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53372026-03-02T21:59:26.879Z Running `/home/build/.rustup/toolchains/1.91.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=20c309e50b227cf9 -C extra-filename=-b3b58f9b73689b2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2a3368a5e8015582.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53382026-03-02T21:59:28.500Z Running `/home/build/.rustup/toolchains/1.91.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat"))' -C metadata=b154922f13d228f7 -C extra-filename=-2e8b96dc7abf0c0a --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-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-d37b9205f8990adb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53392026-03-02T21:59:32.386Z Running `/home/build/.rustup/toolchains/1.91.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=01a0eecb1ad7932c -C extra-filename=-5bd200d42a8cae3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-97e3a84bc8a83160.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ffb3bfd2af595ea1.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-4b677909aa312597.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53402026-03-02T21:59:33.477Z Running `/home/build/.rustup/toolchains/1.91.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=924bff6ccafe12ab -C extra-filename=-5e3a69641c03870d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53412026-03-02T21:59:34.999Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
53422026-03-02T21:59:35.009Z Running `/home/build/.rustup/toolchains/1.91.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=53443611d87767e3 -C extra-filename=-2ec680d23420003b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53432026-03-02T21:59:36.003Z Running `/home/build/.rustup/toolchains/1.91.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=6ca01376982c5872 -C extra-filename=-df8303b920c5b3d3 --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-2ba024f210d1f019.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-eae92ec2293735d2.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9bbba995e55746e9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53442026-03-02T21:59:37.683Z Running `/home/build/.rustup/toolchains/1.91.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=16250b552e23c613 -C extra-filename=-0160104e3612d010 --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-2ba024f210d1f019.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-64cd56277fc75650.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53452026-03-02T21:59:37.944Z Running `/home/build/.rustup/toolchains/1.91.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=7104b963f7553552 -C extra-filename=-ed64f03ad8eec5ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ffb3bfd2af595ea1.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53462026-03-02T21:59:39.732Z Running `/home/build/.rustup/toolchains/1.91.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=91cf41f1ce5aa2b5 -C extra-filename=-99c28ddda0eaf808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-4b02dd2ad57a3dba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53472026-03-02T21:59:40.195Z Running `/home/build/.rustup/toolchains/1.91.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=37e69e1ae6ddb45c -C extra-filename=-0c1ae3010c44cebc --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-7b8cc660aaeba8f0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53482026-03-02T21:59:41.639Z Running `/home/build/.rustup/toolchains/1.91.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=6485a760f0709ce5 -C extra-filename=-cb71945270c83227 --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-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53492026-03-02T21:59:43.752Z Running `/home/build/.rustup/toolchains/1.91.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=0d5236876b302a09 -C extra-filename=-cce7f99fc1b40c26 --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-7b8cc660aaeba8f0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-eaa8ad33da6ec5f7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/usr/ssl-3/lib/amd64`
53502026-03-02T21:59:43.848Z Running `/home/build/.rustup/toolchains/1.91.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=e232e58dfc94f4d8 -C extra-filename=-572bfa48a25feb79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53512026-03-02T21:59:47.174Z Running `/home/build/.rustup/toolchains/1.91.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=f00e4ef8605b1627 -C extra-filename=-b153be3b23daf945 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53522026-03-02T21:59:49.429Z Running `/home/build/.rustup/toolchains/1.91.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=e0686d0ba03ca327 -C extra-filename=-b875d62500854413 --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-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53532026-03-02T21:59:50.831Z Running `/home/build/.rustup/toolchains/1.91.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=34bf369698f96938 -C extra-filename=-802a9b0f7f5b4634 --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-b476cbab3ebc9700.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53542026-03-02T21:59:51.033Z Running `/home/build/.rustup/toolchains/1.91.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=d81930e89eba084a -C extra-filename=-3a2a6aa4378bd00b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-4b02dd2ad57a3dba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53552026-03-02T21:59:52.525Z Running `/home/build/.rustup/toolchains/1.91.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=52c9c4ab08b72176 -C extra-filename=-a6995e774d7825c4 --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-032078021c49cc9d.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-5efe3dfa5eb0e31c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53562026-03-02T21:59:53.163Z Running `/home/build/.rustup/toolchains/1.91.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=5a90abc796d556a0 -C extra-filename=-1f8d0621931f9185 --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-68cc4fb85bd84e40.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53572026-03-02T21:59:54.578Z Running `/home/build/.rustup/toolchains/1.91.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=446fe6c577bc866d -C extra-filename=-70795a585cfa52ec --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-b5ed41fd57ba7c35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53582026-03-02T21:59:55.171Z Running `/home/build/.rustup/toolchains/1.91.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=e55149e6712dcfcc -C extra-filename=-a65fb30697eec9dc --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-bf57061796bb2ede.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53592026-03-02T21:59:55.510Z Running `/home/build/.rustup/toolchains/1.91.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=d89674ce6761acb1 -C extra-filename=-f0798913e85b6f96 --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-3066b3ace58dda21.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53602026-03-02T21:59:56.565Z Running `/home/build/.rustup/toolchains/1.91.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=28b332752fddb399 -C extra-filename=-6520b1667c51d5fb --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-b476cbab3ebc9700.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53612026-03-02T21:59:57.471Z Running `/home/build/.rustup/toolchains/1.91.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=6322115150b8cc1e -C extra-filename=-e53964cfd478a654 --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-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53622026-03-02T21:59:58.094Z Running `/home/build/.rustup/toolchains/1.91.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=1336f727281dbba8 -C extra-filename=-b16e475be4e4e568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53632026-03-02T21:59:59.615Z Running `/home/build/.rustup/toolchains/1.91.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=307811bce81c3587 -C extra-filename=-f46bff6ed2d964ac --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-800a14e1a8c4d7b8.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-a947a27c8e2b2cb2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
53642026-03-02T21:59:59.773Z Running `/home/build/.rustup/toolchains/1.91.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=a4ff9c4e5f6bfe1b -C extra-filename=-a05604c59ca5ce5e --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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-39b6b2a30a528844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53652026-03-02T22:00:00.009Z Running `/home/build/.rustup/toolchains/1.91.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=ef3bbd19ffe29d76 -C extra-filename=-d8d64ddc1bfd65ee --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-b476cbab3ebc9700.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53662026-03-02T22:00:01.972Z Running `/home/build/.rustup/toolchains/1.91.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=0494e7b1d9d699aa -C extra-filename=-6719783b24bcaa8a --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-b476cbab3ebc9700.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53672026-03-02T22:00:02.441Z Running `/home/build/.rustup/toolchains/1.91.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=655534d1a69c4023 -C extra-filename=-a046b655bffde88b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53682026-03-02T22:00:02.777Z Running `/home/build/.rustup/toolchains/1.91.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=84154c8adfaaca9e -C extra-filename=-f6ad826a08bb5484 --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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-04fc1bcdffe6c19d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53692026-03-02T22:00:03.441Z Running `/home/build/.rustup/toolchains/1.91.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=5b135662101bb23e -C extra-filename=-0fa6f4055b0d3c64 --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-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53702026-03-02T22:00:04.531Z Running `/home/build/.rustup/toolchains/1.91.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=f126c2996c884979 -C extra-filename=-0085a137b1304ebd --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-b476cbab3ebc9700.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53712026-03-02T22:00:04.740Z Running `/home/build/.rustup/toolchains/1.91.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=7dccdfed25967bb3 -C extra-filename=-bd8d11637e73ddba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53722026-03-02T22:00:05.485Z Running `/home/build/.rustup/toolchains/1.91.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=e65ffde0ef2969ad -C extra-filename=-690729f97d1cffd4 --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-b5ed41fd57ba7c35.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53732026-03-02T22:00:07.744Z Running `/home/build/.rustup/toolchains/1.91.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=4c2ec52f85fda200 -C extra-filename=-7d03e90163de3c57 --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-2cf04944d013eb04.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-727173de81aeb9fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53742026-03-02T22:00:07.762Z Running `/home/build/.rustup/toolchains/1.91.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=a5161c67236ebad7 -C extra-filename=-dc28413b82decbc6 --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-2cf04944d013eb04.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-727173de81aeb9fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53752026-03-02T22:00:09.562Z Running `/home/build/.rustup/toolchains/1.91.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=dd25d43b19b68ad6 -C extra-filename=-70747db60ab25f80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-a8fcf40a6d269175.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53762026-03-02T22:00:11.302Z Running `/home/build/.rustup/toolchains/1.91.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=d673f6aed1b2147c -C extra-filename=-4e830f63d2deaaf8 --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-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53772026-03-02T22:00:11.720Z Running `/home/build/.rustup/toolchains/1.91.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=5846854856bc2938 -C extra-filename=-4652fdf62082ef16 --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-39b6b2a30a528844.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53782026-03-02T22:00:12.012Z Running `/home/build/.rustup/toolchains/1.91.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=ade87ab5746e0bb2 -C extra-filename=-37edca5a15b7aadc --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-68cc4fb85bd84e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53792026-03-02T22:00:12.377Z Running `/home/build/.rustup/toolchains/1.91.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=60bb7d8b4ac1688e -C extra-filename=-9efa87048246f3b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5401cbae2b6b622a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53802026-03-02T22:00:12.998Z Running `/home/build/.rustup/toolchains/1.91.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=b2de3c08d7b97fdd -C extra-filename=-4dd28e912c737d2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1961a89b1723ffce.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-dc1a729313376c55.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-f0d02969b110bfff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53016268b2702be6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d665ddf1fd1eb449.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53812026-03-02T22:00:13.985Z Running `/home/build/.rustup/toolchains/1.91.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=fcb3ead93d6c6771 -C extra-filename=-481b00afd04f5408 --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-2ba024f210d1f019.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53822026-03-02T22:00:14.509Z Running `/home/build/.rustup/toolchains/1.91.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=ee2d407f74b28ab5 -C extra-filename=-3c4e60e2813656b5 --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-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53832026-03-02T22:00:15.242Z Running `/home/build/.rustup/toolchains/1.91.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=d92c4dd277e43f53 -C extra-filename=-02d677bafa233872 --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-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53842026-03-02T22:00:15.438Z Running `/home/build/.rustup/toolchains/1.91.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=e16efb9de8f4a211 -C extra-filename=-b863e8e0e9910609 --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-2ba024f210d1f019.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53852026-03-02T22:00:15.818Z Running `/home/build/.rustup/toolchains/1.91.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=46f2dd804884524b -C extra-filename=-f0ba95197437c1d7 --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-2ba024f210d1f019.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53862026-03-02T22:00:16.077Z Running `/home/build/.rustup/toolchains/1.91.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=6e6a24bc02c2a21d -C extra-filename=-18783797089fb773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53872026-03-02T22:00:16.384Z Running `/home/build/.rustup/toolchains/1.91.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58a64720f3d68b0d -C extra-filename=-a768b372f2ffc2fc --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-2ba024f210d1f019.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53882026-03-02T22:00:16.745Z Running `/home/build/.rustup/toolchains/1.91.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=98809a763c36f087 -C extra-filename=-6c3a5a3680faf62e --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-2ba024f210d1f019.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53892026-03-02T22:00:17.099Z Running `/home/build/.rustup/toolchains/1.91.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=295c671992855933 -C extra-filename=-67df2f44b859dc71 --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-b476cbab3ebc9700.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53902026-03-02T22:00:17.438Z Running `/home/build/.rustup/toolchains/1.91.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=4b307c053a94fa16 -C extra-filename=-6d7b995cb3611aaf --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-2ba024f210d1f019.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53912026-03-02T22:00:17.711Z Running `/home/build/.rustup/toolchains/1.91.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=f5f0b92c7361999f -C extra-filename=-3b7b338902038dcb --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-7b8cc660aaeba8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53922026-03-02T22:00:18.533Z Running `/home/build/.rustup/toolchains/1.91.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=c0062b2a89e5b54a -C extra-filename=-701db749af179741 --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-2ba024f210d1f019.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53932026-03-02T22:00:18.910Z Running `/home/build/.rustup/toolchains/1.91.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=596ca956f5d600a5 -C extra-filename=-043f1e5ae679e321 --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-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53942026-03-02T22:00:19.414Z Running `/home/build/.rustup/toolchains/1.91.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=e8794f28aa9e7f02 -C extra-filename=-8045b5d089eaf7e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53952026-03-02T22:00:19.663Z Running `/home/build/.rustup/toolchains/1.91.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=3f0a70963a9b2f12 -C extra-filename=-5e60b2a331ceb210 --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-b476cbab3ebc9700.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53962026-03-02T22:00:19.743Z Running `/home/build/.rustup/toolchains/1.91.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=355c121024bf8760 -C extra-filename=-9f6746cdf088508c --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-2ba024f210d1f019.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53972026-03-02T22:00:20.416Z Running `/home/build/.rustup/toolchains/1.91.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=bbe3561c9a652948 -C extra-filename=-b1830ebed05c94ae --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-268aa15817046b32.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53982026-03-02T22:00:21.838Z Running `/home/build/.rustup/toolchains/1.91.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=01179242b16ae970 -C extra-filename=-17f34baa1dd03384 --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-b476cbab3ebc9700.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
53992026-03-02T22:00:22.922Z Running `/home/build/.rustup/toolchains/1.91.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=48e71cdfd1a3dbab -C extra-filename=-c244e09819e7d53c --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-d703376dd51db557.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
54002026-03-02T22:00:23.311Z Running `/home/build/.rustup/toolchains/1.91.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=7ecd1d3e6e0806e6 -C extra-filename=-19613181320ef399 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
54012026-03-02T22:00:23.858Z Running `/home/build/.rustup/toolchains/1.91.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=6a51cc771fc39039 -C extra-filename=-79f3e1c86b571cc8 --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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
54022026-03-02T22:00:25.791Z Running `/home/build/.rustup/toolchains/1.91.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=8815e2883c525cc3 -C extra-filename=-7c87b9f8c84e47cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
54032026-03-02T22:00:28.294Z Running `/home/build/.rustup/toolchains/1.91.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=d6901529f26d111d -C extra-filename=-7811665558834dbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
54042026-03-02T22:00:29.227Z Running `/home/build/.rustup/toolchains/1.91.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=5efd9a845fcd9970 -C extra-filename=-ddfae58a9e2d15ae --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-2ba024f210d1f019.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
54052026-03-02T22:00:29.492Z Running `/home/build/.rustup/toolchains/1.91.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=f2f2bf21fa6926bf -C extra-filename=-3832dcb5a9626f4b --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-4535aca8ab318c48.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9e4f406f25730262.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-cfaa2511914227eb.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a6e1ab1532f8efa3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ed4a167fa0195d62.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-bd8ba8cf7e2e74e8.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3721e944948a813f.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a1da87ac9f71d3b4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-e928439ca5bf1281.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-3339533b116e0c4f.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-8dd14f65ad0dd7aa.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-597297e42a37300a.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e1d4835446809bca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-cbef46c34d9df723.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c9c06d5808196e2d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a5ca919223679cc4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-f8c9a1def293a3d8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9ab2d762c9a0e654.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b84d66a6dbfce3e1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-83e1061ec9d5a25a.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-575d9f292fe3bb22.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1a41148c5f9922e7.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5118ac6f015b2311.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a4b1a70913cda1fd.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c71cdd1e0c183556.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4387b5d2d51d9453.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-906117e627c53165.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c0762f60797c2111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-391aecada57f6d0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4f5d449a98ccef6e.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-eba9b70a608bf3c3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd03c54f4155e59a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-839d4a146506079b.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-50fca1beacd8e56b.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bdd799246e663234.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-846206e86915589a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c5ec39ac863fdc65.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-5fc24b5c46adbd72.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/usr/ssl-3/lib/amd64`
54062026-03-02T22:00:29.525Z Running `/home/build/.rustup/toolchains/1.91.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=95657648287563a1 -C extra-filename=-ec1297c00567264c --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-7b8cc660aaeba8f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-7bf0a588af8cc67d.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
54072026-03-02T22:00:29.776Z Running `/home/build/.rustup/toolchains/1.91.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=0598cf3d76ffc8cf -C extra-filename=-3a1b9bc25a54c54c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
54082026-03-02T22:01:57.271Z Running `/home/build/.rustup/toolchains/1.91.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=2eac345a85c4f7f2 -C extra-filename=-c5417868abd35664 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a5c41da93642dca0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-2c0326d9d4b62150.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-069336ccb4d70d63.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cea1abe67b6d8684.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/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-13/lib/amd64`
54092026-03-02T22:01:57.276Z Running `/home/build/.rustup/toolchains/1.91.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=21ff23db31d4b4e2 -C extra-filename=-cc24921e79f4a750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-92f1fa68d1c5aabe.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c4c364fdcd831b03.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bd874581c32d71c8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-cddd686ab9ad7f45.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b5dd29da7616a8ba.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a5c41da93642dca0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-2c0326d9d4b62150.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-069336ccb4d70d63.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/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-13/lib/amd64`
54102026-03-02T22:01:57.327Z Running `/home/build/.rustup/toolchains/1.91.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=793815c07c1b5648 -C extra-filename=-3f507c04f97ae720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-546f3bd0e4d7955c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-03a1f6f1601429dd.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a5c41da93642dca0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d8c143cef95b29ee.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-2c0326d9d4b62150.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-069336ccb4d70d63.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-d4cf33d309e2324d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L 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-13/lib/amd64`
54112026-03-02T22:01:57.331Z Running `/home/build/.rustup/toolchains/1.91.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=c783b3a733251ce6 -C extra-filename=-e3c7fe4237fa7268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ed331fa3a9daa5c0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-546f3bd0e4d7955c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-03a1f6f1601429dd.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a5c41da93642dca0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d8c143cef95b29ee.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-2c0326d9d4b62150.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-069336ccb4d70d63.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-d4cf33d309e2324d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L 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-13/lib/amd64`
54122026-03-02T22:01:57.371Z Running `/home/build/.rustup/toolchains/1.91.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=7787afe1b4d56c96 -C extra-filename=-667ce382240db608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a5c41da93642dca0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-2c0326d9d4b62150.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-069336ccb4d70d63.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cea1abe67b6d8684.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/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-13/lib/amd64`
54132026-03-02T22:01:57.397Z Running `/home/build/.rustup/toolchains/1.91.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=5f3a9c16bf732652 -C extra-filename=-6713a363e84040b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5b8156f7b5f80cc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bf0b84efdfafe284.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-069336ccb4d70d63.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ec9a7f572e08003e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
54142026-03-02T22:01:57.417Z Running `/home/build/.rustup/toolchains/1.91.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=bb4dc606611aab61 -C extra-filename=-630db5c416f64d5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5b8156f7b5f80cc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bf0b84efdfafe284.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-069336ccb4d70d63.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ec9a7f572e08003e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
54152026-03-02T22:01:57.445Z Running `/home/build/.rustup/toolchains/1.91.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=80678bddbb87576d -C extra-filename=-4c34dc9b841c0f92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5b8156f7b5f80cc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-069336ccb4d70d63.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/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-13/lib/amd64`
54162026-03-02T22:22:18.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44m 48s
54172026-03-02T22:22:48.675Z
54182026-03-02T22:22:48.681Zreal 45:19.253552468
54192026-03-02T22:22:48.681Zuser 2:29:32.550938039
54202026-03-02T22:22:48.681Zsys 26:45.427589874
54212026-03-02T22:22:48.681Ztrap 14.612997260
54222026-03-02T22:22:48.681Ztflt 15.266213250
54232026-03-02T22:22:48.681Zdflt 1:17:30.240493468
54242026-03-02T22:22:48.681Zkflt 1.725277065
54252026-03-02T22:22:48.681Zlock 11:57:20.384045208
54262026-03-02T22:22:48.681Zslp 20:58:03.277327849
54272026-03-02T22:22:48.681Zlat 12:26.932259755
54282026-03-02T22:22:48.681Zstop 18:47.567508889
54292026-03-02T22:22:49.691Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
54302026-03-02T22:22:55.877Z Fresh unicode-ident v1.0.24
54312026-03-02T22:22:55.884Z Fresh cfg-if v1.0.4
54322026-03-02T22:22:55.884Z Fresh memchr v2.7.4
54332026-03-02T22:22:55.891Z Fresh proc-macro2 v1.0.106
54342026-03-02T22:22:55.891Z Fresh autocfg v1.4.0
54352026-03-02T22:22:55.891Z Fresh smallvec v1.15.1
54362026-03-02T22:22:55.891Z Fresh value-bag v1.12.0
54372026-03-02T22:22:55.891Z Fresh quote v1.0.44
54382026-03-02T22:22:55.891Z Fresh libc v0.2.180
54392026-03-02T22:22:55.891Z Fresh serde_core v1.0.228
54402026-03-02T22:22:55.891Z Fresh log v0.4.29
54412026-03-02T22:22:55.891Z Fresh itoa v1.0.11
54422026-03-02T22:22:55.891Z Fresh version_check v0.9.5
54432026-03-02T22:22:55.891Z Fresh scopeguard v1.2.0
54442026-03-02T22:22:55.891Z Fresh syn v2.0.117
54452026-03-02T22:22:55.891Z Fresh getrandom v0.2.15
54462026-03-02T22:22:55.896Z Fresh stable_deref_trait v1.2.0
54472026-03-02T22:22:55.896Z Fresh serde_derive v1.0.228
54482026-03-02T22:22:55.896Z Fresh lock_api v0.4.12
54492026-03-02T22:22:55.896Z Fresh zeroize_derive v1.4.2
54502026-03-02T22:22:55.896Z Fresh synstructure v0.13.1
54512026-03-02T22:22:55.901Z Fresh serde v1.0.228
54522026-03-02T22:22:55.901Z Fresh libm v0.2.8
54532026-03-02T22:22:55.901Z Fresh zmij v1.0.15
54542026-03-02T22:22:55.902Z Fresh zeroize v1.8.1
54552026-03-02T22:22:55.902Z Fresh zerofrom-derive v0.1.4
54562026-03-02T22:22:55.902Z Fresh yoke-derive v0.7.4
54572026-03-02T22:22:55.902Z Fresh bytes v1.11.1
54582026-03-02T22:22:55.902Z Fresh bitflags v2.9.4
54592026-03-02T22:22:55.902Z Fresh num-traits v0.2.19
54602026-03-02T22:22:55.902Z Fresh serde_json v1.0.149
54612026-03-02T22:22:55.902Z Fresh zerofrom v0.1.4
54622026-03-02T22:22:55.902Z Fresh critical-section v1.1.3
54632026-03-02T22:22:55.902Z Fresh portable-atomic v1.11.0
54642026-03-02T22:22:55.902Z Fresh getrandom v0.3.4
54652026-03-02T22:22:55.907Z Fresh yoke v0.7.4
54662026-03-02T22:22:55.907Z Fresh zerovec-derive v0.10.3
54672026-03-02T22:22:55.907Z Fresh displaydoc v0.2.5
54682026-03-02T22:22:55.907Z Fresh writeable v0.5.5
54692026-03-02T22:22:55.907Z Fresh litemap v0.7.3
54702026-03-02T22:22:55.907Z Fresh percent-encoding v2.3.2
54712026-03-02T22:22:55.907Z Fresh once_cell v1.21.3
54722026-03-02T22:22:55.907Z Fresh zerovec v0.10.4
54732026-03-02T22:22:55.907Z Fresh icu_provider_macros v1.5.0
54742026-03-02T22:22:55.907Z Fresh icu_locid_transform_data v1.5.0
54752026-03-02T22:22:55.907Z Fresh icu_properties_data v1.5.0
54762026-03-02T22:22:55.907Z Fresh allocator-api2 v0.2.21
54772026-03-02T22:22:55.907Z Fresh utf8_iter v1.0.4
54782026-03-02T22:22:55.907Z Fresh utf16_iter v1.0.5
54792026-03-02T22:22:55.907Z Fresh tinystr v0.7.6
54802026-03-02T22:22:55.907Z Fresh icu_collections v1.5.0
54812026-03-02T22:22:55.907Z Fresh write16 v1.0.0
54822026-03-02T22:22:55.907Z Fresh icu_normalizer_data v1.5.0
54832026-03-02T22:22:55.907Z Fresh shlex v1.3.0
54842026-03-02T22:22:55.907Z Fresh form_urlencoded v1.2.2
54852026-03-02T22:22:55.908Z Fresh semver v1.0.27
54862026-03-02T22:22:55.908Z Fresh jobserver v0.1.32
54872026-03-02T22:22:55.908Z Fresh icu_locid v1.5.0
54882026-03-02T22:22:55.908Z Fresh find-msvc-tools v0.1.9
54892026-03-02T22:22:55.912Z Fresh pin-project-lite v0.2.14
54902026-03-02T22:22:55.912Z Fresh equivalent v1.0.2
54912026-03-02T22:22:55.912Z Fresh heck v0.5.0
54922026-03-02T22:22:55.912Z Fresh rand_core v0.6.4
54932026-03-02T22:22:55.912Z Fresh subtle v2.6.1
54942026-03-02T22:22:55.912Z Fresh icu_provider v1.5.0
54952026-03-02T22:22:55.912Z Fresh cc v1.2.56
54962026-03-02T22:22:55.912Z Fresh byteorder v1.5.0
54972026-03-02T22:22:55.912Z Fresh signal-hook-registry v1.4.2
54982026-03-02T22:22:55.912Z Fresh foldhash v0.2.0
54992026-03-02T22:22:55.912Z Fresh thiserror-impl v2.0.18
55002026-03-02T22:22:55.919Z Fresh icu_locid_transform v1.5.0
55012026-03-02T22:22:55.919Z Fresh parking_lot_core v0.9.10
55022026-03-02T22:22:55.920Z Fresh hashbrown v0.16.1
55032026-03-02T22:22:55.920Z Fresh fnv v1.0.7
55042026-03-02T22:22:55.920Z Fresh mio v1.0.2
55052026-03-02T22:22:55.920Z Fresh icu_properties v1.5.1
55062026-03-02T22:22:55.920Z Fresh parking_lot v0.12.3
55072026-03-02T22:22:55.920Z Fresh thiserror v2.0.18
55082026-03-02T22:22:55.920Z Fresh iana-time-zone v0.1.63
55092026-03-02T22:22:55.920Z Fresh futures-core v0.3.32
55102026-03-02T22:22:55.920Z Fresh tokio-macros v2.6.0
55112026-03-02T22:22:55.920Z Fresh icu_normalizer v1.5.0
55122026-03-02T22:22:55.920Z Fresh typenum v1.17.0
55132026-03-02T22:22:55.920Z Fresh chrono v0.4.43
55142026-03-02T22:22:55.920Z Fresh socket2 v0.6.1
55152026-03-02T22:22:55.920Z Fresh uuid v1.19.0
55162026-03-02T22:22:55.924Z Fresh indexmap v2.13.0
55172026-03-02T22:22:55.924Z Fresh regex-syntax v0.8.5
55182026-03-02T22:22:55.924Z Fresh errno v0.3.12
55192026-03-02T22:22:55.924Z Fresh idna_adapter v1.2.0
55202026-03-02T22:22:55.924Z Fresh generic-array v0.14.7
55212026-03-02T22:22:55.924Z Fresh tokio v1.49.0
55222026-03-02T22:22:55.924Z Fresh serde_derive_internals v0.29.1
55232026-03-02T22:22:55.924Z Fresh dyn-clone v1.0.20
55242026-03-02T22:22:55.924Z Fresh thiserror-impl v1.0.69
55252026-03-02T22:22:55.924Z Fresh idna v1.0.3
55262026-03-02T22:22:55.924Z Fresh crypto-common v0.1.6
55272026-03-02T22:22:55.924Z Fresh schemars_derive v0.8.22
55282026-03-02T22:22:55.924Z Fresh futures-io v0.3.31
55292026-03-02T22:22:55.924Z Fresh zerocopy-derive v0.7.35
55302026-03-02T22:22:55.925Z Fresh url v2.5.4
55312026-03-02T22:22:55.925Z Fresh thiserror v1.0.69
55322026-03-02T22:22:55.925Z Fresh const-oid v0.9.6
55332026-03-02T22:22:55.925Z Fresh zerocopy v0.7.35
55342026-03-02T22:22:55.925Z Fresh aho-corasick v1.1.3
55352026-03-02T22:22:55.925Z Fresh block-buffer v0.10.4
55362026-03-02T22:22:55.925Z Fresh schemars v0.8.22
55372026-03-02T22:22:55.925Z Fresh slab v0.4.9
55382026-03-02T22:22:55.925Z Fresh regex-automata v0.4.14
55392026-03-02T22:22:55.925Z Fresh digest v0.10.7
55402026-03-02T22:22:55.925Z Fresh pkg-config v0.3.31
55412026-03-02T22:22:55.925Z Fresh futures-sink v0.3.31
55422026-03-02T22:22:55.925Z Fresh pin-utils v0.1.0
55432026-03-02T22:22:55.930Z Fresh rustversion v1.0.22
55442026-03-02T22:22:55.931Z Fresh strsim v0.11.1
55452026-03-02T22:22:55.931Z Fresh futures-channel v0.3.31
55462026-03-02T22:22:55.931Z Fresh futures-macro v0.3.31
55472026-03-02T22:22:55.931Z Fresh futures-task v0.3.31
55482026-03-02T22:22:55.931Z Fresh cpufeatures v0.2.14
55492026-03-02T22:22:55.931Z Fresh futures-util v0.3.31
55502026-03-02T22:22:55.935Z Fresh ppv-lite86 v0.2.20
55512026-03-02T22:22:55.935Z Fresh regex v1.12.3
55522026-03-02T22:22:55.935Z Fresh adler2 v2.0.0
55532026-03-02T22:22:55.935Z Fresh tracing-core v0.1.32
55542026-03-02T22:22:55.935Z Fresh tracing-attributes v0.1.27
55552026-03-02T22:22:55.935Z Fresh syn v1.0.109
55562026-03-02T22:22:55.935Z Fresh rustix v0.38.37
55572026-03-02T22:22:55.935Z Fresh miniz_oxide v0.8.5
55582026-03-02T22:22:55.935Z Fresh tracing v0.1.40
55592026-03-02T22:22:55.935Z Fresh http v1.4.0
55602026-03-02T22:22:55.935Z Fresh serde_tokenstream v0.2.3
55612026-03-02T22:22:55.935Z Fresh foldhash v0.1.5
55622026-03-02T22:22:55.935Z Fresh gimli v0.31.1
55632026-03-02T22:22:55.935Z Fresh addr2line v0.24.2
55642026-03-02T22:22:55.935Z Fresh hashbrown v0.15.4
55652026-03-02T22:22:55.936Z Fresh object v0.36.5
55662026-03-02T22:22:55.936Z Fresh rustc-demangle v0.1.24
55672026-03-02T22:22:55.940Z Fresh base64 v0.22.1
55682026-03-02T22:22:55.940Z Fresh spin v0.9.8
55692026-03-02T22:22:55.940Z Fresh backtrace v0.3.74
55702026-03-02T22:22:55.941Z Fresh ipnet v2.11.0
55712026-03-02T22:22:55.941Z Fresh either v1.15.0
55722026-03-02T22:22:55.941Z Fresh utf8parse v0.2.2
55732026-03-02T22:22:55.941Z Fresh untrusted v0.9.0
55742026-03-02T22:22:55.944Z Fresh crossbeam-utils v0.8.21
55752026-03-02T22:22:55.944Z Fresh ring v0.17.14
55762026-03-02T22:22:55.944Z Fresh tokio-util v0.7.15
55772026-03-02T22:22:55.948Z Fresh base64ct v1.6.0
55782026-03-02T22:22:55.948Z Fresh atomic-waker v1.1.2
55792026-03-02T22:22:55.948Z Fresh fastrand v2.1.1
55802026-03-02T22:22:55.948Z Fresh anyhow v1.0.99
55812026-03-02T22:22:55.949Z Fresh block-padding v0.3.3
55822026-03-02T22:22:55.949Z Fresh vcpkg v0.2.15
55832026-03-02T22:22:55.949Z Fresh rustls-pki-types v1.14.0
55842026-03-02T22:22:55.949Z Fresh ryu v1.0.18
55852026-03-02T22:22:55.949Z Fresh anstyle v1.0.11
55862026-03-02T22:22:55.953Z Fresh httparse v1.9.5
55872026-03-02T22:22:55.953Z Fresh inout v0.1.3
55882026-03-02T22:22:55.953Z Fresh zerocopy-derive v0.8.27
55892026-03-02T22:22:55.953Z Fresh ident_case v1.0.1
55902026-03-02T22:22:55.953Z Fresh anstyle-parse v0.2.5
55912026-03-02T22:22:55.953Z Fresh colorchoice v1.0.2
55922026-03-02T22:22:55.953Z Fresh anstyle-query v1.1.1
55932026-03-02T22:22:55.953Z Fresh cipher v0.4.4
55942026-03-02T22:22:55.953Z Fresh zerocopy v0.8.27
55952026-03-02T22:22:55.953Z Fresh is_terminal_polyfill v1.70.1
55962026-03-02T22:22:55.953Z Fresh pem-rfc7468 v0.7.0
55972026-03-02T22:22:55.953Z Fresh http-body v1.0.1
55982026-03-02T22:22:55.953Z Fresh sha2 v0.10.9
55992026-03-02T22:22:55.953Z Fresh terminal_size v0.4.0
56002026-03-02T22:22:55.953Z Fresh hmac v0.12.1
56012026-03-02T22:22:55.953Z Fresh anstream v0.6.18
56022026-03-02T22:22:55.953Z Fresh cmake v0.1.57
56032026-03-02T22:22:55.953Z Fresh try-lock v0.2.5
56042026-03-02T22:22:55.953Z Fresh fs_extra v1.3.0
56052026-03-02T22:22:55.953Z Fresh dunce v1.0.5
56062026-03-02T22:22:55.953Z Fresh httpdate v1.0.3
56072026-03-02T22:22:55.953Z Fresh h2 v0.4.6
56082026-03-02T22:22:55.953Z Fresh lazy_static v1.5.0
56092026-03-02T22:22:55.954Z Fresh want v0.3.1
56102026-03-02T22:22:55.958Z Fresh der_derive v0.7.3
56112026-03-02T22:22:55.959Z Fresh clap_lex v0.7.4
56122026-03-02T22:22:55.959Z Fresh tower-layer v0.3.3
56132026-03-02T22:22:55.959Z Fresh flagset v0.4.6
56142026-03-02T22:22:55.959Z Fresh tower-service v0.3.3
56152026-03-02T22:22:55.959Z Fresh rand_chacha v0.3.1
56162026-03-02T22:22:55.959Z Fresh clap_builder v4.5.48
56172026-03-02T22:22:55.959Z Fresh hyper v1.8.1
56182026-03-02T22:22:55.959Z Fresh der v0.7.10
56192026-03-02T22:22:55.959Z Fresh clap_derive v4.5.47
56202026-03-02T22:22:55.959Z Fresh rand v0.8.5
56212026-03-02T22:22:55.959Z Fresh unicode-segmentation v1.12.0
56222026-03-02T22:22:55.964Z Fresh clap v4.5.48
56232026-03-02T22:22:55.964Z Fresh hyper-util v0.1.19
56242026-03-02T22:22:55.964Z Fresh aws-lc-sys v0.37.1
56252026-03-02T22:22:55.964Z Fresh http-body-util v0.1.3
56262026-03-02T22:22:55.964Z Fresh camino v1.2.2
56272026-03-02T22:22:55.964Z Fresh openssl-probe v0.1.5
56282026-03-02T22:22:55.964Z Fresh untrusted v0.7.1
56292026-03-02T22:22:55.965Z Fresh num-conv v0.2.0
56302026-03-02T22:22:55.965Z Fresh time-core v0.1.8
56312026-03-02T22:22:55.965Z Fresh powerfmt v0.2.0
56322026-03-02T22:22:55.965Z Fresh time-macros v0.2.27
56332026-03-02T22:22:55.965Z Fresh aws-lc-rs v1.16.0
56342026-03-02T22:22:55.965Z Fresh rustix v1.1.3
56352026-03-02T22:22:55.965Z Fresh deranged v0.5.3
56362026-03-02T22:22:55.965Z Fresh rand_core v0.9.3
56372026-03-02T22:22:55.965Z Fresh toml_datetime v0.6.11
56382026-03-02T22:22:55.965Z Fresh serde_spanned v0.6.9
56392026-03-02T22:22:55.965Z Fresh erased-serde v0.3.31
56402026-03-02T22:22:55.965Z Fresh async-trait v0.1.89
56412026-03-02T22:22:55.965Z Fresh num_threads v0.1.7
56422026-03-02T22:22:55.965Z Fresh rustls-webpki v0.103.9
56432026-03-02T22:22:55.966Z Fresh spki v0.7.3
56442026-03-02T22:22:55.969Z Fresh slog v2.8.2
56452026-03-02T22:22:55.970Z Fresh time v0.3.47
56462026-03-02T22:22:55.970Z Fresh pbkdf2 v0.12.2
56472026-03-02T22:22:55.970Z Fresh aes v0.8.4
56482026-03-02T22:22:55.970Z Fresh serde_urlencoded v0.7.1
56492026-03-02T22:22:55.970Z Fresh hex v0.4.3
56502026-03-02T22:22:55.970Z Fresh ucd-trie v0.1.7
56512026-03-02T22:22:55.970Z Fresh mime v0.3.17
56522026-03-02T22:22:55.970Z Fresh pest v2.8.2
56532026-03-02T22:22:55.970Z Fresh rustls v0.23.37
56542026-03-02T22:22:55.970Z Fresh tempfile v3.24.0
56552026-03-02T22:22:55.970Z Fresh cbc v0.1.2
56562026-03-02T22:22:55.971Z Fresh salsa20 v0.10.2
56572026-03-02T22:22:55.971Z Fresh rustc_version v0.4.1
56582026-03-02T22:22:55.971Z Fresh rand_chacha v0.9.0
56592026-03-02T22:22:55.971Z Fresh pest_meta v2.8.2
56602026-03-02T22:22:55.971Z Fresh scrypt v0.11.0
56612026-03-02T22:22:55.971Z Fresh openapiv3 v2.2.0
56622026-03-02T22:22:55.971Z Fresh plain v0.2.3
56632026-03-02T22:22:55.971Z Fresh rand v0.9.2
56642026-03-02T22:22:55.971Z Fresh tokio-rustls v0.26.0
56652026-03-02T22:22:55.972Z Fresh rustls-native-certs v0.8.1
56662026-03-02T22:22:55.972Z Fresh sync_wrapper v1.0.1
56672026-03-02T22:22:55.972Z Fresh pest_generator v2.8.2
56682026-03-02T22:22:55.972Z Fresh pkcs5 v0.7.1
56692026-03-02T22:22:55.975Z Fresh foreign-types-shared v0.1.1
56702026-03-02T22:22:55.975Z Fresh tower v0.5.2
56712026-03-02T22:22:55.975Z Fresh openssl-sys v0.9.109
56722026-03-02T22:22:55.975Z Fresh webpki-roots v1.0.1
56732026-03-02T22:22:55.975Z Fresh openssl-macros v0.1.1
56742026-03-02T22:22:55.975Z Fresh foreign-types v0.3.2
56752026-03-02T22:22:55.975Z Fresh pkcs8 v0.10.2
56762026-03-02T22:22:55.975Z Fresh pest_derive v2.8.2
56772026-03-02T22:22:55.975Z Fresh encoding_rs v0.8.34
56782026-03-02T22:22:55.975Z Fresh pretty-hex v0.4.1
56792026-03-02T22:22:55.975Z Fresh iri-string v0.7.8
56802026-03-02T22:22:55.975Z Fresh hyper-rustls v0.27.7
56812026-03-02T22:22:55.976Z Fresh openssl v0.10.73
56822026-03-02T22:22:55.976Z Fresh tower-http v0.6.8
56832026-03-02T22:22:55.976Z Fresh ipnetwork v0.21.1
56842026-03-02T22:22:55.976Z Fresh winnow v0.7.14
56852026-03-02T22:22:55.976Z Fresh signature v2.2.0
56862026-03-02T22:22:55.976Z Fresh darling_core v0.21.0
56872026-03-02T22:22:55.976Z Fresh strum_macros v0.26.4
56882026-03-02T22:22:55.976Z Fresh darling_macro v0.21.0
56892026-03-02T22:22:55.976Z Fresh sha1 v0.10.6
56902026-03-02T22:22:55.976Z Fresh winnow v0.5.40
56912026-03-02T22:22:55.976Z Fresh data-encoding v2.9.0
56922026-03-02T22:22:55.976Z Fresh static_assertions v1.1.0
56932026-03-02T22:22:55.976Z Fresh native-tls v0.2.12
56942026-03-02T22:22:55.976Z Fresh paste v1.0.15
56952026-03-02T22:22:55.981Z Fresh strum v0.26.3
56962026-03-02T22:22:55.981Z Fresh toml_edit v0.19.15
56972026-03-02T22:22:55.981Z Fresh darling v0.21.0
56982026-03-02T22:22:55.981Z Fresh oxnet v0.1.4
56992026-03-02T22:22:55.981Z Fresh darling_core v0.20.10
57002026-03-02T22:22:55.982Z Fresh hubpack_derive v0.1.1
57012026-03-02T22:22:55.982Z Fresh tokio-native-tls v0.3.1
57022026-03-02T22:22:55.982Z Fresh tinyvec_macros v0.1.1
57032026-03-02T22:22:55.982Z Fresh quick-error v1.2.3
57042026-03-02T22:22:55.982Z Fresh darling_macro v0.20.10
57052026-03-02T22:22:55.982Z Fresh hubpack v0.1.2
57062026-03-02T22:22:55.982Z Fresh num-integer v0.1.46
57072026-03-02T22:22:55.982Z Fresh scroll_derive v0.12.0
57082026-03-02T22:22:55.982Z Fresh hyper-tls v0.6.0
57092026-03-02T22:22:55.982Z Fresh tinyvec v1.8.0
57102026-03-02T22:22:55.982Z Fresh scroll v0.12.0
57112026-03-02T22:22:55.983Z Fresh darling v0.20.10
57122026-03-02T22:22:55.983Z Fresh base16ct v0.2.0
57132026-03-02T22:22:55.983Z Fresh bit-vec v0.8.0
57142026-03-02T22:22:55.983Z Fresh ff v0.13.0
57152026-03-02T22:22:55.983Z Fresh reqwest v0.12.28
57162026-03-02T22:22:55.983Z Fresh goblin v0.8.2
57172026-03-02T22:22:55.983Z Fresh sec1 v0.7.3
57182026-03-02T22:22:55.983Z Fresh bit-set v0.8.0
57192026-03-02T22:22:55.983Z Fresh scroll_derive v0.13.1
57202026-03-02T22:22:55.983Z Fresh wait-timeout v0.2.0
57212026-03-02T22:22:55.983Z Fresh crc32fast v1.4.2
57222026-03-02T22:22:55.987Z Fresh scroll v0.13.0
57232026-03-02T22:22:55.987Z Fresh dof v0.3.0
57242026-03-02T22:22:55.987Z Fresh group v0.13.0
57252026-03-02T22:22:55.987Z Fresh ahash v0.8.12
57262026-03-02T22:22:55.987Z Fresh num-iter v0.1.45
57272026-03-02T22:22:55.987Z Fresh dtrace-parser v0.2.0
57282026-03-02T22:22:55.987Z Fresh hkdf v0.12.4
57292026-03-02T22:22:55.987Z Fresh crossbeam-epoch v0.9.18
57302026-03-02T22:22:55.987Z Fresh bstr v1.10.0
57312026-03-02T22:22:55.987Z Fresh crypto-bigint v0.5.5
57322026-03-02T22:22:55.987Z Fresh thread-id v4.2.2
57332026-03-02T22:22:55.987Z Fresh toml_write v0.1.2
57342026-03-02T22:22:55.987Z Fresh goblin v0.10.2
57352026-03-02T22:22:55.987Z Fresh rusty-fork v0.3.0
57362026-03-02T22:22:55.987Z Fresh toml_edit v0.22.27
57372026-03-02T22:22:55.987Z Fresh elliptic-curve v0.13.8
57382026-03-02T22:22:55.992Z Fresh usdt-impl v0.5.0
57392026-03-02T22:22:55.992Z Fresh rand_xorshift v0.4.0
57402026-03-02T22:22:55.992Z Fresh heck v0.4.1
57412026-03-02T22:22:55.992Z Fresh itertools v0.13.0
57422026-03-02T22:22:55.992Z Fresh zlib-rs v0.5.1
57432026-03-02T22:22:55.992Z Fresh unarray v0.1.4
57442026-03-02T22:22:55.993Z Fresh num-bigint-dig v0.8.6
57452026-03-02T22:22:55.993Z Fresh dof v0.4.0
57462026-03-02T22:22:55.993Z Fresh dtrace-parser v0.3.0
57472026-03-02T22:22:55.993Z Fresh pkcs1 v0.7.5
57482026-03-02T22:22:55.993Z Fresh libz-rs-sys v0.5.1
57492026-03-02T22:22:55.993Z Fresh proptest v1.7.0
57502026-03-02T22:22:55.993Z Fresh x509-cert v0.2.5
57512026-03-02T22:22:55.998Z Fresh thread-id v5.0.0
57522026-03-02T22:22:55.998Z Fresh rsa v0.9.8
57532026-03-02T22:22:55.998Z Fresh rfc6979 v0.4.0
57542026-03-02T22:22:55.998Z Fresh usdt-impl v0.6.0
57552026-03-02T22:22:55.998Z Fresh flate2 v1.1.2
57562026-03-02T22:22:55.999Z Fresh curve25519-dalek-derive v0.1.1
57572026-03-02T22:22:55.999Z Fresh memmap2 v0.9.8
57582026-03-02T22:22:55.999Z Fresh bitflags v1.3.2
57592026-03-02T22:22:55.999Z Fresh newtype-uuid v1.3.2
57602026-03-02T22:22:55.999Z Fresh ecdsa v0.16.9
57612026-03-02T22:22:55.999Z Fresh bzip2-sys v0.1.13+1.0.8
57622026-03-02T22:22:55.999Z Fresh curve25519-dalek v4.1.3
57632026-03-02T22:22:55.999Z Fresh derive_builder_core v0.20.2
57642026-03-02T22:22:55.999Z Fresh serde_with_macros v3.16.1
57652026-03-02T22:22:55.999Z Fresh daft-derive v0.1.4
57662026-03-02T22:22:55.999Z Fresh env_filter v0.1.2
57672026-03-02T22:22:55.999Z Fresh cfg_aliases v0.2.1
57682026-03-02T22:22:56.019Z Fresh keccak v0.1.5
57692026-03-02T22:22:56.019Z Fresh siphasher v0.3.11
57702026-03-02T22:22:56.019Z Fresh serde_with v3.16.1
57712026-03-02T22:22:56.019Z Fresh derive_builder_macro v0.20.2
57722026-03-02T22:22:56.019Z Fresh daft v0.1.4
57732026-03-02T22:22:56.019Z Fresh env_logger v0.11.8
57742026-03-02T22:22:56.019Z Fresh phf_shared v0.11.2
57752026-03-02T22:22:56.019Z Fresh sha3 v0.10.8
57762026-03-02T22:22:56.019Z Fresh usdt-macro v0.6.0
57772026-03-02T22:22:56.019Z Fresh usdt-attr-macro v0.6.0
57782026-03-02T22:22:56.019Z Fresh toml v0.7.8
57792026-03-02T22:22:56.020Z Fresh ed25519 v2.2.3
57802026-03-02T22:22:56.020Z Fresh signal-hook v0.3.18
57812026-03-02T22:22:56.020Z Fresh ed25519-dalek v2.1.1
57822026-03-02T22:22:56.020Z Fresh usdt v0.6.0
57832026-03-02T22:22:56.020Z Fresh derive_builder v0.20.2
57842026-03-02T22:22:56.020Z Fresh memoffset v0.9.1
57852026-03-02T22:22:56.020Z Fresh unicode-normalization v0.1.24
57862026-03-02T22:22:56.020Z Fresh enum-as-inner v0.6.1
57872026-03-02T22:22:56.020Z Fresh managed v0.8.0
57882026-03-02T22:22:56.020Z Fresh itertools v0.10.5
57892026-03-02T22:22:56.020Z Fresh cargo-platform v0.1.8
57902026-03-02T22:22:56.020Z Fresh ref-cast-impl v1.0.25
57912026-03-02T22:22:56.020Z Fresh litrs v0.4.1
57922026-03-02T22:22:56.020Z Fresh rustc-hash v2.1.1
57932026-03-02T22:22:56.020Z Fresh fixedbitset v0.4.2
57942026-03-02T22:22:56.020Z Fresh new_debug_unreachable v1.0.6
57952026-03-02T22:22:56.020Z Fresh precomputed-hash v0.1.1
57962026-03-02T22:22:56.020Z Fresh ref-cast v1.0.25
57972026-03-02T22:22:56.020Z Fresh document-features v0.2.11
57982026-03-02T22:22:56.020Z Fresh petgraph v0.6.5
57992026-03-02T22:22:56.020Z Fresh string_cache v0.8.9
58002026-03-02T22:22:56.020Z Fresh cargo_metadata v0.19.2
58012026-03-02T22:22:56.020Z Fresh vergen-lib v0.1.6
58022026-03-02T22:22:56.020Z Fresh zstd-sys v2.0.14+zstd.1.5.7
58032026-03-02T22:22:56.021Z Fresh signal-hook-mio v0.2.4
58042026-03-02T22:22:56.021Z Fresh bzip2 v0.4.4
58052026-03-02T22:22:56.021Z Fresh psl-types v2.0.11
58062026-03-02T22:22:56.021Z Fresh fs-err v3.1.1
58072026-03-02T22:22:56.021Z Fresh zip v0.6.6
58082026-03-02T22:22:56.021Z Fresh vergen v9.0.6
58092026-03-02T22:22:56.021Z Fresh publicsuffix v2.3.0
58102026-03-02T22:22:56.021Z Fresh zstd-safe v7.2.3
58112026-03-02T22:22:56.021Z Fresh cookie v0.18.1
58122026-03-02T22:22:56.021Z Fresh simd-adler32 v0.3.7
58132026-03-02T22:22:56.021Z Fresh lalrpop-util v0.19.12
58142026-03-02T22:22:56.021Z Fresh lockfree-object-pool v0.1.6
58152026-03-02T22:22:56.021Z Fresh bumpalo v3.16.0
58162026-03-02T22:22:56.021Z Fresh zstd v0.13.3
58172026-03-02T22:22:56.021Z Fresh cookie_store v0.22.1
58182026-03-02T22:22:56.021Z Fresh crossterm v0.28.1
58192026-03-02T22:22:56.021Z Fresh bzip2 v0.5.2
58202026-03-02T22:22:56.021Z Fresh zopfli v0.8.1
58212026-03-02T22:22:56.021Z Fresh similar v2.7.0
58222026-03-02T22:22:56.021Z Fresh rustls-platform-verifier v0.6.2
58232026-03-02T22:22:56.021Z Fresh hash32 v0.2.1
58242026-03-02T22:22:56.021Z Fresh serde-big-array v0.5.1
58252026-03-02T22:22:56.021Z Fresh socket2 v0.5.10
58262026-03-02T22:22:56.021Z Fresh winnow v0.6.26
58272026-03-02T22:22:56.021Z Fresh jiff v0.2.15
58282026-03-02T22:22:56.021Z Fresh unicode-properties v0.1.3
58292026-03-02T22:22:56.022Z Fresh predicates-core v1.0.8
58302026-03-02T22:22:56.022Z Fresh unicode-bidi v0.3.17
58312026-03-02T22:22:56.022Z Fresh reqwest v0.13.2
58322026-03-02T22:22:56.027Z Fresh heapless v0.7.17
58332026-03-02T22:22:56.027Z Fresh zip v4.2.0
58342026-03-02T22:22:56.027Z Fresh stringprep v0.1.5
58352026-03-02T22:22:56.027Z Fresh hickory-proto v0.25.2
58362026-03-02T22:22:56.027Z Fresh tokio-stream v0.1.17
58372026-03-02T22:22:56.027Z Fresh md-5 v0.10.6
58382026-03-02T22:22:56.027Z Fresh strum_macros v0.27.2
58392026-03-02T22:22:56.027Z Fresh float-cmp v0.10.0
58402026-03-02T22:22:56.027Z Fresh normalize-line-endings v0.3.0
58412026-03-02T22:22:56.027Z Fresh difflib v0.4.0
58422026-03-02T22:22:56.028Z Fresh fallible-iterator v0.2.0
58432026-03-02T22:22:56.028Z Fresh smoltcp v0.9.1
58442026-03-02T22:22:56.028Z Fresh nix v0.29.0
58452026-03-02T22:22:56.028Z Fresh strum v0.27.2
58462026-03-02T22:22:56.028Z Fresh buf-list v1.0.3
58472026-03-02T22:22:56.028Z Fresh predicates v3.1.3
58482026-03-02T22:22:56.028Z Fresh postgres-protocol v0.6.8
58492026-03-02T22:22:56.028Z Fresh iddqd v0.3.16
58502026-03-02T22:22:56.028Z Fresh serde_repr v0.1.19
58512026-03-02T22:22:56.028Z Fresh fixedbitset v0.5.7
58522026-03-02T22:22:56.028Z Fresh peg-runtime v0.8.5
58532026-03-02T22:22:56.028Z Fresh phf v0.11.2
58542026-03-02T22:22:56.028Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
58552026-03-02T22:22:56.028Z Fresh petgraph v0.8.2
58562026-03-02T22:22:56.028Z Fresh postgres-types v0.2.9
58572026-03-02T22:22:56.028Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
58582026-03-02T22:22:56.028Z Fresh whoami v1.5.2
58592026-03-02T22:22:56.028Z Fresh futures-executor v0.3.31
58602026-03-02T22:22:56.028Z Fresh is-terminal v0.4.13
58612026-03-02T22:22:56.028Z Fresh regress v0.10.5
58622026-03-02T22:22:56.028Z Fresh crossbeam-channel v0.5.15
58632026-03-02T22:22:56.028Z Fresh tokio-postgres v0.7.13
58642026-03-02T22:22:56.028Z Fresh futures v0.3.31
58652026-03-02T22:22:56.028Z Fresh thread_local v1.1.8
58662026-03-02T22:22:56.028Z Fresh take_mut v0.2.2
58672026-03-02T22:22:56.028Z Fresh term v1.1.0
58682026-03-02T22:22:56.028Z Fresh match_cfg v0.1.0
58692026-03-02T22:22:56.029Z Fresh debug-ignore v1.0.5
58702026-03-02T22:22:56.032Z Fresh slog-term v2.9.2
58712026-03-02T22:22:56.032Z Fresh hostname v0.3.1
58722026-03-02T22:22:56.032Z Fresh newtype-uuid-macros v0.1.0
58732026-03-02T22:22:56.033Z Fresh slog-json v2.6.1
58742026-03-02T22:22:56.033Z Fresh structmeta-derive v0.3.0
58752026-03-02T22:22:56.033Z Fresh slog-async v2.8.0
58762026-03-02T22:22:56.033Z Fresh structmeta v0.3.0
58772026-03-02T22:22:56.033Z Fresh slog-bunyan v2.5.0
58782026-03-02T22:22:56.033Z Fresh toml_parser v1.0.6+spec-1.1.0
58792026-03-02T22:22:56.033Z Fresh rustls-webpki v0.102.8
58802026-03-02T22:22:56.033Z Fresh serde_spanned v1.0.4
58812026-03-02T22:22:56.033Z Fresh toml_datetime v0.7.5+spec-1.1.0
58822026-03-02T22:22:56.033Z Fresh serde_path_to_error v0.1.20
58832026-03-02T22:22:56.036Z Fresh toml_writer v1.0.6+spec-1.1.0
58842026-03-02T22:22:56.036Z Fresh rustls v0.22.4
58852026-03-02T22:22:56.036Z Fresh async-stream-impl v0.3.6
58862026-03-02T22:22:56.036Z Fresh toml v0.9.11+spec-1.1.0
58872026-03-02T22:22:56.036Z Fresh tokio-rustls v0.25.0
58882026-03-02T22:22:56.036Z Fresh async-stream v0.3.6
58892026-03-02T22:22:56.036Z Fresh rustls-pemfile v2.2.0
58902026-03-02T22:22:56.036Z Fresh waitgroup v0.1.2
58912026-03-02T22:22:56.036Z Fresh dropshot_endpoint v0.16.7
58922026-03-02T22:22:56.037Z Fresh multer v3.1.0
58932026-03-02T22:22:56.037Z Fresh hostname v0.4.2
58942026-03-02T22:22:56.037Z Fresh derive-ex v0.1.8
58952026-03-02T22:22:56.041Z Fresh progenitor-client v0.13.0
58962026-03-02T22:22:56.041Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
58972026-03-02T22:22:56.041Z Fresh itertools v0.14.0
58982026-03-02T22:22:56.041Z Fresh macaddr v1.0.1
58992026-03-02T22:22:56.041Z Fresh dropshot v0.16.7
59002026-03-02T22:22:56.041Z Fresh test-strategy v0.4.3
59012026-03-02T22:22:56.041Z Fresh progenitor-client v0.10.0
59022026-03-02T22:22:56.041Z Fresh instant v0.1.13
59032026-03-02T22:22:56.041Z Fresh parse-display-derive v0.10.0
59042026-03-02T22:22:56.041Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
59052026-03-02T22:22:56.041Z Fresh backon v1.6.0
59062026-03-02T22:22:56.041Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
59072026-03-02T22:22:56.041Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
59082026-03-02T22:22:56.042Z Fresh parse-display v0.10.0
59092026-03-02T22:22:56.042Z Fresh backoff v0.4.0
59102026-03-02T22:22:56.042Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
59112026-03-02T22:22:56.045Z Fresh unicode-width v0.1.14
59122026-03-02T22:22:56.045Z Fresh camino-tempfile v1.4.1
59132026-03-02T22:22:56.045Z Fresh toml v0.8.23
59142026-03-02T22:22:56.045Z Fresh crossbeam-deque v0.8.5
59152026-03-02T22:22:56.045Z Fresh glob v0.3.2
59162026-03-02T22:22:56.049Z Fresh unsafe-libyaml v0.2.11
59172026-03-02T22:22:56.049Z Fresh serde_yaml v0.9.34+deprecated
59182026-03-02T22:22:56.049Z Fresh proc-macro-crate v1.3.1
59192026-03-02T22:22:56.049Z Fresh secrecy v0.10.3
59202026-03-02T22:22:56.053Z Fresh proc-macro-error-attr v1.0.4
59212026-03-02T22:22:56.053Z Fresh rayon-core v1.12.1
59222026-03-02T22:22:56.053Z Fresh crucible-workspace-hack v0.1.0
59232026-03-02T22:22:56.053Z Fresh num_enum_derive v0.5.11
59242026-03-02T22:22:56.053Z Fresh convert_case v0.4.0
59252026-03-02T22:22:56.053Z Fresh proc-macro-error v1.0.4
59262026-03-02T22:22:56.060Z Fresh rayon v1.10.0
59272026-03-02T22:22:56.060Z Fresh nix v0.30.1
59282026-03-02T22:22:56.060Z Fresh num_enum v0.5.11
59292026-03-02T22:22:56.060Z Fresh derive_more v0.99.20
59302026-03-02T22:22:56.060Z Fresh tabwriter v1.4.0
59312026-03-02T22:22:56.122Z Fresh ingot-macros v0.1.1
59322026-03-02T22:22:56.122Z Fresh hash32 v0.3.1
59332026-03-02T22:22:56.122Z Fresh foreign-types-macros v0.2.3
59342026-03-02T22:22:56.122Z Fresh foreign-types-shared v0.3.1
59352026-03-02T22:22:56.122Z Fresh cobs v0.2.3
59362026-03-02T22:22:56.122Z Fresh unicode-width v0.2.0
59372026-03-02T22:22:56.122Z Fresh ingot-types v0.1.2
59382026-03-02T22:22:56.122Z Fresh heapless v0.8.0
59392026-03-02T22:22:56.122Z Fresh postcard v1.0.10
59402026-03-02T22:22:56.122Z Fresh foreign-types v0.5.0
59412026-03-02T22:22:56.123Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59422026-03-02T22:22:56.123Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59432026-03-02T22:22:56.123Z Fresh ingot v0.1.1
59442026-03-02T22:22:56.123Z Fresh smoltcp v0.11.0
59452026-03-02T22:22:56.123Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
59462026-03-02T22:22:56.123Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59472026-03-02T22:22:56.123Z Fresh cstr-argument v0.1.2
59482026-03-02T22:22:56.123Z Fresh pretty-hex v0.2.1
59492026-03-02T22:22:56.123Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59502026-03-02T22:22:56.123Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
59512026-03-02T22:22:56.123Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
59522026-03-02T22:22:56.123Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
59532026-03-02T22:22:56.123Z Fresh colored v2.2.0
59542026-03-02T22:22:56.123Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59552026-03-02T22:22:56.123Z Fresh sigpipe v0.1.3
59562026-03-02T22:22:56.123Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
59572026-03-02T22:22:56.124Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59582026-03-02T22:22:56.124Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
59592026-03-02T22:22:56.124Z Fresh zone_cfg_derive v0.3.0
59602026-03-02T22:22:56.124Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
59612026-03-02T22:22:56.124Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59622026-03-02T22:22:56.124Z Fresh itertools v0.12.1
59632026-03-02T22:22:56.124Z Fresh smf v0.2.3
59642026-03-02T22:22:56.124Z Fresh num-derive v0.4.2
59652026-03-02T22:22:56.124Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
59662026-03-02T22:22:56.124Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
59672026-03-02T22:22:56.124Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59682026-03-02T22:22:56.124Z Fresh zone v0.3.1
59692026-03-02T22:22:56.124Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
59702026-03-02T22:22:56.124Z Fresh half v2.4.1
59712026-03-02T22:22:56.124Z Fresh ciborium-io v0.2.2
59722026-03-02T22:22:56.124Z Fresh typify-impl v0.6.1
59732026-03-02T22:22:56.124Z Fresh ciborium-ll v0.2.2
59742026-03-02T22:22:56.124Z Fresh typify-macro v0.6.1
59752026-03-02T22:22:56.124Z Fresh indent_write v2.2.0
59762026-03-02T22:22:56.124Z Fresh universal-hash v0.5.1
59772026-03-02T22:22:56.124Z Fresh opaque-debug v0.3.1
59782026-03-02T22:22:56.124Z Fresh aead v0.5.2
59792026-03-02T22:22:56.124Z Fresh chacha20 v0.9.1
59802026-03-02T22:22:56.124Z Fresh ciborium v0.2.2
59812026-03-02T22:22:56.124Z Fresh typify v0.6.1
59822026-03-02T22:22:56.124Z Fresh poly1305 v0.8.0
59832026-03-02T22:22:56.125Z Fresh usdt-attr-macro v0.5.0
59842026-03-02T22:22:56.125Z Fresh usdt-macro v0.5.0
59852026-03-02T22:22:56.125Z Fresh memmap v0.7.0
59862026-03-02T22:22:56.125Z Fresh swrite v0.1.0
59872026-03-02T22:22:56.125Z Fresh progenitor-impl v0.13.0
59882026-03-02T22:22:56.125Z Fresh usdt v0.5.0
59892026-03-02T22:22:56.125Z Fresh thiserror-impl-no-std v2.0.2
59902026-03-02T22:22:56.125Z Fresh chacha20poly1305 v0.10.1
59912026-03-02T22:22:56.125Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
59922026-03-02T22:22:56.125Z Fresh password-hash v0.5.0
59932026-03-02T22:22:56.125Z Fresh blake2 v0.10.6
59942026-03-02T22:22:56.125Z Fresh progenitor-macro v0.13.0
59952026-03-02T22:22:56.125Z Fresh thiserror-no-std v2.0.2
59962026-03-02T22:22:56.125Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
59972026-03-02T22:22:56.125Z Fresh argon2 v0.5.3
59982026-03-02T22:22:56.125Z Fresh typify-impl v0.4.3
59992026-03-02T22:22:56.125Z Fresh console v0.15.10
60002026-03-02T22:22:56.125Z Fresh atomicwrites v0.4.4
60012026-03-02T22:22:56.125Z Fresh progenitor v0.13.0
60022026-03-02T22:22:56.125Z Fresh vsss-rs v3.3.4
60032026-03-02T22:22:56.125Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
60042026-03-02T22:22:56.125Z Fresh typify-macro v0.4.3
60052026-03-02T22:22:56.125Z Fresh derive-where v1.5.0
60062026-03-02T22:22:56.125Z Fresh newline-converter v0.3.0
60072026-03-02T22:22:56.125Z Fresh num-rational v0.4.2
60082026-03-02T22:22:56.125Z Fresh typify v0.4.3
60092026-03-02T22:22:56.126Z Fresh expectorate v1.2.0
60102026-03-02T22:22:56.126Z Fresh num-complex v0.4.6
60112026-03-02T22:22:56.126Z Fresh bytecount v0.6.8
60122026-03-02T22:22:56.126Z Fresh float-ord v0.3.2
60132026-03-02T22:22:56.126Z Fresh num v0.4.3
60142026-03-02T22:22:56.126Z Fresh tokio-dtrace v0.1.0
60152026-03-02T22:22:56.126Z Fresh libsw-core v0.3.1
60162026-03-02T22:22:56.126Z Fresh progenitor-impl v0.11.2
60172026-03-02T22:22:56.126Z Fresh oxide-tokio-rt v0.1.2
60182026-03-02T22:22:56.126Z Fresh prettyplease v0.2.36
60192026-03-02T22:22:56.126Z Fresh owo-colors v4.2.3
60202026-03-02T22:22:56.126Z Fresh libsw v3.5.0
60212026-03-02T22:22:56.126Z Fresh linear-map v1.2.0
60222026-03-02T22:22:56.126Z Fresh progenitor-macro v0.11.2
60232026-03-02T22:22:56.126Z Fresh cancel-safe-futures v0.1.5
60242026-03-02T22:22:56.126Z Fresh progenitor-client v0.11.2
60252026-03-02T22:22:56.126Z Fresh gethostname v0.5.0
60262026-03-02T22:22:56.126Z Fresh same-file v1.0.6
60272026-03-02T22:22:56.126Z Fresh unicode-xid v0.2.6
60282026-03-02T22:22:56.126Z Fresh async-recursion v1.1.1
60292026-03-02T22:22:56.126Z Fresh progenitor v0.11.2
60302026-03-02T22:22:56.126Z Fresh walkdir v2.5.0
60312026-03-02T22:22:56.133Z Fresh resolv-conf v0.7.0
60322026-03-02T22:22:56.133Z Fresh convert_case v0.7.1
60332026-03-02T22:22:56.133Z Fresh smawk v0.3.2
60342026-03-02T22:22:56.133Z Fresh unicode-linebreak v0.1.5
60352026-03-02T22:22:56.133Z Fresh globset v0.4.15
60362026-03-02T22:22:56.133Z Fresh derive_more-impl v2.0.1
60372026-03-02T22:22:56.133Z Fresh vte_generate_state_changes v0.1.2
60382026-03-02T22:22:56.133Z Fresh termtree v0.5.1
60392026-03-02T22:22:56.133Z Fresh derive_more v2.0.1
60402026-03-02T22:22:56.133Z Fresh slog-dtrace v0.3.0
60412026-03-02T22:22:56.133Z Fresh vte v0.11.1
60422026-03-02T22:22:56.133Z Fresh fd-lock v4.0.2
60432026-03-02T22:22:56.133Z Fresh pin-project-internal v1.1.6
60442026-03-02T22:22:56.133Z Fresh linked-hash-map v0.5.6
60452026-03-02T22:22:56.133Z Fresh minimal-lexical v0.2.1
60462026-03-02T22:22:56.134Z Fresh crossterm v0.29.0
60472026-03-02T22:22:56.134Z Fresh pin-project v1.1.6
60482026-03-02T22:22:56.134Z Fresh nom v7.1.3
60492026-03-02T22:22:56.134Z Fresh object v0.37.3
60502026-03-02T22:22:56.134Z Fresh lru-cache v0.1.2
60512026-03-02T22:22:56.134Z Fresh strip-ansi-escapes v0.2.0
60522026-03-02T22:22:56.134Z Fresh hickory-proto v0.24.4
60532026-03-02T22:22:56.134Z Fresh pem v3.0.5
60542026-03-02T22:22:56.134Z Fresh nibble_vec v0.1.0
60552026-03-02T22:22:56.134Z Fresh endian-type v0.1.2
60562026-03-02T22:22:56.134Z Fresh nu-ansi-term v0.50.1
60572026-03-02T22:22:56.134Z Fresh display-error-chain v0.2.2
60582026-03-02T22:22:56.134Z Fresh ar_archive_writer v0.5.1
60592026-03-02T22:22:56.134Z Fresh reedline v0.40.0
60602026-03-02T22:22:56.134Z Fresh radix_trie v0.2.1
60612026-03-02T22:22:56.134Z Fresh snafu-derive v0.8.5
60622026-03-02T22:22:56.134Z Fresh hickory-resolver v0.24.4
60632026-03-02T22:22:56.134Z Fresh textwrap v0.16.2
60642026-03-02T22:22:56.134Z Fresh olpc-cjson v0.1.4
60652026-03-02T22:22:56.134Z Fresh snafu v0.8.5
60662026-03-02T22:22:56.134Z Fresh serde_plain v1.0.2
60672026-03-02T22:22:56.134Z Fresh typed-path v0.9.3
60682026-03-02T22:22:56.134Z Fresh qorb v0.4.1
60692026-03-02T22:22:56.134Z Fresh csv-core v0.1.11
60702026-03-02T22:22:56.134Z Fresh tough v0.20.0
60712026-03-02T22:22:56.134Z Fresh highway v1.3.0
60722026-03-02T22:22:56.134Z Fresh cfg_aliases v0.1.1
60732026-03-02T22:22:56.134Z Fresh humantime v2.2.0
60742026-03-02T22:22:56.135Z Fresh csv v1.3.1
60752026-03-02T22:22:56.135Z Fresh psm v0.1.30
60762026-03-02T22:22:56.135Z Fresh home v0.5.9
60772026-03-02T22:22:56.135Z Fresh siphasher v1.0.1
60782026-03-02T22:22:56.135Z Fresh stacker v0.1.23
60792026-03-02T22:22:56.135Z Fresh papergrid v0.11.0
60802026-03-02T22:22:56.135Z Fresh tabled_derive v0.7.0
60812026-03-02T22:22:56.135Z Fresh phf_shared v0.12.1
60822026-03-02T22:22:56.135Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
60832026-03-02T22:22:56.135Z Fresh recursive-proc-macro-impl v0.1.1
60842026-03-02T22:22:56.135Z Fresh base64 v0.21.7
60852026-03-02T22:22:56.135Z Fresh semver v0.1.20
60862026-03-02T22:22:56.135Z Fresh tabled v0.15.0
60872026-03-02T22:22:56.135Z Fresh nix v0.28.0
60882026-03-02T22:22:56.135Z Fresh rustc_version v0.1.7
60892026-03-02T22:22:56.135Z Fresh recursive v0.1.1
60902026-03-02T22:22:56.135Z Fresh phf v0.12.1
60912026-03-02T22:22:56.135Z Fresh const_format_proc_macros v0.2.34
60922026-03-02T22:22:56.135Z Fresh peg-macros v0.8.5
60932026-03-02T22:22:56.135Z Fresh sqlparser_derive v0.5.0
60942026-03-02T22:22:56.135Z Fresh unicode_categories v0.1.1
60952026-03-02T22:22:56.135Z Fresh rustyline v14.0.0
60962026-03-02T22:22:56.135Z Fresh chrono-tz v0.10.4
60972026-03-02T22:22:56.135Z Fresh const_format v0.2.34
60982026-03-02T22:22:56.135Z Fresh peg v0.8.5
60992026-03-02T22:22:56.135Z Fresh sqlparser v0.61.0
61002026-03-02T22:22:56.135Z Fresh sqlformat v0.3.5
61012026-03-02T22:22:56.135Z Fresh bcs v0.1.6
61022026-03-02T22:22:56.136Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
61032026-03-02T22:22:56.136Z Fresh newtype_derive v0.1.6
61042026-03-02T22:22:56.136Z Fresh colored v3.0.0
61052026-03-02T22:22:56.136Z Fresh utf-8 v0.7.6
61062026-03-02T22:22:56.136Z Fresh arc-swap v1.7.1
61072026-03-02T22:22:56.136Z Fresh xattr v1.3.1
61082026-03-02T22:22:56.136Z Fresh filetime v0.2.26
61092026-03-02T22:22:56.136Z Fresh typify-impl v0.2.0
61102026-03-02T22:22:56.136Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
61112026-03-02T22:22:56.136Z Fresh steno v0.4.1
61122026-03-02T22:22:56.136Z Fresh tungstenite v0.21.0
61132026-03-02T22:22:56.136Z Fresh slog-scope v4.4.0
61142026-03-02T22:22:56.136Z Fresh tar v0.4.44
61152026-03-02T22:22:56.136Z Fresh subprocess v0.2.9
61162026-03-02T22:22:56.136Z Fresh typify-macro v0.2.0
61172026-03-02T22:22:56.136Z Fresh headers-core v0.3.0
61182026-03-02T22:22:56.136Z Fresh tokio-tungstenite v0.21.0
61192026-03-02T22:22:56.136Z Fresh slog-stdlog v4.1.1
61202026-03-02T22:22:56.136Z Fresh headers v0.4.1
61212026-03-02T22:22:56.136Z Fresh typify v0.2.0
61222026-03-02T22:22:56.136Z Fresh progenitor-client v0.8.0
61232026-03-02T22:22:56.136Z Fresh heck v0.3.3
61242026-03-02T22:22:56.136Z Fresh slog-envlogger v2.2.0
61252026-03-02T22:22:56.137Z Fresh progenitor-impl v0.8.0
61262026-03-02T22:22:56.137Z Fresh zone_cfg_derive v0.1.2
61272026-03-02T22:22:56.137Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
61282026-03-02T22:22:56.137Z Fresh yasna v0.5.2
61292026-03-02T22:22:56.137Z Fresh number_prefix v0.4.0
61302026-03-02T22:22:56.137Z Fresh progenitor-macro v0.8.0
61312026-03-02T22:22:56.147Z Fresh lzma-sys v0.1.20
61322026-03-02T22:22:56.147Z Fresh base64 v0.13.1
61332026-03-02T22:22:56.147Z Fresh indicatif v0.17.11
61342026-03-02T22:22:56.147Z Fresh rcgen v0.12.1
61352026-03-02T22:22:56.147Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
61362026-03-02T22:22:56.147Z Fresh zone v0.1.8
61372026-03-02T22:22:56.147Z Fresh progenitor v0.8.0
61382026-03-02T22:22:56.147Z Fresh xz2 v0.1.7
61392026-03-02T22:22:56.147Z Fresh ron v0.7.1
61402026-03-02T22:22:56.147Z Fresh dropshot-api-manager-types v0.5.2
61412026-03-02T22:22:56.147Z Fresh tagptr v0.2.0
61422026-03-02T22:22:56.147Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
61432026-03-02T22:22:56.147Z Fresh progenitor-impl v0.10.0
61442026-03-02T22:22:56.147Z Fresh bitfield-struct v0.6.2
61452026-03-02T22:22:56.147Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61462026-03-02T22:22:56.147Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
61472026-03-02T22:22:56.147Z Fresh moka v0.12.10
61482026-03-02T22:22:56.147Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61492026-03-02T22:22:56.147Z Fresh progenitor-macro v0.10.0
61502026-03-02T22:22:56.147Z Fresh tap v1.0.1
61512026-03-02T22:22:56.147Z Fresh hickory-resolver v0.25.2
61522026-03-02T22:22:56.148Z Fresh libefi-sys v0.1.0
61532026-03-02T22:22:56.148Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
61542026-03-02T22:22:56.148Z Fresh progenitor v0.10.0
61552026-03-02T22:22:56.148Z Fresh wyz v0.5.1
61562026-03-02T22:22:56.148Z Fresh radium v0.7.0
61572026-03-02T22:22:56.148Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
61582026-03-02T22:22:56.148Z Fresh zerocopy-derive v0.6.6
61592026-03-02T22:22:56.148Z Fresh funty v2.0.0
61602026-03-02T22:22:56.148Z Fresh crc-catalog v2.4.0
61612026-03-02T22:22:56.148Z Fresh packed_struct_codegen v0.10.1
61622026-03-02T22:22:56.148Z Fresh bitvec v1.0.1
61632026-03-02T22:22:56.148Z Fresh crc v3.2.1
61642026-03-02T22:22:56.148Z Fresh zerocopy v0.6.6
61652026-03-02T22:22:56.148Z Fresh maybe-uninit v2.0.0
61662026-03-02T22:22:56.148Z Fresh bitfield-macros v0.19.2
61672026-03-02T22:22:56.148Z Fresh nodrop v0.1.14
61682026-03-02T22:22:56.148Z Fresh smallvec v0.6.14
61692026-03-02T22:22:56.148Z Fresh bitfield v0.19.2
61702026-03-02T22:22:56.148Z Fresh packed_struct v0.10.1
61712026-03-02T22:22:56.148Z Fresh hashbrown v0.12.3
61722026-03-02T22:22:56.148Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
61732026-03-02T22:22:56.148Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
61742026-03-02T22:22:56.148Z Fresh array-init v0.0.4
61752026-03-02T22:22:56.148Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
61762026-03-02T22:22:56.148Z Fresh indexmap v1.9.3
61772026-03-02T22:22:56.148Z Fresh ron v0.8.1
61782026-03-02T22:22:56.148Z Fresh hashbrown v0.13.2
61792026-03-02T22:22:56.149Z Fresh crc-any v2.5.0
61802026-03-02T22:22:56.149Z Fresh xshell-macros v0.2.7
61812026-03-02T22:22:56.149Z Fresh serde-hex v0.1.0
61822026-03-02T22:22:56.149Z Fresh xshell v0.2.7
61832026-03-02T22:22:56.149Z Fresh object v0.30.4
61842026-03-02T22:22:56.149Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
61852026-03-02T22:22:56.149Z Fresh path-slash v0.1.5
61862026-03-02T22:22:56.149Z Fresh half v1.8.3
61872026-03-02T22:22:56.149Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
61882026-03-02T22:22:56.149Z Fresh serde_cbor v0.11.2
61892026-03-02T22:22:56.149Z Fresh proc-macro-error-attr2 v2.0.0
61902026-03-02T22:22:56.149Z Fresh num-derive v0.3.3
61912026-03-02T22:22:56.149Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
61922026-03-02T22:22:56.149Z Fresh maplit v1.0.2
61932026-03-02T22:22:56.155Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
61942026-03-02T22:22:56.155Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
61952026-03-02T22:22:56.155Z Fresh proc-macro-error2 v2.0.1
61962026-03-02T22:22:56.155Z Fresh libscf-sys v1.1.0
61972026-03-02T22:22:56.155Z Fresh papergrid v0.17.0
61982026-03-02T22:22:56.155Z Fresh testing_table v0.3.0
61992026-03-02T22:22:56.155Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
62002026-03-02T22:22:56.155Z Fresh tabled_derive v0.11.0
62012026-03-02T22:22:56.155Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
62022026-03-02T22:22:56.155Z Fresh fxhash v0.2.1
62032026-03-02T22:22:56.155Z Fresh unicase v2.8.1
62042026-03-02T22:22:56.155Z Fresh crc8 v0.1.1
62052026-03-02T22:22:56.155Z Fresh tabled v0.20.0
62062026-03-02T22:22:56.155Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
62072026-03-02T22:22:56.155Z Fresh diff v0.1.13
62082026-03-02T22:22:56.156Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
62092026-03-02T22:22:56.156Z Fresh dsl_auto_type v0.1.2
62102026-03-02T22:22:56.156Z Fresh git-stub v1.0.0
62112026-03-02T22:22:56.156Z Fresh kstat-rs v0.2.4
62122026-03-02T22:22:56.156Z Fresh scheduled-thread-pool v0.2.7
62132026-03-02T22:22:56.156Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
62142026-03-02T22:22:56.156Z Fresh diesel_table_macro_syntax v0.2.0
62152026-03-02T22:22:56.156Z Fresh r2d2 v0.8.10
62162026-03-02T22:22:56.156Z Fresh git-stub-vcs v0.1.0
62172026-03-02T22:22:56.156Z Fresh diesel_derives v2.2.3
62182026-03-02T22:22:56.156Z Fresh vergen-gitcl v1.0.8
62192026-03-02T22:22:56.156Z Fresh dirs-sys-next v0.1.2
62202026-03-02T22:22:56.156Z Fresh diesel v2.2.12
62212026-03-02T22:22:56.156Z Fresh dirs-next v2.0.0
62222026-03-02T22:22:56.156Z Fresh parking_lot_core v0.8.6
62232026-03-02T22:22:56.156Z Fresh parking_lot v0.11.2
62242026-03-02T22:22:56.156Z Fresh crunchy v0.2.2
62252026-03-02T22:22:56.156Z Fresh term v0.7.0
62262026-03-02T22:22:56.163Z Fresh prefix-trie v0.7.0
62272026-03-02T22:22:56.163Z Fresh nanorand v0.7.0
62282026-03-02T22:22:56.163Z Fresh bit-vec v0.6.3
62292026-03-02T22:22:56.163Z Fresh tiny-keccak v2.0.2
62302026-03-02T22:22:56.163Z Fresh ascii-canvas v3.0.0
62312026-03-02T22:22:56.163Z Fresh sled v0.34.7
62322026-03-02T22:22:56.163Z Fresh flume v0.11.1
62332026-03-02T22:22:56.163Z Fresh hickory-server v0.25.2
62342026-03-02T22:22:56.163Z Fresh bit-set v0.5.3
62352026-03-02T22:22:56.163Z Fresh hickory-client v0.25.2
62362026-03-02T22:22:56.163Z Fresh ena v0.14.3
62372026-03-02T22:22:56.163Z Fresh libloading v0.8.5
62382026-03-02T22:22:56.172Z Fresh regex-syntax v0.6.29
62392026-03-02T22:22:56.172Z Fresh lalrpop v0.19.12
62402026-03-02T22:22:56.172Z Fresh clang-sys v1.8.1
62412026-03-02T22:22:56.172Z Fresh cexpr v0.6.0
62422026-03-02T22:22:56.173Z Fresh bindgen v0.71.1
62432026-03-02T22:22:56.177Z Fresh primeorder v0.13.6
62442026-03-02T22:22:56.177Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
62452026-03-02T22:22:56.177Z Fresh salty v0.3.0
62462026-03-02T22:22:56.177Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
62472026-03-02T22:22:56.177Z Fresh strum_macros v0.24.3
62482026-03-02T22:22:56.177Z Fresh indoc v1.0.9
62492026-03-02T22:22:56.177Z Fresh libxml v0.3.3
62502026-03-02T22:22:56.177Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
62512026-03-02T22:22:56.177Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
62522026-03-02T22:22:56.177Z Fresh polar-core v0.27.3
62532026-03-02T22:22:56.177Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
62542026-03-02T22:22:56.177Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
62552026-03-02T22:22:56.178Z Fresh oso-derive v0.27.3
62562026-03-02T22:22:56.178Z Fresh impl-trait-for-tuples v0.2.2
62572026-03-02T22:22:56.178Z Fresh quick-xml v0.37.2
62582026-03-02T22:22:56.178Z Fresh samael v0.0.19
62592026-03-02T22:22:56.178Z Fresh oso v0.27.3
62602026-03-02T22:22:56.178Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
62612026-03-02T22:22:56.178Z Fresh p384 v0.13.1
62622026-03-02T22:22:56.178Z Fresh trait-variant v0.1.2
62632026-03-02T22:22:56.183Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
62642026-03-02T22:22:56.183Z Fresh predicates-tree v1.0.12
62652026-03-02T22:22:56.183Z Fresh assert_matches v1.5.0
62662026-03-02T22:22:56.183Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
62672026-03-02T22:22:56.183Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
62682026-03-02T22:22:56.183Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
62692026-03-02T22:22:56.183Z Fresh parse-size v1.1.0
62702026-03-02T22:22:56.183Z Fresh fs-err v2.11.0
62712026-03-02T22:22:56.183Z Fresh bb8 v0.8.5
62722026-03-02T22:22:56.183Z Fresh http-range v0.1.5
62732026-03-02T22:22:56.183Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
62742026-03-02T22:22:56.183Z Fresh diesel-dtrace v0.4.2
62752026-03-02T22:22:56.183Z Fresh async-bb8-diesel v0.2.1
62762026-03-02T22:22:56.188Z Fresh ignore v0.4.23
62772026-03-02T22:22:56.188Z Fresh atty v0.2.14
62782026-03-02T22:22:56.188Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
62792026-03-02T22:22:56.188Z Fresh globwalk v0.9.1
62802026-03-02T22:22:56.188Z Fresh mime_guess v2.0.5
62812026-03-02T22:22:56.188Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62822026-03-02T22:22:56.188Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
62832026-03-02T22:22:56.188Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62842026-03-02T22:22:56.192Z Fresh nonempty v0.12.0
62852026-03-02T22:22:56.192Z Fresh corncobs v0.1.4
62862026-03-02T22:22:56.192Z Fresh camino-tempfile-ext v0.3.2
62872026-03-02T22:22:56.192Z Fresh hyper-staticfile v0.10.1
62882026-03-02T22:22:56.192Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62892026-03-02T22:22:56.192Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
62902026-03-02T22:22:56.192Z Fresh signal-hook-tokio v0.3.1
62912026-03-02T22:22:56.192Z Fresh secrecy v0.8.0
62922026-03-02T22:22:56.195Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
62932026-03-02T22:22:56.195Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
62942026-03-02T22:22:56.195Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
62952026-03-02T22:22:56.195Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
62962026-03-02T22:22:56.195Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
62972026-03-02T22:22:56.195Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
62982026-03-02T22:22:56.195Z Fresh tungstenite v0.23.0
62992026-03-02T22:22:56.195Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
63002026-03-02T22:22:56.195Z Fresh void v1.0.2
63012026-03-02T22:22:56.195Z Fresh tokio-tungstenite v0.23.1
63022026-03-02T22:22:56.198Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
63032026-03-02T22:22:56.199Z Fresh nix v0.27.1
63042026-03-02T22:22:56.199Z Fresh serde_bytes v0.11.19
63052026-03-02T22:22:56.199Z Fresh lzss v0.8.2
63062026-03-02T22:22:56.199Z Fresh rand_seeder v0.4.0
63072026-03-02T22:22:56.199Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
63082026-03-02T22:22:56.199Z Fresh yansi v1.0.1
63092026-03-02T22:22:56.199Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
63102026-03-02T22:22:56.199Z Fresh pretty_assertions v1.4.1
63112026-03-02T22:22:56.199Z Fresh is_ci v1.2.0
63122026-03-02T22:22:56.203Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
63132026-03-02T22:22:56.206Z Fresh tabled_derive v0.10.0
63142026-03-02T22:22:56.206Z Fresh typeid v1.0.3
63152026-03-02T22:22:56.206Z Fresh papergrid v0.14.0
63162026-03-02T22:22:56.206Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
63172026-03-02T22:22:56.206Z Fresh concurrent-queue v2.5.0
63182026-03-02T22:22:56.206Z Fresh parking v2.2.1
63192026-03-02T22:22:56.206Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
63202026-03-02T22:22:56.206Z Fresh tabled v0.18.0
63212026-03-02T22:22:56.206Z Fresh erased-serde v0.4.6
63222026-03-02T22:22:56.209Z Fresh castaway v0.2.3
63232026-03-02T22:22:56.209Z Fresh ordered-float v2.10.1
63242026-03-02T22:22:56.209Z Fresh indoc v2.0.6
63252026-03-02T22:22:56.209Z Fresh compact_str v0.8.0
63262026-03-02T22:22:56.209Z Fresh serde-untagged v0.1.7
63272026-03-02T22:22:56.210Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
63282026-03-02T22:22:56.210Z Fresh serde-value v0.7.0
63292026-03-02T22:22:56.210Z Fresh libz-sys v1.1.20
63302026-03-02T22:22:56.210Z Fresh unicode-truncate v1.1.0
63312026-03-02T22:22:56.210Z Fresh lru v0.12.5
63322026-03-02T22:22:56.210Z Fresh instability v0.3.2
63332026-03-02T22:22:56.210Z Fresh cassowary v0.3.0
63342026-03-02T22:22:56.210Z Fresh cargo-util-schemas v0.8.2
63352026-03-02T22:22:56.210Z Fresh libgit2-sys v0.18.2+1.9.1
63362026-03-02T22:22:56.210Z Fresh event-listener v5.3.1
63372026-03-02T22:22:56.210Z Fresh console v0.16.0
63382026-03-02T22:22:56.210Z Fresh ratatui v0.29.0
63392026-03-02T22:22:56.210Z Fresh cargo-platform v0.2.0
63402026-03-02T22:22:56.210Z Fresh unit-prefix v0.5.1
63412026-03-02T22:22:56.210Z Fresh event-listener-strategy v0.5.2
63422026-03-02T22:22:56.210Z Fresh git2 v0.20.2
63432026-03-02T22:22:56.210Z Fresh indicatif v0.18.0
63442026-03-02T22:22:56.210Z Fresh cargo_metadata v0.21.0
63452026-03-02T22:22:56.213Z Fresh supports-color v3.0.2
63462026-03-02T22:22:56.213Z Fresh vergen-git2 v1.0.7
63472026-03-02T22:22:56.213Z Fresh futures-lite v2.3.0
63482026-03-02T22:22:56.213Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
63492026-03-02T22:22:56.213Z Fresh rustls-webpki v0.101.7
63502026-03-02T22:22:56.213Z Fresh sct v0.7.1
63512026-03-02T22:22:56.213Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
63522026-03-02T22:22:56.217Z Fresh rustls v0.21.12
63532026-03-02T22:22:56.217Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
63542026-03-02T22:22:56.217Z Fresh async-lock v3.4.0
63552026-03-02T22:22:56.217Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
63562026-03-02T22:22:56.217Z Fresh tokio-rustls v0.24.1
63572026-03-02T22:22:56.217Z Fresh rustls-pemfile v1.0.4
63582026-03-02T22:22:56.217Z Fresh twox-hash v2.1.0
63592026-03-02T22:22:56.217Z Fresh polling v3.7.3
63602026-03-02T22:22:56.217Z Fresh hex-literal v0.4.1
63612026-03-02T22:22:56.221Z Fresh shell-words v1.1.0
63622026-03-02T22:22:56.221Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
63632026-03-02T22:22:56.221Z Fresh async-io v2.3.4
63642026-03-02T22:22:56.221Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
63652026-03-02T22:22:56.221Z Fresh progenitor-extras v0.1.0
63662026-03-02T22:22:56.221Z Fresh fatfs v0.3.6
63672026-03-02T22:22:56.221Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
63682026-03-02T22:22:56.221Z Fresh seq-macro v0.3.6
63692026-03-02T22:22:56.221Z Fresh async-task v4.7.1
63702026-03-02T22:22:56.221Z Fresh async-channel v2.3.1
63712026-03-02T22:22:56.221Z Fresh piper v0.2.4
63722026-03-02T22:22:56.221Z Fresh plotters-backend v0.3.7
63732026-03-02T22:22:56.221Z Fresh async-executor v1.13.1
63742026-03-02T22:22:56.225Z Fresh async-signal v0.2.10
63752026-03-02T22:22:56.225Z Fresh sapling-renderdag v0.1.0
63762026-03-02T22:22:56.225Z Fresh petname v2.0.2
63772026-03-02T22:22:56.225Z Fresh plotters-svg v0.3.7
63782026-03-02T22:22:56.225Z Fresh blocking v1.6.1
63792026-03-02T22:22:56.225Z Fresh rtoolbox v0.0.2
63802026-03-02T22:22:56.225Z Fresh cast v0.3.0
63812026-03-02T22:22:56.225Z Fresh event-listener v2.5.3
63822026-03-02T22:22:56.225Z Fresh futures-timer v3.0.3
63832026-03-02T22:22:56.225Z Fresh sync-ptr v0.1.4
63842026-03-02T22:22:56.225Z Fresh async-channel v1.9.0
63852026-03-02T22:22:56.225Z Fresh rpassword v7.4.0
63862026-03-02T22:22:56.225Z Fresh criterion-plot v0.6.0
63872026-03-02T22:22:56.225Z Fresh plotters v0.3.7
63882026-03-02T22:22:56.225Z Fresh async-global-executor v2.4.1
63892026-03-02T22:22:56.230Z Fresh async-process v2.3.0
63902026-03-02T22:22:56.230Z Fresh tui-tree-widget v0.23.1
63912026-03-02T22:22:56.230Z Fresh async-attributes v1.1.2
63922026-03-02T22:22:56.230Z Fresh tinytemplate v1.2.1
63932026-03-02T22:22:56.230Z Fresh kv-log-macro v1.0.7
63942026-03-02T22:22:56.230Z Fresh anes v0.1.6
63952026-03-02T22:22:56.230Z Fresh oorandom v11.1.4
63962026-03-02T22:22:56.230Z Fresh async-std v1.13.0
63972026-03-02T22:22:56.230Z Fresh criterion v0.7.0
63982026-03-02T22:22:56.230Z Fresh polyval v0.6.2
63992026-03-02T22:22:56.230Z Fresh ghash v0.5.1
64002026-03-02T22:22:56.230Z Fresh async-object-pool v0.1.5
64012026-03-02T22:22:56.234Z Fresh ctr v0.9.2
64022026-03-02T22:22:56.234Z Fresh serde_regex v1.1.0
64032026-03-02T22:22:56.234Z Fresh assert-json-diff v2.0.2
64042026-03-02T22:22:56.234Z Fresh path-tree v0.8.1
64052026-03-02T22:22:56.234Z Fresh stringmetrics v2.2.2
64062026-03-02T22:22:56.234Z Fresh httpmock v0.8.0-alpha.1
64072026-03-02T22:22:56.234Z Fresh target-lexicon v0.13.2
64082026-03-02T22:22:56.234Z Fresh aes-gcm v0.10.3
64092026-03-02T22:22:56.234Z Fresh ssh-encoding v0.2.0
64102026-03-02T22:22:56.234Z Fresh blowfish v0.9.1
64112026-03-02T22:22:56.235Z Fresh arrayvec v0.7.6
64122026-03-02T22:22:56.240Z Fresh arrayref v0.3.9
64132026-03-02T22:22:56.240Z Fresh constant_time_eq v0.3.1
64142026-03-02T22:22:56.240Z Fresh ssh-cipher v0.2.0
64152026-03-02T22:22:56.240Z Fresh bcrypt-pbkdf v0.10.0
64162026-03-02T22:22:56.240Z Fresh cfg-expr v0.20.1
64172026-03-02T22:22:56.240Z Fresh guppy-workspace-hack v0.1.0
64182026-03-02T22:22:56.240Z Fresh supports-color v2.1.0
64192026-03-02T22:22:56.240Z Fresh textwrap v0.15.2
64202026-03-02T22:22:56.240Z Fresh supports-hyperlinks v2.1.0
64212026-03-02T22:22:56.240Z Fresh supports-unicode v2.1.0
64222026-03-02T22:22:56.240Z Fresh hashbrown v0.14.5
64232026-03-02T22:22:56.241Z Fresh password-hash v0.4.2
64242026-03-02T22:22:56.241Z Fresh backtrace-ext v0.2.1
64252026-03-02T22:22:56.241Z Fresh miette-derive v5.10.0
64262026-03-02T22:22:56.241Z Fresh terminal_size v0.1.17
64272026-03-02T22:22:56.241Z Fresh owo-colors v3.5.0
64282026-03-02T22:22:56.241Z Fresh target-spec v3.5.0
64292026-03-02T22:22:56.241Z Fresh ssh-key v0.6.6
64302026-03-02T22:22:56.241Z Fresh miette v5.10.0
64312026-03-02T22:22:56.241Z Fresh chumsky v0.9.3
64322026-03-02T22:22:56.241Z Fresh pbkdf2 v0.11.0
64332026-03-02T22:22:56.241Z Fresh p256 v0.13.2
64342026-03-02T22:22:56.241Z Fresh p521 v0.13.3
64352026-03-02T22:22:56.241Z Fresh knuffel-derive v3.2.0
64362026-03-02T22:22:56.241Z Fresh pathdiff v0.2.3
64372026-03-02T22:22:56.246Z Fresh russh-cryptovec v0.7.3
64382026-03-02T22:22:56.246Z Fresh nested v0.1.1
64392026-03-02T22:22:56.246Z Fresh md5 v0.7.0
64402026-03-02T22:22:56.246Z Fresh knuffel v3.2.0
64412026-03-02T22:22:56.247Z Fresh guppy v0.17.20
64422026-03-02T22:22:56.247Z Fresh russh-keys v0.45.0
64432026-03-02T22:22:56.247Z Fresh httptest v0.16.3
64442026-03-02T22:22:56.247Z Fresh num-bigint v0.4.6
64452026-03-02T22:22:56.247Z Fresh des v0.8.1
64462026-03-02T22:22:56.247Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64472026-03-02T22:22:56.247Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
64482026-03-02T22:22:56.247Z Fresh russh v0.45.0
64492026-03-02T22:22:56.247Z Fresh blake3 v1.5.4
64502026-03-02T22:22:56.247Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
64512026-03-02T22:22:56.247Z Fresh internet-checksum v0.2.1
64522026-03-02T22:22:56.247Z Fresh escape8259 v0.5.3
64532026-03-02T22:22:56.247Z Fresh topological-sort v0.2.2
64542026-03-02T22:22:56.252Z Fresh libtest-mimic v0.8.1
64552026-03-02T22:22:56.252Z Fresh omicron-zone-package v0.12.2
64562026-03-02T22:22:56.252Z Fresh doc-comment v0.3.3
64572026-03-02T22:22:56.252Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
64582026-03-02T22:22:56.252Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
64592026-03-02T22:22:56.426Z Running `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/rustc --crate-name scim2_test_client --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/c78005d/test-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7eaf98b9eac8cb8e -C extra-filename=-85b15b89c1641370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-a3c888ab9a6f3140.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rmeta --cap-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-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/usr/ssl-3/lib/amd64`
64602026-03-02T22:22:56.430Z Compiling similar-asserts v1.7.0
64612026-03-02T22:22:56.430Z Fresh proc-macro-crate v3.2.0
64622026-03-02T22:22:56.430Z Fresh fancy-regex v0.14.0
64632026-03-02T22:22:56.430Z Fresh relative-path v1.9.3
64642026-03-02T22:22:56.446Z Running `/home/build/.rustup/toolchains/1.91.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=8b8979e8c4fafd0e -C extra-filename=-006bb4f65ca4c4a5 --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-988e9159243af5a7.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-391aecada57f6d0c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
64652026-03-02T22:22:56.450Z Fresh datatest-stable v0.3.2
64662026-03-02T22:22:56.450Z Fresh rstest_macros v0.25.0
64672026-03-02T22:22:56.450Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
64682026-03-02T22:22:56.450Z Fresh assert_cmd v2.0.17
64692026-03-02T22:22:56.450Z Fresh target-triple v0.1.3
64702026-03-02T22:22:56.450Z Fresh support-bundle-viewer v0.1.2
64712026-03-02T22:22:56.450Z Fresh multimap v0.10.1
64722026-03-02T22:22:56.450Z Fresh uzers v0.12.1
64732026-03-02T22:22:56.450Z Fresh termcolor v1.4.1
64742026-03-02T22:22:56.450Z Fresh rstest v0.25.0
64752026-03-02T22:22:56.450Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
64762026-03-02T22:22:56.450Z Fresh trybuild v1.0.106
64772026-03-02T22:22:56.450Z Fresh blake2b_simd v1.0.2
64782026-03-02T22:22:56.450Z Fresh partial-io v0.5.4
64792026-03-02T22:22:56.450Z Fresh drift v0.1.3
64802026-03-02T22:22:56.450Z Fresh rand_distr v0.5.1
64812026-03-02T22:22:56.453Z Fresh approx v0.5.1
64822026-03-02T22:22:56.453Z Fresh dropshot-api-manager v0.5.2
64832026-03-02T22:22:56.453Z Fresh rust-argon2 v2.1.0
64842026-03-02T22:22:56.453Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
64852026-03-02T22:22:56.453Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
64862026-03-02T22:22:56.453Z Fresh cargo_toml v0.21.0
64872026-03-02T22:22:56.453Z Fresh termios v0.3.3
64882026-03-02T22:22:56.459Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
64892026-03-02T22:22:56.459Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
64902026-03-02T22:22:56.459Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
64912026-03-02T22:22:56.459Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
64922026-03-02T22:22:56.459Z Fresh omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
64932026-03-02T22:22:56.459Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
64942026-03-02T22:22:56.459Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
64952026-03-02T22:22:56.459Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
64962026-03-02T22:22:56.459Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
64972026-03-02T22:22:56.459Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
64982026-03-02T22:22:56.459Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
64992026-03-02T22:22:56.459Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
65002026-03-02T22:22:56.459Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
65012026-03-02T22:22:56.464Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
65022026-03-02T22:22:56.464Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
65032026-03-02T22:22:56.464Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
65042026-03-02T22:22:56.464Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
65052026-03-02T22:22:56.464Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
65062026-03-02T22:22:56.464Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
65072026-03-02T22:22:56.470Z Fresh tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
65082026-03-02T22:22:56.470Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
65092026-03-02T22:22:56.470Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
65102026-03-02T22:22:56.470Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
65112026-03-02T22:22:56.470Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
65122026-03-02T22:22:56.473Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
65132026-03-02T22:22:56.473Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
65142026-03-02T22:22:56.473Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
65152026-03-02T22:22:56.473Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
65162026-03-02T22:22:56.473Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
65172026-03-02T22:22:56.473Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
65182026-03-02T22:22:56.473Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
65192026-03-02T22:22:56.474Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
65202026-03-02T22:22:56.474Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
65212026-03-02T22:22:56.474Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
65222026-03-02T22:22:56.474Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
65232026-03-02T22:22:56.478Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
65242026-03-02T22:22:56.478Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
65252026-03-02T22:22:56.478Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
65262026-03-02T22:22:56.478Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
65272026-03-02T22:22:56.478Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
65282026-03-02T22:22:56.495Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
65292026-03-02T22:22:56.524Z Running `/home/build/.rustup/toolchains/1.91.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=736050f9239a69d1 -C extra-filename=-bc414928e33bbf37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-92f1fa68d1c5aabe.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c4c364fdcd831b03.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-40334ae811d97fd5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1014431a745deeb0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-1436f3373bbc3644.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-3d05927503e9e448.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cb5bd6a5195e8e6c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d35a88ed38958201.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7e81a27920dd605f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5d978d100434a1dc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-820a13068d34fe63.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-cddd686ab9ad7f45.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b5dd29da7616a8ba.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5176f163164bb79e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a5c41da93642dca0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-83acf82480682dd0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d8c143cef95b29ee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5b8156f7b5f80cc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-9d00542ff6da8673.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-66403f0acd3fbdc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-069336ccb4d70d63.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-a8fcf40a6d269175.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7300718b1cfca620.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-745844d85b1f8543.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c32f8d9b0fab7f01.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/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-13/lib/amd64`
65302026-03-02T22:22:56.529Z Running `/home/build/.rustup/toolchains/1.91.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=08dc07dc89c40d14 -C extra-filename=-4bfe96719999b948 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-92f1fa68d1c5aabe.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c4c364fdcd831b03.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-40334ae811d97fd5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1014431a745deeb0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-1436f3373bbc3644.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-3d05927503e9e448.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cb5bd6a5195e8e6c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d35a88ed38958201.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7e81a27920dd605f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5d978d100434a1dc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-820a13068d34fe63.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-cddd686ab9ad7f45.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b5dd29da7616a8ba.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5176f163164bb79e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a5c41da93642dca0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-83acf82480682dd0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d8c143cef95b29ee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5b8156f7b5f80cc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-9d00542ff6da8673.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-66403f0acd3fbdc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-069336ccb4d70d63.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-a8fcf40a6d269175.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7300718b1cfca620.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-745844d85b1f8543.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c32f8d9b0fab7f01.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/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-13/lib/amd64`
65312026-03-02T22:22:56.529Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
65322026-03-02T22:22:56.529Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
65332026-03-02T22:22:56.529Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
65342026-03-02T22:22:56.529Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
65352026-03-02T22:22:56.529Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
65362026-03-02T22:22:56.529Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
65372026-03-02T22:22:56.529Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
65382026-03-02T22:22:56.529Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
65392026-03-02T22:22:56.529Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
65402026-03-02T22:22:56.530Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
65412026-03-02T22:22:56.530Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
65422026-03-02T22:22:56.530Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
65432026-03-02T22:22:56.530Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
65442026-03-02T22:22:56.530Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
65452026-03-02T22:22:56.530Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
65462026-03-02T22:22:56.530Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
65472026-03-02T22:22:56.530Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
65482026-03-02T22:22:56.530Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
65492026-03-02T22:22:56.530Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
65502026-03-02T22:22:56.530Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
65512026-03-02T22:22:56.530Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
65522026-03-02T22:22:56.530Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
65532026-03-02T22:22:56.530Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
65542026-03-02T22:22:56.535Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
65552026-03-02T22:22:56.535Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
65562026-03-02T22:22:56.535Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
65572026-03-02T22:22:56.535Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
65582026-03-02T22:22:56.535Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
65592026-03-02T22:22:56.542Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
65602026-03-02T22:22:56.542Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
65612026-03-02T22:22:56.542Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
65622026-03-02T22:22:56.542Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
65632026-03-02T22:22:56.542Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
65642026-03-02T22:22:56.542Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
65652026-03-02T22:22:56.542Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
65662026-03-02T22:22:56.542Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
65672026-03-02T22:22:56.542Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
65682026-03-02T22:22:56.542Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
65692026-03-02T22:22:56.543Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
65702026-03-02T22:22:56.543Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
65712026-03-02T22:22:56.543Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
65722026-03-02T22:22:56.543Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
65732026-03-02T22:22:56.543Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
65742026-03-02T22:22:56.543Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
65752026-03-02T22:22:56.543Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
65762026-03-02T22:22:56.543Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
65772026-03-02T22:22:56.546Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
65782026-03-02T22:22:56.546Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
65792026-03-02T22:22:56.546Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
65802026-03-02T22:22:56.546Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
65812026-03-02T22:22:56.546Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
65822026-03-02T22:22:56.546Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
65832026-03-02T22:22:56.546Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
65842026-03-02T22:22:56.546Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
65852026-03-02T22:22:56.546Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
65862026-03-02T22:22:56.546Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
65872026-03-02T22:22:56.546Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
65882026-03-02T22:22:56.546Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
65892026-03-02T22:22:56.546Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
65902026-03-02T22:22:56.546Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
65912026-03-02T22:22:56.546Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
65922026-03-02T22:22:56.546Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
65932026-03-02T22:22:56.546Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
65942026-03-02T22:22:56.550Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
65952026-03-02T22:22:56.551Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
65962026-03-02T22:22:56.551Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
65972026-03-02T22:22:56.551Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
65982026-03-02T22:22:56.551Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
65992026-03-02T22:22:56.551Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
66002026-03-02T22:22:56.554Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
66012026-03-02T22:22:56.554Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
66022026-03-02T22:22:56.554Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
66032026-03-02T22:22:56.554Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
66042026-03-02T22:22:56.554Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
66052026-03-02T22:22:56.554Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
66062026-03-02T22:22:56.555Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
66072026-03-02T22:22:56.555Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
66082026-03-02T22:22:56.555Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
66092026-03-02T22:22:56.555Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
66102026-03-02T22:22:56.555Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
66112026-03-02T22:22:56.555Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
66122026-03-02T22:22:56.555Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
66132026-03-02T22:22:56.555Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
66142026-03-02T22:22:56.555Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
66152026-03-02T22:22:56.555Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
66162026-03-02T22:22:56.555Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
66172026-03-02T22:22:56.555Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
66182026-03-02T22:22:56.555Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
66192026-03-02T22:22:56.555Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
66202026-03-02T22:22:56.555Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
66212026-03-02T22:22:56.555Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
66222026-03-02T22:22:56.555Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
66232026-03-02T22:22:56.555Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
66242026-03-02T22:22:56.555Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
66252026-03-02T22:22:56.555Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
66262026-03-02T22:22:56.555Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
66272026-03-02T22:22:56.559Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
66282026-03-02T22:22:56.559Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
66292026-03-02T22:22:56.559Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
66302026-03-02T22:22:56.559Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
66312026-03-02T22:22:56.559Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
66322026-03-02T22:22:56.559Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
66332026-03-02T22:22:56.559Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
66342026-03-02T22:22:56.559Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
66352026-03-02T22:22:56.559Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
66362026-03-02T22:22:56.559Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
66372026-03-02T22:22:56.559Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
66382026-03-02T22:22:56.559Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
66392026-03-02T22:22:56.559Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
66402026-03-02T22:22:56.559Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
66412026-03-02T22:22:56.559Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
66422026-03-02T22:22:56.559Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
66432026-03-02T22:22:56.559Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
66442026-03-02T22:22:56.559Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
66452026-03-02T22:22:56.565Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
66462026-03-02T22:22:56.565Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
66472026-03-02T22:22:56.565Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
66482026-03-02T22:22:56.565Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
66492026-03-02T22:22:56.565Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
66502026-03-02T22:22:56.565Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
66512026-03-02T22:22:56.565Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
66522026-03-02T22:22:56.565Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
66532026-03-02T22:22:56.565Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
66542026-03-02T22:22:56.565Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
66552026-03-02T22:22:56.565Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
66562026-03-02T22:22:56.570Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
66572026-03-02T22:22:56.570Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
66582026-03-02T22:22:56.570Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
66592026-03-02T22:22:56.570Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
66602026-03-02T22:22:56.570Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
66612026-03-02T22:22:56.570Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
66622026-03-02T22:22:59.575Z Running `/home/build/.rustup/toolchains/1.91.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=2a327bfb144b8664 -C extra-filename=-2cb56f5e6160c866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-92f1fa68d1c5aabe.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c4c364fdcd831b03.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-40334ae811d97fd5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1014431a745deeb0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bd874581c32d71c8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-1436f3373bbc3644.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-3d05927503e9e448.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cb5bd6a5195e8e6c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d35a88ed38958201.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7e81a27920dd605f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5d978d100434a1dc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-820a13068d34fe63.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-cddd686ab9ad7f45.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b5dd29da7616a8ba.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5176f163164bb79e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a5c41da93642dca0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-83acf82480682dd0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d8c143cef95b29ee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5b8156f7b5f80cc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-2c0326d9d4b62150.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-9d00542ff6da8673.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-66403f0acd3fbdc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-069336ccb4d70d63.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ec9a7f572e08003e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4b68e85bbb97db78.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-a8fcf40a6d269175.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7300718b1cfca620.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-745844d85b1f8543.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c32f8d9b0fab7f01.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-85b15b89c1641370.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-006bb4f65ca4c4a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L 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-13/lib/amd64`
66632026-03-02T22:22:59.625Z Running `/home/build/.rustup/toolchains/1.91.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=446fa0b14f9a09f3 -C extra-filename=-1d8b8d570b2cd869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-92f1fa68d1c5aabe.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c4c364fdcd831b03.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-40334ae811d97fd5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1014431a745deeb0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bd874581c32d71c8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-1436f3373bbc3644.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-3d05927503e9e448.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cb5bd6a5195e8e6c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d35a88ed38958201.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7e81a27920dd605f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5d978d100434a1dc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-820a13068d34fe63.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-cddd686ab9ad7f45.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b5dd29da7616a8ba.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5176f163164bb79e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a5c41da93642dca0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-83acf82480682dd0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d8c143cef95b29ee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5b8156f7b5f80cc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-2c0326d9d4b62150.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-9d00542ff6da8673.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-66403f0acd3fbdc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ec9a7f572e08003e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4b68e85bbb97db78.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-a8fcf40a6d269175.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7300718b1cfca620.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-745844d85b1f8543.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c32f8d9b0fab7f01.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-85b15b89c1641370.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-006bb4f65ca4c4a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L 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-13/lib/amd64`
66642026-03-02T22:22:59.626Z Running `/home/build/.rustup/toolchains/1.91.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=2c8256cf615d2233 -C extra-filename=-11736e858ac34eab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-92f1fa68d1c5aabe.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c4c364fdcd831b03.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-40334ae811d97fd5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1014431a745deeb0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bd874581c32d71c8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-1436f3373bbc3644.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-3d05927503e9e448.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cb5bd6a5195e8e6c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d35a88ed38958201.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7e81a27920dd605f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5d978d100434a1dc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-820a13068d34fe63.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-cddd686ab9ad7f45.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b5dd29da7616a8ba.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5176f163164bb79e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a5c41da93642dca0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-83acf82480682dd0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d8c143cef95b29ee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5b8156f7b5f80cc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-2c0326d9d4b62150.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-9d00542ff6da8673.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-66403f0acd3fbdc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-069336ccb4d70d63.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ec9a7f572e08003e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4b68e85bbb97db78.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-a8fcf40a6d269175.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7300718b1cfca620.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-745844d85b1f8543.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c32f8d9b0fab7f01.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-85b15b89c1641370.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-006bb4f65ca4c4a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L 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-13/lib/amd64`
66652026-03-02T22:22:59.626Z Running `/home/build/.rustup/toolchains/1.91.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=fce4567ccf254f8f -C extra-filename=-473d929b22e1bed9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-92f1fa68d1c5aabe.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c4c364fdcd831b03.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-40334ae811d97fd5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1014431a745deeb0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bd874581c32d71c8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-1436f3373bbc3644.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-3d05927503e9e448.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cb5bd6a5195e8e6c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d35a88ed38958201.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7e81a27920dd605f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5d978d100434a1dc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-820a13068d34fe63.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-cddd686ab9ad7f45.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b5dd29da7616a8ba.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5176f163164bb79e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a5c41da93642dca0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-83acf82480682dd0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d8c143cef95b29ee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5b8156f7b5f80cc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-2c0326d9d4b62150.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-9d00542ff6da8673.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-66403f0acd3fbdc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-069336ccb4d70d63.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ec9a7f572e08003e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4b68e85bbb97db78.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-a8fcf40a6d269175.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7300718b1cfca620.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-745844d85b1f8543.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c32f8d9b0fab7f01.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-85b15b89c1641370.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-006bb4f65ca4c4a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L 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-13/lib/amd64`
66662026-03-02T22:29:18.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 28s
66672026-03-02T22:29:19.175Z
66682026-03-02T22:29:19.211Zreal 6:29.280269809
66692026-03-02T22:29:19.211Zuser 13:51.022762535
66702026-03-02T22:29:19.211Zsys 1:21.054086392
66712026-03-02T22:29:19.211Ztrap 0.244610939
66722026-03-02T22:29:19.211Ztflt 2.165212074
66732026-03-02T22:29:19.211Zdflt 30.598892778
66742026-03-02T22:29:19.211Zkflt 0.190350872
66752026-03-02T22:29:19.211Zlock 38:10.135005768
66762026-03-02T22:29:19.211Zslp 47:47.077254468
66772026-03-02T22:29:19.211Zlat 3.023517596
66782026-03-02T22:29:19.211Zstop 34.034961040
66792026-03-02T22:29:19.212Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
66802026-03-02T22:29:19.212Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
66812026-03-02T22:29:19.212Z++ mktemp -d /tmp/nextest-state.XXXXXX
66822026-03-02T22:29:19.212Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.OGa4Ks
66832026-03-02T22:29:19.212Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
66842026-03-02T22:29:19.212Z+ mkdir -p /tmp/nextest-recording-config
66852026-03-02T22:29:19.256Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
66862026-03-02T22:29:19.256Z+ export NEXTEST_STATE_DIR
66872026-03-02T22:29:19.256Z+ banner test
66882026-03-02T22:29:19.256Z+ NEXTEST_EXIT=0
66892026-03-02T22:29:19.256Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
66902026-03-02T22:29:19.800Z
66912026-03-02T22:29:19.800Z ##### ###### #### #####
66922026-03-02T22:29:19.801Z # # # #
66932026-03-02T22:29:19.801Z # ##### #### #
66942026-03-02T22:29:19.801Z # # # #
66952026-03-02T22:29:19.801Z # # # # #
66962026-03-02T22:29:19.801Z # ###### #### #
66972026-03-02T22:29:19.801Z
66982026-03-02T22:29:21.942Zinfo: experimental features enabled: setup-scripts, benchmarks
66992026-03-02T22:29:23.950Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
67002026-03-02T22:29:24.139Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
67012026-03-02T22:29:24.159Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
67022026-03-02T22:29:24.182Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
67032026-03-02T22:29:40.180Z Finished `test` profile [unoptimized + debuginfo] target(s) in 18.20s
67042026-03-02T22:29:52.019Z────────────
67052026-03-02T22:29:52.019Z Nextest run ID 689096a3-ab5e-4eb8-a711-1bbc77cfc704 with nextest profile: ci
67062026-03-02T22:29:52.019Z Starting 2705 tests across 228 binaries (6 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
67072026-03-02T22:29:52.023Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
67082026-03-02T22:29:55.738Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
67092026-03-02T22:29:55.872Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
67102026-03-02T22:29:55.888Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
67112026-03-02T22:29:55.901Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
67122026-03-02T22:29:55.904Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
67132026-03-02T22:29:55.932Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
67142026-03-02T22:29:55.950Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
67152026-03-02T22:29:55.953Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
67162026-03-02T22:29:58.498Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
67172026-03-02T22:29:59.184Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
67182026-03-02T22:30:00.088Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
67192026-03-02T22:30:00.367Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
67202026-03-02T22:30:01.200Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
67212026-03-02T22:30:02.186Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
67222026-03-02T22:30:02.334Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
67232026-03-02T22:30:03.690Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
67242026-03-02T22:30:05.326Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
67252026-03-02T22:30:15.880Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
67262026-03-02T22:30:17.712Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
67272026-03-02T22:30:17.715Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
67282026-03-02T22:30:32.064Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
67292026-03-02T22:30:44.640Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
67302026-03-02T22:30:47.824Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67312026-03-02T22:30:50.489Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
67322026-03-02T22:31:02.393Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 10s
67332026-03-02T22:31:02.552Z Running `target/debug/crdb-seed`
67342026-03-02T22:31:02.611ZMar 02 22:31:00.898 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpbzbm89
67352026-03-02T22:31:02.611ZMar 02 22:31:00.904 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpaxnQIp,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpbzbm89/listen-url --max-sql-memory 256MiB
67362026-03-02T22:31:02.614ZMar 02 22:31:00.904 INFO cockroach environment: BUILDOMAT_JOB_ID=01KJR76YZH0A93HXZY1DHX0SEK BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.91.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=jmcarp/document-distribution-estimates GITHUB_REF=refs/heads/jmcarp/document-distribution-estimates GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=fda073a7a56467a7051f311b0923db1e5f3f0afa 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-7e5b1b43be3d4cd2/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out:/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out:/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out:/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out:/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envDbAX1b NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out:/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out:/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out:/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=689096a3-ab5e-4eb8-a711-1bbc77cfc704 NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.OGa4Ks PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.91.1-x86_64-unknown-illumos 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
67372026-03-02T22:31:04.000ZMar 02 22:31:02.292 INFO cockroach pid: 10036
67382026-03-02T22:31:04.000ZMar 02 22:31:02.292 INFO cockroach listen URL: postgresql://root@[::1]:36771/omicron?sslmode=disable
67392026-03-02T22:31:04.005ZMar 02 22:31:02.298 INFO cockroach: populating
67402026-03-02T22:31:05.844ZMar 02 22:31:04.137 INFO cockroach: populated
67412026-03-02T22:31:07.076ZMar 02 22:31:05.368 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/01a593466edfe10be8065d09575d9108ee70f096422ef511649ff51492c1a319.tar`
67422026-03-02T22:31:07.080Z SETUP PASS [ 75.049s] crdb-seed: cargo run -p crdb-seed --profile test
67432026-03-02T22:31:07.084Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67442026-03-02T22:31:08.407Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
67452026-03-02T22:31:08.410Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
67462026-03-02T22:31:10.135Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
67472026-03-02T22:31:11.559Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
67482026-03-02T22:31:24.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.03s
67492026-03-02T22:31:24.350Z Running `target/debug/clickhouse-cluster-dev`
67502026-03-02T22:31:24.401ZMar 02 22:31:22.692 INFO Setting up a ClickHouse cluster
67512026-03-02T22:31:24.844ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
67522026-03-02T22:31:24.844ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
67532026-03-02T22:31:24.844ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
67542026-03-02T22:31:24.844ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
67552026-03-02T22:31:24.844ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
67562026-03-02T22:31:27.222ZMar 02 22:31:25.513 INFO ClickHouse server ready
67572026-03-02T22:31:27.226ZMar 02 22:31:25.513 INFO ClickHouse server ready
67582026-03-02T22:31:27.663ZMar 02 22:31:25.953 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
67592026-03-02T22:31:27.667Z SETUP PASS [ 20.583s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
67602026-03-02T22:31:54.952Z PASS [ 27.273s] ( 1/2705) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
67612026-03-02T22:31:55.053Z PASS [ 27.377s] ( 2/2705) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
67622026-03-02T22:31:55.482Z PASS [ 27.806s] ( 3/2705) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
67632026-03-02T22:31:55.836Z PASS [ 28.159s] ( 4/2705) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
67642026-03-02T22:32:12.731Z PASS [ 45.053s] ( 5/2705) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67652026-03-02T22:32:13.948Z PASS [ 46.270s] ( 6/2705) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67662026-03-02T22:32:25.427Z PASS [ 30.370s] ( 7/2705) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
67672026-03-02T22:32:25.447Z PASS [ 30.491s] ( 8/2705) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
67682026-03-02T22:32:26.568Z PASS [ 31.083s] ( 9/2705) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
67692026-03-02T22:32:26.954Z PASS [ 31.115s] ( 10/2705) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
67702026-03-02T22:32:41.625Z PASS [ 16.196s] ( 11/2705) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
67712026-03-02T22:32:53.918Z PASS [ 28.468s] ( 12/2705) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
67722026-03-02T22:32:54.667Z PASS [ 28.095s] ( 13/2705) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
67732026-03-02T22:32:59.126Z PASS [ 32.168s] ( 14/2705) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
67742026-03-02T22:33:02.239Z PASS [ 48.285s] ( 15/2705) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
67752026-03-02T22:33:12.739Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
67762026-03-02T22:33:16.899Z PASS [ 35.270s] ( 16/2705) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
67772026-03-02T22:33:26.767Z PASS [ 27.638s] ( 17/2705) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
67782026-03-02T22:33:30.096Z PASS [ 77.356s] ( 18/2705) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
67792026-03-02T22:33:30.398Z PASS [ 28.156s] ( 19/2705) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
67802026-03-02T22:33:44.740Z PASS [ 27.838s] ( 20/2705) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
67812026-03-02T22:33:49.964Z PASS [ 19.563s] ( 21/2705) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
67822026-03-02T22:33:51.049Z PASS [ 24.279s] ( 22/2705) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
67832026-03-02T22:33:51.089Z PASS [ 0.038s] ( 23/2705) api_identity test::test_identity
67842026-03-02T22:33:51.111Z PASS [ 0.021s] ( 24/2705) api_identity test::test_identity_no_field
67852026-03-02T22:33:51.173Z PASS [ 0.063s] ( 25/2705) authz-macros tests::test_authz_snapshots
67862026-03-02T22:33:51.227Z PASS [ 0.054s] ( 26/2705) bootstore schemes::tests::hello_roundtrip
67872026-03-02T22:33:52.366Z PASS [ 1.138s] ( 27/2705) bootstore schemes::v0::peer::tests::basic_3_nodes
67882026-03-02T22:33:52.415Z PASS [ 0.049s] ( 28/2705) bootstore schemes::v0::peer::tests::network_config
67892026-03-02T22:33:52.445Z PASS [ 0.030s] ( 29/2705) bootstore schemes::v0::share_pkg::tests::create_packages
67902026-03-02T22:33:52.468Z PASS [ 0.023s] ( 30/2705) bootstore trust_quorum::rack_secret::tests::create_and_verify
67912026-03-02T22:33:52.492Z PASS [ 0.024s] ( 31/2705) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
67922026-03-02T22:33:53.927Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67932026-03-02T22:33:54.674Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
67942026-03-02T22:33:55.570Z PASS [ 3.077s] ( 32/2705) bootstore::v0-fsm-proptest-learner run
67952026-03-02T22:33:55.825Z PASS [ 25.727s] ( 33/2705) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
67962026-03-02T22:33:56.400Z PASS [ 0.575s] ( 34/2705) cert-dev::test-cert-dev test_cert_create
67972026-03-02T22:33:56.877Z PASS [ 0.475s] ( 35/2705) clickana chart::tests::gather_chart_data_failure
67982026-03-02T22:33:56.907Z PASS [ 0.029s] ( 36/2705) clickana chart::tests::gather_chart_data_for_disk_usage_success
67992026-03-02T22:33:56.931Z PASS [ 0.024s] ( 37/2705) clickana chart::tests::gather_chart_data_for_memory_tracking_success
68002026-03-02T22:33:56.950Z PASS [ 0.019s] ( 38/2705) clickana chart::tests::gather_chart_data_for_query_count_success
68012026-03-02T22:33:56.968Z PASS [ 0.018s] ( 39/2705) clickana chart::tests::gather_chart_data_for_running_queries_success
68022026-03-02T22:33:57.095Z PASS [ 0.126s] ( 40/2705) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
68032026-03-02T22:33:57.122Z PASS [ 0.028s] ( 41/2705) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
68042026-03-02T22:33:57.148Z PASS [ 0.026s] ( 42/2705) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
68052026-03-02T22:33:57.183Z PASS [ 0.034s] ( 43/2705) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
68062026-03-02T22:33:57.209Z PASS [ 0.026s] ( 44/2705) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
68072026-03-02T22:33:57.234Z PASS [ 0.024s] ( 45/2705) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
68082026-03-02T22:33:57.267Z PASS [ 0.034s] ( 46/2705) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
68092026-03-02T22:33:57.321Z PASS [ 0.053s] ( 47/2705) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
68102026-03-02T22:33:57.351Z PASS [ 0.029s] ( 48/2705) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
68112026-03-02T22:33:57.377Z PASS [ 0.026s] ( 49/2705) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
68122026-03-02T22:33:57.402Z PASS [ 0.025s] ( 50/2705) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
68132026-03-02T22:33:57.426Z PASS [ 0.025s] ( 51/2705) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
68142026-03-02T22:33:57.451Z PASS [ 0.025s] ( 52/2705) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
68152026-03-02T22:33:57.479Z PASS [ 0.027s] ( 53/2705) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
68162026-03-02T22:33:57.505Z PASS [ 0.026s] ( 54/2705) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
68172026-03-02T22:33:57.532Z PASS [ 0.026s] ( 55/2705) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
68182026-03-02T22:33:57.559Z PASS [ 0.027s] ( 56/2705) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
68192026-03-02T22:33:57.583Z PASS [ 0.024s] ( 57/2705) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
68202026-03-02T22:33:57.610Z PASS [ 0.026s] ( 58/2705) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
68212026-03-02T22:33:57.639Z PASS [ 0.029s] ( 59/2705) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
68222026-03-02T22:33:57.665Z PASS [ 0.026s] ( 60/2705) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
68232026-03-02T22:33:57.689Z PASS [ 0.025s] ( 61/2705) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
68242026-03-02T22:33:57.713Z PASS [ 0.023s] ( 62/2705) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
68252026-03-02T22:33:57.740Z PASS [ 0.027s] ( 63/2705) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
68262026-03-02T22:33:57.768Z PASS [ 0.028s] ( 64/2705) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
68272026-03-02T22:33:57.796Z PASS [ 0.028s] ( 65/2705) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
68282026-03-02T22:33:57.828Z PASS [ 0.032s] ( 66/2705) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
68292026-03-02T22:33:57.855Z PASS [ 0.027s] ( 67/2705) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
68302026-03-02T22:33:57.883Z PASS [ 0.028s] ( 68/2705) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
68312026-03-02T22:33:57.910Z PASS [ 0.027s] ( 69/2705) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
68322026-03-02T22:33:57.939Z PASS [ 0.029s] ( 70/2705) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
68332026-03-02T22:33:57.966Z PASS [ 0.027s] ( 71/2705) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
68342026-03-02T22:33:57.993Z PASS [ 0.027s] ( 72/2705) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
68352026-03-02T22:33:58.027Z PASS [ 0.034s] ( 73/2705) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
68362026-03-02T22:33:58.133Z PASS [ 0.106s] ( 74/2705) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
68372026-03-02T22:33:58.224Z PASS [ 0.091s] ( 75/2705) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
68382026-03-02T22:33:58.249Z PASS [ 0.025s] ( 76/2705) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
68392026-03-02T22:33:58.267Z PASS [ 0.019s] ( 77/2705) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
68402026-03-02T22:33:58.287Z PASS [ 0.019s] ( 78/2705) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
68412026-03-02T22:33:58.308Z PASS [ 0.021s] ( 79/2705) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
68422026-03-02T22:33:58.328Z PASS [ 0.020s] ( 80/2705) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
68432026-03-02T22:33:58.873Z PASS [ 0.544s] ( 81/2705) db-dev::test-db-dev test_db_dev_populate_no_args
68442026-03-02T22:33:58.921Z PASS [ 0.049s] ( 82/2705) db-dev::test-db-dev test_db_dev_wipe_no_args
68452026-03-02T22:34:01.797Z PASS [ 6.227s] ( 83/2705) bootstore::v0-fsm-proptest-rack-coordinator run
68462026-03-02T22:34:05.969Z PASS [ 21.227s] ( 84/2705) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
68472026-03-02T22:34:06.136Z PASS [ 0.166s] ( 85/2705) db-macros lookup::test::test_lookup_snapshots
68482026-03-02T22:34:06.158Z PASS [ 0.022s] ( 86/2705) db-macros tests::test_derive_metadata_identity_fails_for_enums
68492026-03-02T22:34:06.191Z PASS [ 0.033s] ( 87/2705) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
68502026-03-02T22:34:06.216Z PASS [ 0.026s] ( 88/2705) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
68512026-03-02T22:34:06.241Z PASS [ 0.025s] ( 89/2705) db-macros tests::test_derive_metadata_identity_fails_without_table_name
68522026-03-02T22:34:06.264Z PASS [ 0.022s] ( 90/2705) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
68532026-03-02T22:34:06.293Z PASS [ 0.029s] ( 91/2705) db-macros tests::test_derive_snapshots
68542026-03-02T22:34:06.315Z PASS [ 0.022s] ( 92/2705) db-macros tests::test_derive_with_unknown_field
68552026-03-02T22:34:06.794Z PASS [ 0.478s] ( 93/2705) dns-server storage::test::test_update_basic
68562026-03-02T22:34:06.932Z PASS [ 0.138s] ( 94/2705) dns-server storage::test::test_update_in_progress
68572026-03-02T22:34:07.072Z PASS [ 0.140s] ( 95/2705) dns-server storage::test::test_update_interrupted
68582026-03-02T22:34:07.235Z PASS [ 0.162s] ( 96/2705) dns-server storage::test::test_zone_gets_soa_record
68592026-03-02T22:34:07.580Z PASS [ 8.657s] ( 97/2705) db-dev::test-db-dev test_db_killed
68602026-03-02T22:34:08.038Z PASS [ 0.458s] ( 98/2705) dns-server::basic_test aaaa_crud
68612026-03-02T22:34:08.038Z PASS [ 0.803s] ( 99/2705) dns-server::basic_test a_crud
68622026-03-02T22:34:08.252Z PASS [ 0.214s] ( 100/2705) dns-server::basic_test answers_match_question
68632026-03-02T22:34:08.270Z PASS [ 0.232s] ( 101/2705) dns-server::basic_test empty_record
68642026-03-02T22:34:08.495Z PASS [ 0.243s] ( 102/2705) dns-server::basic_test multi_record_crud
68652026-03-02T22:34:08.556Z PASS [ 0.286s] ( 103/2705) dns-server::basic_test name_contains_zone
68662026-03-02T22:34:08.687Z PASS [ 0.192s] ( 104/2705) dns-server::basic_test nxdomain
68672026-03-02T22:34:08.820Z PASS [ 0.264s] ( 105/2705) dns-server::basic_test servfail
68682026-03-02T22:34:08.897Z PASS [ 0.209s] ( 106/2705) dns-server::basic_test soa
68692026-03-02T22:34:09.047Z PASS [ 0.226s] ( 107/2705) dns-server::basic_test srv_crud
68702026-03-02T22:34:09.746Z PASS [ 0.700s] ( 108/2705) dns-server::cross_version_test cross_version_works
68712026-03-02T22:34:09.817Z PASS [ 0.071s] ( 109/2705) ereport-types tests::test_arb_json_deserializes
68722026-03-02T22:34:09.832Z PASS [ 0.015s] ( 110/2705) ereport-types tests::test_ena_from_str
68732026-03-02T22:34:09.851Z PASS [ 0.018s] ( 111/2705) ereport-types tests::test_ena_from_str_roundtrip
68742026-03-02T22:34:09.936Z PASS [ 0.085s] ( 112/2705) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
68752026-03-02T22:34:09.966Z PASS [ 0.029s] ( 113/2705) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
68762026-03-02T22:34:09.989Z PASS [ 0.023s] ( 114/2705) gfss gf256::tests::test_all_multiplication
68772026-03-02T22:34:10.008Z PASS [ 0.019s] ( 115/2705) gfss gf256::tests::test_all_multiplicative_inverses
68782026-03-02T22:34:10.025Z PASS [ 0.017s] ( 116/2705) gfss gf256::tests::test_docs_example
68792026-03-02T22:34:11.849Z PASS [ 2.951s] ( 117/2705) dns-server::commands_test test_dnsadm
68802026-03-02T22:34:12.556Z PASS [ 77.880s] ( 118/2705) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
68812026-03-02T22:34:12.570Z PASS [ 0.014s] ( 119/2705) gfss shamir::tests::test_share_reconstruction
68822026-03-02T22:34:12.692Z PASS [ 0.122s] ( 120/2705) illumos-utils destructor::test::test_delayed_delete
68832026-03-02T22:34:13.182Z PASS [ 1.333s] ( 121/2705) gfss shamir::tests::split_and_combine
68842026-03-02T22:34:13.218Z PASS [ 0.035s] ( 122/2705) illumos-utils destructor::test::test_destructor_bad_close
68852026-03-02T22:34:13.252Z PASS [ 0.034s] ( 123/2705) illumos-utils link::test::test_allocate
68862026-03-02T22:34:13.288Z PASS [ 0.032s] ( 124/2705) illumos-utils link::test::test_allocate_within_scopes
68872026-03-02T22:34:13.344Z PASS [ 0.059s] ( 125/2705) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
68882026-03-02T22:34:13.372Z PASS [ 0.028s] ( 126/2705) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
68892026-03-02T22:34:13.400Z PASS [ 0.028s] ( 127/2705) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
68902026-03-02T22:34:13.424Z PASS [ 0.024s] ( 128/2705) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
68912026-03-02T22:34:13.446Z PASS [ 0.021s] ( 129/2705) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
68922026-03-02T22:34:13.703Z PASS [ 0.070s] ( 130/2705) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
68932026-03-02T22:34:13.709Z PASS [ 0.024s] ( 131/2705) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
68942026-03-02T22:34:13.709Z PASS [ 0.028s] ( 132/2705) illumos-utils running_zone::tests::test_is_oxide_smf_service
68952026-03-02T22:34:13.709Z PASS [ 0.030s] ( 133/2705) illumos-utils svcs::tests::test_svc_in_maintenance_empty_success
68962026-03-02T22:34:13.709Z PASS [ 0.030s] ( 134/2705) illumos-utils svcs::tests::test_svc_in_maintenance_none_success
68972026-03-02T22:34:13.709Z PASS [ 0.026s] ( 135/2705) illumos-utils svcs::tests::test_svc_in_maintenance_parse_success
68982026-03-02T22:34:13.709Z PASS [ 0.026s] ( 136/2705) illumos-utils svcs::tests::test_svc_in_maintenance_parse_success_and_fail
68992026-03-02T22:34:13.709Z PASS [ 0.025s] ( 137/2705) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_info_fail
69002026-03-02T22:34:13.731Z PASS [ 0.023s] ( 138/2705) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_state_fail
69012026-03-02T22:34:13.755Z PASS [ 0.024s] ( 139/2705) illumos-utils svcs::tests::test_svc_in_maintenance_parse_unknown_zone_fail
69022026-03-02T22:34:13.794Z PASS [ 1.101s] ( 140/2705) illumos-utils destructor::test::test_delayed_delete_with_error
69032026-03-02T22:34:13.854Z PASS [ 0.099s] ( 141/2705) illumos-utils zfs::test::directory_mutability
69042026-03-02T22:34:13.876Z PASS [ 0.082s] ( 142/2705) illumos-utils zfs::test::get_values_of_rpool
69052026-03-02T22:34:13.886Z PASS [ 0.032s] ( 143/2705) illumos-utils zfs::test::parse_dataset_bad_avail
69062026-03-02T22:34:13.902Z PASS [ 0.026s] ( 144/2705) illumos-utils zfs::test::parse_dataset_bad_quota
69072026-03-02T22:34:13.910Z PASS [ 0.024s] ( 145/2705) illumos-utils zfs::test::parse_dataset_bad_reservation
69082026-03-02T22:34:13.925Z PASS [ 0.023s] ( 146/2705) illumos-utils zfs::test::parse_dataset_bad_usage
69092026-03-02T22:34:13.936Z PASS [ 0.026s] ( 147/2705) illumos-utils zfs::test::parse_dataset_bad_uuid
69102026-03-02T22:34:13.945Z PASS [ 0.020s] ( 148/2705) illumos-utils zfs::test::parse_dataset_missing_fields
69112026-03-02T22:34:13.957Z PASS [ 0.021s] ( 149/2705) illumos-utils zfs::test::parse_dataset_props
69122026-03-02T22:34:13.969Z PASS [ 0.023s] ( 150/2705) illumos-utils zfs::test::parse_dataset_props_with_optionals
69132026-03-02T22:34:13.980Z PASS [ 0.023s] ( 151/2705) illumos-utils zfs::test::parse_dataset_too_many_columns
69142026-03-02T22:34:13.994Z PASS [ 0.025s] ( 152/2705) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
69152026-03-02T22:34:14.003Z PASS [ 0.023s] ( 153/2705) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
69162026-03-02T22:34:14.034Z PASS [ 0.039s] ( 154/2705) illumos-utils zfs::test::parse_quota_ignored_if_default
69172026-03-02T22:34:14.050Z PASS [ 0.046s] ( 155/2705) illumos-utils zfs::test::parse_reservation_ignored_if_default
69182026-03-02T22:34:14.092Z PASS [ 0.058s] ( 156/2705) illumos-utils zfs::test::parse_sorts_and_dedups
69192026-03-02T22:34:14.096Z PASS [ 0.046s] ( 157/2705) illumos-utils zone::tests::delete_nonexistent_address
69202026-03-02T22:34:14.119Z PASS [ 0.027s] ( 158/2705) illumos-utils zone::tests::test_parse_ip_network
69212026-03-02T22:34:14.123Z PASS [ 0.027s] ( 159/2705) illumos-utils zpool::test::test_parse_zpool
69222026-03-02T22:34:14.151Z PASS [ 0.032s] ( 160/2705) illumos-utils zpool::test::test_parse_zpool_missing_column
69232026-03-02T22:34:14.217Z PASS [ 0.065s] ( 161/2705) installinator peers::tests::iter_no_preferred_preserves_btree_order
69242026-03-02T22:34:14.258Z PASS [ 0.041s] ( 162/2705) installinator peers::tests::last_known_peer_preferred
69252026-03-02T22:34:14.293Z PASS [ 0.035s] ( 163/2705) installinator peers::tests::last_known_peer_stale
69262026-03-02T22:34:15.971Z PASS [ 1.678s] ( 164/2705) installinator write::tests::proptest_write_artifact
69272026-03-02T22:34:16.220Z PASS [ 0.249s] ( 165/2705) installinator-common block_size_writer::tests::proptest_block_writer
69282026-03-02T22:34:16.410Z PASS [ 6.383s] ( 166/2705) gfss polynomial::tests::test_polynomial_eval
69292026-03-02T22:34:17.118Z PASS [ 0.707s] ( 167/2705) internal-dns-resolver resolver::test::insert_and_lookup_one_record
69302026-03-02T22:34:17.133Z PASS [ 0.912s] ( 168/2705) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
69312026-03-02T22:34:17.367Z PASS [ 0.248s] ( 169/2705) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
69322026-03-02T22:34:17.498Z PASS [ 0.364s] ( 170/2705) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
69332026-03-02T22:34:17.638Z PASS [ 0.272s] ( 171/2705) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
69342026-03-02T22:34:17.726Z PASS [ 0.228s] ( 172/2705) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
69352026-03-02T22:34:17.768Z PASS [ 0.042s] ( 173/2705) internal-dns-types config::test::display_hosts
69362026-03-02T22:34:17.794Z PASS [ 0.025s] ( 174/2705) internal-dns-types config::test::display_srv_service
69372026-03-02T22:34:17.843Z PASS [ 0.049s] ( 175/2705) internal-dns-types config::test::test_builder_errors
69382026-03-02T22:34:17.846Z PASS [ 0.205s] ( 176/2705) internal-dns-resolver resolver::test::update_record
69392026-03-02T22:34:17.877Z PASS [ 3.753s] ( 177/2705) installinator mock_peers::tests::proptest_fetch_artifact
69402026-03-02T22:34:17.893Z PASS [ 0.050s] ( 178/2705) internal-dns-types diff::test::diff_different
69412026-03-02T22:34:17.897Z PASS [ 0.052s] ( 179/2705) internal-dns-types config::test::test_builder_output
69422026-03-02T22:34:17.897Z PASS [ 0.020s] ( 180/2705) internal-dns-types diff::test::diff_equivalent
69432026-03-02T22:34:17.915Z PASS [ 0.021s] ( 181/2705) internal-dns-types diff::test::diff_invalid
69442026-03-02T22:34:17.924Z PASS [ 0.029s] ( 182/2705) ipcc tests::deserialize_fixed_value
69452026-03-02T22:34:17.935Z PASS [ 0.020s] ( 183/2705) ipcc tests::serialized_size
69462026-03-02T22:34:17.938Z PASS [ 0.038s] ( 184/2705) ipcc tests::installinator_image_id_round_trip
69472026-03-02T22:34:18.015Z PASS [ 0.078s] ( 185/2705) key-manager tests::different_ikm_produces_different_keys
69482026-03-02T22:34:18.015Z PASS [ 0.089s] ( 186/2705) key-manager tests::different_disks_produce_different_keys
69492026-03-02T22:34:18.015Z PASS [ 0.078s] ( 187/2705) key-manager tests::disk_encryption_key_epoch_0
69502026-03-02T22:34:18.027Z PASS [ 0.014s] ( 188/2705) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
69512026-03-02T22:34:18.156Z PASS [ 0.128s] ( 189/2705) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
69522026-03-02T22:34:18.192Z PASS [ 0.036s] ( 190/2705) nexus-auth authn::external::session_cookie::test::test_get_token
69532026-03-02T22:34:18.208Z PASS [ 0.194s] ( 191/2705) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
69542026-03-02T22:34:18.208Z PASS [ 0.194s] ( 192/2705) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
69552026-03-02T22:34:18.218Z PASS [ 0.026s] ( 193/2705) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
69562026-03-02T22:34:18.231Z PASS [ 0.023s] ( 194/2705) nexus-auth authn::external::session_cookie::test::test_missing_cookie
69572026-03-02T22:34:18.240Z PASS [ 0.028s] ( 195/2705) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
69582026-03-02T22:34:18.244Z PASS [ 0.023s] ( 196/2705) nexus-auth authn::external::session_cookie::test::test_other_cookie
69592026-03-02T22:34:18.256Z PASS [ 0.026s] ( 197/2705) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
69602026-03-02T22:34:18.266Z PASS [ 0.031s] ( 198/2705) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
69612026-03-02T22:34:18.271Z PASS [ 0.029s] ( 199/2705) nexus-auth authn::external::session_cookie::test::test_valid_cookie
69622026-03-02T22:34:18.293Z PASS [ 0.036s] ( 200/2705) nexus-auth authn::external::spoof::test::test_make_header_value
69632026-03-02T22:34:18.297Z PASS [ 0.028s] ( 201/2705) nexus-auth authn::external::spoof::test::test_make_header_value_raw
69642026-03-02T22:34:18.324Z PASS [ 0.029s] ( 202/2705) nexus-auth authn::external::spoof::test::test_spoof_header_valid
69652026-03-02T22:34:18.327Z PASS [ 0.032s] ( 203/2705) nexus-auth authn::external::spoof::test::test_spoof_header_missing
69662026-03-02T22:34:18.327Z PASS [ 0.055s] ( 204/2705) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
69672026-03-02T22:34:18.355Z PASS [ 0.028s] ( 205/2705) nexus-auth authn::external::token::test::test_make_header_value
69682026-03-02T22:34:18.358Z PASS [ 0.033s] ( 206/2705) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
69692026-03-02T22:34:18.373Z PASS [ 0.048s] ( 207/2705) nexus-auth authn::external::test::test_authn_sequence
69702026-03-02T22:34:18.387Z PASS [ 0.032s] ( 208/2705) nexus-auth authn::external::token::test::test_token_header_bad_utf8
69712026-03-02T22:34:18.390Z PASS [ 0.033s] ( 209/2705) nexus-auth authn::external::token::test::test_token_header_missing
69722026-03-02T22:34:18.403Z PASS [ 0.030s] ( 210/2705) nexus-auth authn::external::token::test::test_token_header_valid
69732026-03-02T22:34:18.459Z PASS [ 0.072s] ( 211/2705) nexus-auth authn::test::test_internal_users
69742026-03-02T22:34:18.471Z PASS [ 0.068s] ( 212/2705) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
69752026-03-02T22:34:18.557Z PASS [ 0.097s] ( 213/2705) nexus-auth context::test::test_background_context
69762026-03-02T22:34:18.563Z PASS [ 0.091s] ( 214/2705) nexus-auth context::test::test_child_context
69772026-03-02T22:34:18.566Z PASS [ 0.176s] ( 215/2705) nexus-auth authz::context::test::test_unregistered_resource
69782026-03-02T22:34:18.627Z PASS [ 0.071s] ( 216/2705) nexus-auth context::test::test_test_context
69792026-03-02T22:34:18.660Z PASS [ 0.093s] ( 217/2705) nexus-config nexus_config::test::test_config_bad_toml
69802026-03-02T22:34:18.664Z PASS [ 0.036s] ( 218/2705) nexus-config nexus_config::test::test_config_empty
69812026-03-02T22:34:18.685Z PASS [ 0.026s] ( 219/2705) nexus-config nexus_config::test::test_config_nonexistent
69822026-03-02T22:34:18.728Z PASS [ 0.043s] ( 220/2705) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
69832026-03-02T22:34:18.754Z PASS [ 0.191s] ( 221/2705) nexus-config nexus_config::test::test_bad_authn_schemes
69842026-03-02T22:34:18.761Z PASS [ 0.098s] ( 222/2705) nexus-config nexus_config::test::test_deployment_config_schema
69852026-03-02T22:34:18.790Z PASS [ 0.028s] ( 223/2705) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
69862026-03-02T22:34:18.811Z PASS [ 0.083s] ( 224/2705) nexus-config nexus_config::test::test_repo_configs_are_valid
69872026-03-02T22:34:18.817Z PASS [ 0.028s] ( 225/2705) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
69882026-03-02T22:34:18.821Z PASS [ 0.064s] ( 226/2705) nexus-config nexus_config::test::test_valid
69892026-03-02T22:34:18.835Z PASS [ 0.023s] ( 227/2705) nexus-config postgres_config::test::test_all_addresses_single_host
69902026-03-02T22:34:18.840Z PASS [ 0.021s] ( 228/2705) nexus-config postgres_config::test::test_example_url
69912026-03-02T22:34:18.843Z PASS [ 0.024s] ( 229/2705) nexus-config postgres_config::test::test_bad_url
69922026-03-02T22:34:18.885Z PASS [ 0.045s] ( 230/2705) nexus-db-fixed-data test::test_allowlist_id_is_valid
69932026-03-02T22:34:18.889Z PASS [ 0.045s] ( 231/2705) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
69942026-03-02T22:34:18.898Z PASS [ 0.063s] ( 232/2705) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
69952026-03-02T22:34:18.929Z PASS [ 0.043s] ( 233/2705) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
69962026-03-02T22:34:18.957Z PASS [ 0.059s] ( 234/2705) nexus-db-model alert_class::tests::test_from_str_roundtrips
69972026-03-02T22:34:18.960Z PASS [ 0.028s] ( 235/2705) nexus-db-model alert_class::tests::test_is_test
69982026-03-02T22:34:19.000Z PASS [ 0.043s] ( 236/2705) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
69992026-03-02T22:34:19.013Z PASS [ 0.056s] ( 237/2705) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
70002026-03-02T22:34:19.042Z PASS [ 0.029s] ( 238/2705) nexus-db-model bytecount::test::test_bytecount_i64_conversions
70012026-03-02T22:34:19.086Z PASS [ 0.086s] ( 239/2705) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
70022026-03-02T22:34:19.090Z PASS [ 0.045s] ( 240/2705) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
70032026-03-02T22:34:19.113Z PASS [ 0.025s] ( 241/2705) nexus-db-model instance_state::tests::test_from_str_roundtrips
70042026-03-02T22:34:19.140Z PASS [ 0.054s] ( 242/2705) nexus-db-model device_auth::test::test_generate_user_code
70052026-03-02T22:34:19.162Z PASS [ 0.049s] ( 243/2705) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
70062026-03-02T22:34:19.172Z PASS [ 0.032s] ( 244/2705) nexus-db-model role_assignment::tests::test_role_assignment_from_database
70072026-03-02T22:34:19.266Z PASS [ 0.094s] ( 245/2705) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
70082026-03-02T22:34:19.294Z PASS [ 0.132s] ( 246/2705) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
70092026-03-02T22:34:19.360Z PASS [ 0.065s] ( 247/2705) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
70102026-03-02T22:34:19.364Z PASS [ 0.095s] ( 248/2705) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
70112026-03-02T22:34:19.415Z PASS [ 0.053s] ( 249/2705) nexus-db-model schema_versions::test::test_classify_create_index
70122026-03-02T22:34:19.423Z PASS [ 0.063s] ( 250/2705) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
70132026-03-02T22:34:19.467Z PASS [ 0.052s] ( 251/2705) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
70142026-03-02T22:34:19.482Z PASS [ 0.058s] ( 252/2705) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
70152026-03-02T22:34:19.495Z PASS [ 0.028s] ( 253/2705) nexus-db-model schema_versions::test::test_classify_dml_ignored
70162026-03-02T22:34:19.537Z PASS [ 0.055s] ( 254/2705) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
70172026-03-02T22:34:19.556Z PASS [ 0.061s] ( 255/2705) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
70182026-03-02T22:34:19.563Z PASS [ 0.025s] ( 256/2705) nexus-db-model schema_versions::test::test_known_versions
70192026-03-02T22:34:19.601Z PASS [ 0.038s] ( 257/2705) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
70202026-03-02T22:34:19.633Z PASS [ 0.032s] ( 258/2705) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
70212026-03-02T22:34:19.669Z PASS [ 0.036s] ( 259/2705) nexus-db-model schema_versions::test::test_one_ddl_enforcement
70222026-03-02T22:34:19.730Z PASS [ 0.060s] ( 260/2705) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
70232026-03-02T22:34:19.758Z PASS [ 0.028s] ( 261/2705) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
70242026-03-02T22:34:19.812Z PASS [ 0.053s] ( 262/2705) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
70252026-03-02T22:34:19.861Z PASS [ 0.050s] ( 263/2705) nexus-db-model schema_versions::test::test_preprocess_storing
70262026-03-02T22:34:19.905Z PASS [ 0.044s] ( 264/2705) nexus-db-model schema_versions::test::test_preprocess_type_array
70272026-03-02T22:34:19.936Z PASS [ 0.031s] ( 265/2705) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
70282026-03-02T22:34:19.971Z PASS [ 0.035s] ( 266/2705) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
70292026-03-02T22:34:20.001Z PASS [ 0.030s] ( 267/2705) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
70302026-03-02T22:34:20.036Z PASS [ 0.034s] ( 268/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
70312026-03-02T22:34:20.060Z PASS [ 0.024s] ( 269/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
70322026-03-02T22:34:20.083Z PASS [ 0.023s] ( 270/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
70332026-03-02T22:34:20.106Z PASS [ 0.023s] ( 271/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
70342026-03-02T22:34:20.131Z PASS [ 0.025s] ( 272/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
70352026-03-02T22:34:20.158Z PASS [ 0.027s] ( 273/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
70362026-03-02T22:34:20.184Z PASS [ 0.026s] ( 274/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
70372026-03-02T22:34:20.208Z PASS [ 0.024s] ( 275/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
70382026-03-02T22:34:20.237Z PASS [ 0.028s] ( 276/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
70392026-03-02T22:34:20.265Z PASS [ 0.028s] ( 277/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
70402026-03-02T22:34:20.289Z PASS [ 0.024s] ( 278/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
70412026-03-02T22:34:20.312Z PASS [ 0.023s] ( 279/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
70422026-03-02T22:34:20.337Z PASS [ 0.025s] ( 280/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
70432026-03-02T22:34:20.358Z PASS [ 0.021s] ( 281/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
70442026-03-02T22:34:20.379Z PASS [ 0.020s] ( 282/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
70452026-03-02T22:34:20.402Z PASS [ 0.023s] ( 283/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
70462026-03-02T22:34:20.426Z PASS [ 0.024s] ( 284/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
70472026-03-02T22:34:20.453Z PASS [ 0.027s] ( 285/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
70482026-03-02T22:34:20.478Z PASS [ 0.025s] ( 286/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
70492026-03-02T22:34:20.497Z PASS [ 0.020s] ( 287/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
70502026-03-02T22:34:20.518Z PASS [ 0.021s] ( 288/2705) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
70512026-03-02T22:34:20.540Z PASS [ 0.022s] ( 289/2705) nexus-db-model schema_versions::test::test_verification_query_add_constraint
70522026-03-02T22:34:20.568Z PASS [ 0.027s] ( 290/2705) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
70532026-03-02T22:34:20.590Z PASS [ 0.022s] ( 291/2705) nexus-db-model schema_versions::test::test_verification_query_create_index
70542026-03-02T22:34:20.614Z PASS [ 0.024s] ( 292/2705) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
70552026-03-02T22:34:20.625Z PASS [ 1.069s] ( 293/2705) nexus-db-model schema_versions::test::test_migration_verification_files
70562026-03-02T22:34:20.637Z PASS [ 0.022s] ( 294/2705) nexus-db-model schema_versions::test::test_verify
70572026-03-02T22:34:20.656Z PASS [ 0.031s] ( 295/2705) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
70582026-03-02T22:34:20.667Z PASS [ 0.031s] ( 296/2705) nexus-db-model semver_version::test::test_to_from_sortable_string
70592026-03-02T22:34:20.687Z PASS [ 0.031s] ( 297/2705) nexus-db-model tests::test_ip_subnet_check_requestable_address
70602026-03-02T22:34:20.695Z PASS [ 0.027s] ( 298/2705) nexus-db-model tests::test_ipv6_net_random_subnet
70612026-03-02T22:34:20.714Z PASS [ 0.027s] ( 299/2705) nexus-db-model tests::test_roles_database_strings
70622026-03-02T22:34:20.719Z PASS [ 0.024s] ( 300/2705) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
70632026-03-02T22:34:20.738Z PASS [ 0.024s] ( 301/2705) nexus-db-model typed_uuid::tests::test_compare_consistency
70642026-03-02T22:34:20.743Z PASS [ 0.024s] ( 302/2705) nexus-db-model typed_uuid::tests::test_hash_equality
70652026-03-02T22:34:20.755Z PASS [ 18.955s] ( 303/2705) db-dev::test-db-dev test_db_run
70662026-03-02T22:34:20.759Z PASS [ 0.021s] ( 304/2705) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
70672026-03-02T22:34:20.766Z PASS [ 0.023s] ( 305/2705) nexus-db-model vmm_state::tests::test_from_str_roundtrips
70682026-03-02T22:34:23.925Z PASS [ 5.038s] ( 306/2705) nexus-db-lookup::integration lookup::test_lookup
70692026-03-02T22:34:27.063Z PASS [ 6.295s] ( 307/2705) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
70702026-03-02T22:34:27.063Z PASS [ 6.307s] ( 308/2705) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
70712026-03-02T22:34:27.063Z PASS [ 3.138s] ( 309/2705) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
70722026-03-02T22:34:27.142Z PASS [ 6.381s] ( 310/2705) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
70732026-03-02T22:34:30.198Z PASS [ 3.134s] ( 311/2705) nexus-db-queries db::collection_attach::test::test_attach_once
70742026-03-02T22:34:30.234Z PASS [ 3.092s] ( 312/2705) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
70752026-03-02T22:34:30.260Z PASS [ 3.196s] ( 313/2705) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
70762026-03-02T22:34:30.263Z PASS [ 3.196s] ( 314/2705) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
70772026-03-02T22:34:30.303Z PASS [ 0.043s] ( 315/2705) nexus-db-queries db::collection_attach::test::test_verify_query
70782026-03-02T22:34:33.246Z PASS [ 2.986s] ( 316/2705) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
70792026-03-02T22:34:33.267Z PASS [ 2.965s] ( 317/2705) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
70802026-03-02T22:34:33.295Z PASS [ 3.061s] ( 318/2705) nexus-db-queries db::collection_attach::test::test_attach_with_filters
70812026-03-02T22:34:33.370Z PASS [ 3.172s] ( 319/2705) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
70822026-03-02T22:34:36.268Z PASS [ 3.021s] ( 320/2705) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
70832026-03-02T22:34:36.299Z PASS [ 3.004s] ( 321/2705) nexus-db-queries db::collection_detach::test::test_detach_once
70842026-03-02T22:34:36.299Z PASS [ 3.031s] ( 322/2705) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
70852026-03-02T22:34:36.336Z PASS [ 0.036s] ( 323/2705) nexus-db-queries db::collection_detach::test::test_verify_query
70862026-03-02T22:34:36.387Z PASS [ 3.017s] ( 324/2705) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
70872026-03-02T22:34:39.572Z PASS [ 3.304s] ( 325/2705) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
70882026-03-02T22:34:39.602Z PASS [ 3.266s] ( 326/2705) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
70892026-03-02T22:34:39.614Z PASS [ 3.314s] ( 327/2705) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
70902026-03-02T22:34:39.648Z PASS [ 3.261s] ( 328/2705) nexus-db-queries db::collection_detach_many::test::test_detach_many
70912026-03-02T22:34:42.597Z PASS [ 3.024s] ( 329/2705) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
70922026-03-02T22:34:42.597Z PASS [ 2.982s] ( 330/2705) nexus-db-queries db::collection_detach_many::test::test_detach_once
70932026-03-02T22:34:42.632Z PASS [ 0.036s] ( 331/2705) nexus-db-queries db::collection_detach_many::test::test_verify_query
70942026-03-02T22:34:42.686Z PASS [ 3.083s] ( 332/2705) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
70952026-03-02T22:34:42.713Z PASS [ 3.064s] ( 333/2705) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
70962026-03-02T22:34:42.752Z PASS [ 0.039s] ( 334/2705) nexus-db-queries db::collection_insert::test::test_verify_query
70972026-03-02T22:34:42.790Z PASS [ 0.037s] ( 335/2705) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
70982026-03-02T22:34:42.832Z PASS [ 0.042s] ( 336/2705) nexus-db-queries db::column_walker::test::test_walk_columns
70992026-03-02T22:34:42.870Z PASS [ 0.038s] ( 337/2705) nexus-db-queries db::column_walker::test::test_walk_table
71002026-03-02T22:34:45.366Z PASS [ 2.680s] ( 338/2705) nexus-db-queries db::collection_insert::test::test_collection_present
71012026-03-02T22:34:45.546Z PASS [ 2.912s] ( 339/2705) nexus-db-queries db::collection_insert::test::test_collection_not_present
71022026-03-02T22:34:45.625Z PASS [ 3.028s] ( 340/2705) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
71032026-03-02T22:34:48.418Z PASS [ 5.547s] ( 341/2705) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
71042026-03-02T22:34:49.973Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
71052026-03-02T22:34:50.994Z PASS [ 5.627s] ( 342/2705) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
71062026-03-02T22:34:51.170Z PASS [ 5.543s] ( 343/2705) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
71072026-03-02T22:34:53.616Z PASS [ 8.069s] ( 344/2705) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
71082026-03-02T22:34:53.820Z PASS [ 5.401s] ( 345/2705) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
71092026-03-02T22:34:53.934Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
71102026-03-02T22:34:56.324Z PASS [ 5.154s] ( 346/2705) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
71112026-03-02T22:34:56.992Z PASS [ 5.998s] ( 347/2705) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
71122026-03-02T22:34:58.694Z PASS [ 4.872s] ( 348/2705) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
71132026-03-02T22:34:59.333Z PASS [ 5.716s] ( 349/2705) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
71142026-03-02T22:35:01.421Z PASS [ 5.096s] ( 350/2705) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
71152026-03-02T22:35:02.498Z PASS [ 5.505s] ( 351/2705) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
71162026-03-02T22:35:04.500Z PASS [ 5.806s] ( 352/2705) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
71172026-03-02T22:35:05.018Z PASS [ 5.685s] ( 353/2705) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
71182026-03-02T22:35:07.978Z PASS [ 5.479s] ( 354/2705) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
71192026-03-02T22:35:09.279Z PASS [ 7.856s] ( 355/2705) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
71202026-03-02T22:35:09.646Z PASS [ 5.146s] ( 356/2705) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
71212026-03-02T22:35:10.837Z PASS [ 5.818s] ( 357/2705) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
71222026-03-02T22:35:13.187Z PASS [ 5.209s] ( 358/2705) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
71232026-03-02T22:35:14.608Z PASS [ 4.961s] ( 359/2705) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
71242026-03-02T22:35:15.290Z PASS [ 6.011s] ( 360/2705) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
71252026-03-02T22:35:16.000Z PASS [ 5.162s] ( 361/2705) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
71262026-03-02T22:35:18.488Z PASS [ 5.300s] ( 362/2705) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
71272026-03-02T22:35:18.662Z PASS [ 2.662s] ( 363/2705) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
71282026-03-02T22:35:21.790Z PASS [ 7.181s] ( 364/2705) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
71292026-03-02T22:35:22.144Z PASS [ 6.853s] ( 365/2705) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
71302026-03-02T22:35:23.428Z PASS [ 4.940s] ( 366/2705) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
71312026-03-02T22:35:23.468Z PASS [ 4.805s] ( 367/2705) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
71322026-03-02T22:35:26.685Z PASS [ 4.894s] ( 368/2705) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
71332026-03-02T22:35:27.374Z PASS [ 5.229s] ( 369/2705) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
71342026-03-02T22:35:28.349Z PASS [ 4.880s] ( 370/2705) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
71352026-03-02T22:35:28.600Z PASS [ 5.171s] ( 371/2705) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
71362026-03-02T22:35:31.645Z PASS [ 4.959s] ( 372/2705) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
71372026-03-02T22:35:32.237Z PASS [ 4.862s] ( 373/2705) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
71382026-03-02T22:35:33.013Z PASS [ 4.663s] ( 374/2705) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
71392026-03-02T22:35:33.654Z PASS [ 5.052s] ( 375/2705) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
71402026-03-02T22:35:34.130Z PASS [ 2.485s] ( 376/2705) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
71412026-03-02T22:35:35.824Z PASS [ 3.586s] ( 377/2705) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
71422026-03-02T22:35:35.942Z PASS [ 1.812s] ( 378/2705) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
71432026-03-02T22:35:36.023Z PASS [ 3.010s] ( 379/2705) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
71442026-03-02T22:35:37.222Z PASS [ 163.285s] ( 380/2705) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
71452026-03-02T22:35:37.249Z PASS [ 1.425s] ( 381/2705) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
71462026-03-02T22:35:39.439Z PASS [ 3.496s] ( 382/2705) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
71472026-03-02T22:35:39.627Z PASS [ 3.604s] ( 383/2705) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
71482026-03-02T22:35:40.073Z PASS [ 6.419s] ( 384/2705) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
71492026-03-02T22:35:40.482Z PASS [ 3.260s] ( 385/2705) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
71502026-03-02T22:35:40.774Z PASS [ 3.524s] ( 386/2705) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
71512026-03-02T22:35:42.350Z PASS [ 2.911s] ( 387/2705) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
71522026-03-02T22:35:42.580Z PASS [ 2.952s] ( 388/2705) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
71532026-03-02T22:35:42.944Z PASS [ 2.870s] ( 389/2705) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
71542026-03-02T22:35:43.322Z PASS [ 2.839s] ( 390/2705) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
71552026-03-02T22:35:43.576Z PASS [ 2.801s] ( 391/2705) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
71562026-03-02T22:35:44.258Z PASS [ 1.314s] ( 392/2705) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
71572026-03-02T22:35:44.600Z PASS [ 1.277s] ( 393/2705) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
71582026-03-02T22:35:45.245Z PASS [ 2.894s] ( 394/2705) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
71592026-03-02T22:35:45.636Z PASS [ 3.055s] ( 395/2705) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
71602026-03-02T22:35:45.793Z PASS [ 1.535s] ( 396/2705) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
71612026-03-02T22:35:47.250Z PASS [ 2.649s] ( 397/2705) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
71622026-03-02T22:35:47.961Z PASS [ 2.716s] ( 398/2705) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
71632026-03-02T22:35:48.183Z PASS [ 2.547s] ( 399/2705) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
71642026-03-02T22:35:48.366Z PASS [ 2.572s] ( 400/2705) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
71652026-03-02T22:35:48.407Z PASS [ 4.831s] ( 401/2705) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
71662026-03-02T22:35:49.690Z PASS [ 2.440s] ( 402/2705) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
71672026-03-02T22:35:49.980Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
71682026-03-02T22:35:50.649Z PASS [ 2.687s] ( 403/2705) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
71692026-03-02T22:35:50.906Z PASS [ 2.722s] ( 404/2705) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
71702026-03-02T22:35:50.937Z PASS [ 0.287s] ( 405/2705) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
71712026-03-02T22:35:53.739Z PASS [ 2.833s] ( 406/2705) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
71722026-03-02T22:35:53.986Z PASS [ 5.578s] ( 407/2705) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
71732026-03-02T22:35:54.035Z PASS [ 5.668s] ( 408/2705) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
71742026-03-02T22:35:55.387Z PASS [ 5.697s] ( 409/2705) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
71752026-03-02T22:35:57.718Z PASS [ 6.781s] ( 410/2705) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
71762026-03-02T22:35:58.753Z PASS [ 5.013s] ( 411/2705) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
71772026-03-02T22:35:59.279Z PASS [ 5.243s] ( 412/2705) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
71782026-03-02T22:35:59.896Z PASS [ 5.909s] ( 413/2705) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
71792026-03-02T22:35:59.950Z PASS [ 0.053s] ( 414/2705) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
71802026-03-02T22:36:03.250Z PASS [ 7.862s] ( 415/2705) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
71812026-03-02T22:36:03.269Z PASS [ 5.550s] ( 416/2705) nexus-db-queries db::datastore::deployment::tests::test_set_target
71822026-03-02T22:36:04.391Z PASS [ 5.112s] ( 417/2705) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
71832026-03-02T22:36:04.535Z PASS [ 5.782s] ( 418/2705) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
71842026-03-02T22:36:04.874Z PASS [ 4.924s] ( 419/2705) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
71852026-03-02T22:36:08.445Z PASS [ 5.195s] ( 420/2705) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
71862026-03-02T22:36:09.201Z PASS [ 4.809s] ( 421/2705) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
71872026-03-02T22:36:09.320Z PASS [ 6.051s] ( 422/2705) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
71882026-03-02T22:36:09.451Z PASS [ 4.576s] ( 423/2705) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
71892026-03-02T22:36:09.521Z PASS [ 4.985s] ( 424/2705) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
71902026-03-02T22:36:10.686Z PASS [ 2.239s] ( 425/2705) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
71912026-03-02T22:36:11.838Z PASS [ 2.636s] ( 426/2705) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
71922026-03-02T22:36:11.889Z PASS [ 2.568s] ( 427/2705) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
71932026-03-02T22:36:11.941Z PASS [ 2.490s] ( 428/2705) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
71942026-03-02T22:36:12.021Z PASS [ 2.499s] ( 429/2705) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
71952026-03-02T22:36:13.089Z PASS [ 2.404s] ( 430/2705) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
71962026-03-02T22:36:14.369Z PASS [ 2.531s] ( 431/2705) nexus-db-queries db::datastore::ereport::tests::explain_restart_list_by_serial
71972026-03-02T22:36:14.663Z PASS [ 2.774s] ( 432/2705) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
71982026-03-02T22:36:16.884Z PASS [ 4.942s] ( 433/2705) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
71992026-03-02T22:36:18.261Z PASS [ 6.240s] ( 434/2705) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
72002026-03-02T22:36:18.744Z PASS [ 5.654s] ( 435/2705) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
72012026-03-02T22:36:19.448Z PASS [ 4.784s] ( 436/2705) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
72022026-03-02T22:36:19.823Z PASS [ 5.453s] ( 437/2705) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
72032026-03-02T22:36:21.864Z PASS [ 4.979s] ( 438/2705) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
72042026-03-02T22:36:22.998Z PASS [ 4.736s] ( 439/2705) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
72052026-03-02T22:36:23.452Z PASS [ 4.707s] ( 440/2705) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
72062026-03-02T22:36:24.181Z PASS [ 4.732s] ( 441/2705) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
72072026-03-02T22:36:24.483Z PASS [ 4.659s] ( 442/2705) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
72082026-03-02T22:36:26.842Z PASS [ 4.977s] ( 443/2705) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
72092026-03-02T22:36:27.704Z PASS [ 4.705s] ( 444/2705) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
72102026-03-02T22:36:28.308Z PASS [ 4.855s] ( 445/2705) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
72112026-03-02T22:36:29.087Z PASS [ 4.905s] ( 446/2705) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
72122026-03-02T22:36:29.243Z PASS [ 4.759s] ( 447/2705) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
72132026-03-02T22:36:31.648Z PASS [ 4.805s] ( 448/2705) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
72142026-03-02T22:36:32.639Z PASS [ 4.934s] ( 449/2705) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
72152026-03-02T22:36:33.319Z PASS [ 5.010s] ( 450/2705) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
72162026-03-02T22:36:34.029Z PASS [ 4.941s] ( 451/2705) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
72172026-03-02T22:36:34.182Z PASS [ 4.938s] ( 452/2705) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
72182026-03-02T22:36:36.388Z PASS [ 4.739s] ( 453/2705) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
72192026-03-02T22:36:37.291Z PASS [ 4.651s] ( 454/2705) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
72202026-03-02T22:36:38.079Z PASS [ 4.759s] ( 455/2705) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
72212026-03-02T22:36:39.013Z PASS [ 4.983s] ( 456/2705) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
72222026-03-02T22:36:39.013Z PASS [ 4.831s] ( 457/2705) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
72232026-03-02T22:36:41.548Z PASS [ 5.160s] ( 458/2705) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
72242026-03-02T22:36:42.546Z PASS [ 5.255s] ( 459/2705) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
72252026-03-02T22:36:43.550Z PASS [ 5.471s] ( 460/2705) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
72262026-03-02T22:36:43.778Z PASS [ 0.227s] ( 461/2705) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
72272026-03-02T22:36:43.997Z PASS [ 4.983s] ( 462/2705) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
72282026-03-02T22:36:44.017Z PASS [ 5.003s] ( 463/2705) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
72292026-03-02T22:36:44.062Z PASS [ 0.284s] ( 464/2705) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_no_marker
72302026-03-02T22:36:44.231Z PASS [ 0.234s] ( 465/2705) nexus-db-queries db::datastore::fm::tests::expectorate_sitrep_list_orphans_with_marker
72312026-03-02T22:36:46.175Z PASS [ 4.627s] ( 466/2705) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
72322026-03-02T22:36:46.621Z PASS [ 2.558s] ( 467/2705) nexus-db-queries db::datastore::fm::tests::explain_sitrep_list_orphaned_query
72332026-03-02T22:36:46.785Z PASS [ 2.768s] ( 468/2705) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
72342026-03-02T22:36:46.785Z PASS [ 2.554s] ( 469/2705) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
72352026-03-02T22:36:47.095Z PASS [ 4.548s] ( 470/2705) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
72362026-03-02T22:36:48.778Z PASS [ 2.602s] ( 471/2705) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
72372026-03-02T22:36:49.987Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
72382026-03-02T22:36:51.237Z PASS [ 4.451s] ( 472/2705) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
72392026-03-02T22:36:51.267Z PASS [ 4.481s] ( 473/2705) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
72402026-03-02T22:36:51.618Z PASS [ 4.522s] ( 474/2705) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
72412026-03-02T22:36:52.749Z PASS [ 6.127s] ( 475/2705) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
72422026-03-02T22:36:54.060Z PASS [ 5.282s] ( 476/2705) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
72432026-03-02T22:36:57.013Z PASS [ 5.744s] ( 477/2705) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
72442026-03-02T22:36:57.142Z PASS [ 5.904s] ( 478/2705) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
72452026-03-02T22:36:57.572Z PASS [ 5.953s] ( 479/2705) nexus-db-queries db::datastore::fm::tests::test_sitrep_list_orphaned
72462026-03-02T22:36:59.677Z PASS [ 5.616s] ( 480/2705) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
72472026-03-02T22:37:00.621Z PASS [ 7.870s] ( 481/2705) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
72482026-03-02T22:37:02.118Z PASS [ 5.105s] ( 482/2705) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
72492026-03-02T22:37:02.362Z PASS [ 5.219s] ( 483/2705) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
72502026-03-02T22:37:02.725Z PASS [ 5.151s] ( 484/2705) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
72512026-03-02T22:37:04.763Z PASS [ 5.086s] ( 485/2705) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
72522026-03-02T22:37:05.833Z PASS [ 5.212s] ( 486/2705) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
72532026-03-02T22:37:07.319Z PASS [ 5.200s] ( 487/2705) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
72542026-03-02T22:37:07.453Z PASS [ 5.090s] ( 488/2705) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
72552026-03-02T22:37:07.827Z PASS [ 5.102s] ( 489/2705) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
72562026-03-02T22:37:10.386Z PASS [ 4.553s] ( 490/2705) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
72572026-03-02T22:37:10.792Z PASS [ 6.028s] ( 491/2705) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
72582026-03-02T22:37:12.626Z PASS [ 5.306s] ( 492/2705) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
72592026-03-02T22:37:13.102Z PASS [ 5.274s] ( 493/2705) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
72602026-03-02T22:37:15.098Z PASS [ 7.645s] ( 494/2705) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
72612026-03-02T22:37:15.317Z PASS [ 4.930s] ( 495/2705) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
72622026-03-02T22:37:15.903Z PASS [ 2.801s] ( 496/2705) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
72632026-03-02T22:37:15.929Z PASS [ 5.137s] ( 497/2705) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
72642026-03-02T22:37:17.891Z PASS [ 5.265s] ( 498/2705) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
72652026-03-02T22:37:18.372Z PASS [ 3.274s] ( 499/2705) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_external_ip_pool_query
72662026-03-02T22:37:18.456Z PASS [ 3.139s] ( 500/2705) nexus-db-queries db::datastore::ip_pool::test::can_explain_reserve_internal_ip_pool_query
72672026-03-02T22:37:19.018Z PASS [ 3.115s] ( 501/2705) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
72682026-03-02T22:37:20.710Z PASS [ 4.780s] ( 502/2705) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_internally_reserved_ip_pool
72692026-03-02T22:37:22.780Z PASS [ 4.887s] ( 503/2705) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_ip_pool_with_outstanding_external_ips
72702026-03-02T22:37:23.010Z PASS [ 4.637s] ( 504/2705) nexus-db-queries db::datastore::ip_pool::test::cannot_externally_reserve_last_internally_reserved_ip_pool
72712026-03-02T22:37:23.051Z PASS [ 4.594s] ( 505/2705) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
72722026-03-02T22:37:23.317Z PASS [ 0.266s] ( 506/2705) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
72732026-03-02T22:37:23.486Z PASS [ 4.467s] ( 507/2705) nexus-db-queries db::datastore::ip_pool::test::cannot_link_oxide_internal_pool_to_external_silo
72742026-03-02T22:37:23.543Z PASS [ 0.226s] ( 508/2705) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_external_ip_pool_query
72752026-03-02T22:37:23.695Z PASS [ 0.208s] ( 509/2705) nexus-db-queries db::datastore::ip_pool::test::expectorate_reserve_internal_ip_pool_query
72762026-03-02T22:37:25.254Z PASS [ 4.544s] ( 510/2705) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
72772026-03-02T22:37:27.474Z PASS [ 4.694s] ( 511/2705) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
72782026-03-02T22:37:27.703Z PASS [ 4.692s] ( 512/2705) nexus-db-queries db::datastore::ip_pool::test::cannot_reserve_externally_linked_pool_for_internal_use
72792026-03-02T22:37:28.549Z PASS [ 4.853s] ( 513/2705) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
72802026-03-02T22:37:28.770Z PASS [ 5.226s] ( 514/2705) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_delegation_type
72812026-03-02T22:37:30.640Z PASS [ 5.385s] ( 515/2705) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
72822026-03-02T22:37:32.801Z PASS [ 5.327s] ( 516/2705) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
72832026-03-02T22:37:33.046Z PASS [ 5.343s] ( 517/2705) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
72842026-03-02T22:37:33.369Z PASS [ 4.820s] ( 518/2705) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
72852026-03-02T22:37:33.722Z PASS [ 4.951s] ( 519/2705) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
72862026-03-02T22:37:35.456Z PASS [ 4.816s] ( 520/2705) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
72872026-03-02T22:37:37.790Z PASS [ 4.988s] ( 521/2705) nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pools
72882026-03-02T22:37:38.078Z PASS [ 5.031s] ( 522/2705) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
72892026-03-02T22:37:38.078Z PASS [ 4.708s] ( 523/2705) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
72902026-03-02T22:37:38.739Z PASS [ 5.016s] ( 524/2705) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
72912026-03-02T22:37:40.512Z PASS [ 5.055s] ( 525/2705) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
72922026-03-02T22:37:42.775Z PASS [ 4.697s] ( 526/2705) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
72932026-03-02T22:37:42.953Z PASS [ 5.162s] ( 527/2705) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
72942026-03-02T22:37:43.161Z PASS [ 4.422s] ( 528/2705) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
72952026-03-02T22:37:43.209Z PASS [ 5.130s] ( 529/2705) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
72962026-03-02T22:37:44.978Z PASS [ 4.465s] ( 530/2705) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
72972026-03-02T22:37:47.439Z PASS [ 4.663s] ( 531/2705) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
72982026-03-02T22:37:47.578Z PASS [ 4.624s] ( 532/2705) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
72992026-03-02T22:37:47.626Z PASS [ 4.464s] ( 533/2705) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
73002026-03-02T22:37:47.741Z PASS [ 4.532s] ( 534/2705) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
73012026-03-02T22:37:49.729Z PASS [ 4.750s] ( 535/2705) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
73022026-03-02T22:37:49.995Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
73032026-03-02T22:37:52.381Z PASS [ 4.755s] ( 536/2705) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
73042026-03-02T22:37:52.512Z PASS [ 5.073s] ( 537/2705) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
73052026-03-02T22:37:52.697Z PASS [ 4.955s] ( 538/2705) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
73062026-03-02T22:37:53.625Z PASS [ 6.046s] ( 539/2705) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
73072026-03-02T22:37:55.540Z PASS [ 5.810s] ( 540/2705) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
73082026-03-02T22:37:58.261Z PASS [ 5.879s] ( 541/2705) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
73092026-03-02T22:37:58.646Z PASS [ 6.133s] ( 542/2705) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
73102026-03-02T22:37:59.036Z PASS [ 6.338s] ( 543/2705) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
73112026-03-02T22:37:59.580Z PASS [ 5.954s] ( 544/2705) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
73122026-03-02T22:38:01.430Z PASS [ 5.890s] ( 545/2705) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
73132026-03-02T22:38:03.846Z PASS [ 5.199s] ( 546/2705) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
73142026-03-02T22:38:03.910Z PASS [ 5.648s] ( 547/2705) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
73152026-03-02T22:38:03.934Z PASS [ 4.897s] ( 548/2705) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
73162026-03-02T22:38:04.510Z PASS [ 4.929s] ( 549/2705) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
73172026-03-02T22:38:07.033Z PASS [ 5.602s] ( 550/2705) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
73182026-03-02T22:38:08.227Z PASS [ 4.292s] ( 551/2705) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
73192026-03-02T22:38:09.409Z PASS [ 5.562s] ( 552/2705) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
73202026-03-02T22:38:09.437Z PASS [ 5.526s] ( 553/2705) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
73212026-03-02T22:38:09.817Z PASS [ 5.306s] ( 554/2705) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
73222026-03-02T22:38:12.533Z PASS [ 5.499s] ( 555/2705) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
73232026-03-02T22:38:13.796Z PASS [ 5.569s] ( 556/2705) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
73242026-03-02T22:38:14.762Z PASS [ 5.324s] ( 557/2705) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
73252026-03-02T22:38:15.079Z PASS [ 5.669s] ( 558/2705) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
73262026-03-02T22:38:15.714Z PASS [ 5.896s] ( 559/2705) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
73272026-03-02T22:38:18.808Z PASS [ 6.274s] ( 560/2705) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
73282026-03-02T22:38:19.653Z PASS [ 5.855s] ( 561/2705) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
73292026-03-02T22:38:20.629Z PASS [ 5.866s] ( 562/2705) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
73302026-03-02T22:38:21.172Z PASS [ 6.093s] ( 563/2705) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
73312026-03-02T22:38:21.776Z PASS [ 6.062s] ( 564/2705) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
73322026-03-02T22:38:25.294Z PASS [ 6.485s] ( 565/2705) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
73332026-03-02T22:38:25.572Z PASS [ 5.919s] ( 566/2705) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
73342026-03-02T22:38:26.660Z PASS [ 6.030s] ( 567/2705) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
73352026-03-02T22:38:27.044Z PASS [ 5.871s] ( 568/2705) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
73362026-03-02T22:38:27.547Z PASS [ 5.769s] ( 569/2705) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
73372026-03-02T22:38:29.889Z PASS [ 4.316s] ( 570/2705) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
73382026-03-02T22:38:30.688Z PASS [ 5.393s] ( 571/2705) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
73392026-03-02T22:38:31.731Z PASS [ 5.071s] ( 572/2705) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
73402026-03-02T22:38:32.607Z PASS [ 5.563s] ( 573/2705) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
73412026-03-02T22:38:32.983Z PASS [ 5.436s] ( 574/2705) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
73422026-03-02T22:38:35.504Z PASS [ 5.615s] ( 575/2705) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
73432026-03-02T22:38:36.807Z PASS [ 6.119s] ( 576/2705) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
73442026-03-02T22:38:37.855Z PASS [ 6.123s] ( 577/2705) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
73452026-03-02T22:38:39.001Z PASS [ 6.017s] ( 578/2705) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
73462026-03-02T22:38:39.001Z PASS [ 6.393s] ( 579/2705) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
73472026-03-02T22:38:40.045Z PASS [ 4.540s] ( 580/2705) nexus-db-queries db::datastore::nat_entry::test::nat_sync_service_zones
73482026-03-02T22:38:41.358Z PASS [ 4.549s] ( 581/2705) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
73492026-03-02T22:38:42.596Z PASS [ 4.740s] ( 582/2705) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
73502026-03-02T22:38:43.615Z PASS [ 4.613s] ( 583/2705) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
73512026-03-02T22:38:44.247Z PASS [ 5.246s] ( 584/2705) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
73522026-03-02T22:38:45.524Z PASS [ 5.478s] ( 585/2705) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
73532026-03-02T22:38:47.584Z PASS [ 4.987s] ( 586/2705) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
73542026-03-02T22:38:48.994Z PASS [ 4.746s] ( 587/2705) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
73552026-03-02T22:38:50.003Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
73562026-03-02T22:38:50.408Z PASS [ 4.880s] ( 588/2705) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
73572026-03-02T22:38:52.576Z PASS [ 4.992s] ( 589/2705) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
73582026-03-02T22:38:52.770Z PASS [ 11.410s] ( 590/2705) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
73592026-03-02T22:38:53.927Z PASS [ 4.932s] ( 591/2705) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
73602026-03-02T22:38:56.437Z PASS [ 6.032s] ( 592/2705) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
73612026-03-02T22:38:59.072Z PASS [ 6.491s] ( 593/2705) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
73622026-03-02T22:38:59.612Z PASS [ 6.840s] ( 594/2705) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
73632026-03-02T22:39:00.215Z PASS [ 6.287s] ( 595/2705) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
73642026-03-02T22:39:03.096Z PASS [ 6.657s] ( 596/2705) nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
73652026-03-02T22:39:03.516Z PASS [ 19.899s] ( 597/2705) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
73662026-03-02T22:39:05.128Z PASS [ 5.517s] ( 598/2705) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
73672026-03-02T22:39:05.374Z PASS [ 5.159s] ( 599/2705) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
73682026-03-02T22:39:06.302Z PASS [ 7.233s] ( 600/2705) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
73692026-03-02T22:39:08.332Z PASS [ 5.236s] ( 601/2705) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
73702026-03-02T22:39:09.145Z PASS [ 5.628s] ( 602/2705) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
73712026-03-02T22:39:09.185Z PASS [ 0.040s] ( 603/2705) nexus-db-queries db::datastore::region::test::test_extent_count
73722026-03-02T22:39:10.738Z PASS [ 5.609s] ( 604/2705) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
73732026-03-02T22:39:10.973Z PASS [ 4.670s] ( 605/2705) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
73742026-03-02T22:39:11.383Z PASS [ 6.009s] ( 606/2705) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
73752026-03-02T22:39:13.134Z PASS [ 4.801s] ( 607/2705) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
73762026-03-02T22:39:14.093Z PASS [ 4.908s] ( 608/2705) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
73772026-03-02T22:39:15.563Z PASS [ 4.824s] ( 609/2705) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
73782026-03-02T22:39:15.828Z PASS [ 4.854s] ( 610/2705) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
73792026-03-02T22:39:16.263Z PASS [ 4.879s] ( 611/2705) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
73802026-03-02T22:39:17.715Z PASS [ 4.580s] ( 612/2705) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
73812026-03-02T22:39:18.792Z PASS [ 4.697s] ( 613/2705) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
73822026-03-02T22:39:20.277Z PASS [ 4.713s] ( 614/2705) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
73832026-03-02T22:39:20.502Z PASS [ 4.674s] ( 615/2705) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
73842026-03-02T22:39:20.740Z PASS [ 4.476s] ( 616/2705) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
73852026-03-02T22:39:22.351Z PASS [ 4.635s] ( 617/2705) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
73862026-03-02T22:39:23.499Z PASS [ 4.707s] ( 618/2705) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
73872026-03-02T22:39:25.060Z PASS [ 4.781s] ( 619/2705) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
73882026-03-02T22:39:25.196Z PASS [ 4.693s] ( 620/2705) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
73892026-03-02T22:39:26.022Z PASS [ 5.276s] ( 621/2705) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
73902026-03-02T22:39:27.675Z PASS [ 5.322s] ( 622/2705) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
73912026-03-02T22:39:28.463Z PASS [ 338.458s] ( 623/2705) oximeter-db client::tests::test_replicated
73922026-03-02T22:39:28.582Z PASS [ 0.117s] ( 624/2705) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
73932026-03-02T22:39:28.622Z PASS [ 0.036s] ( 625/2705) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
73942026-03-02T22:39:28.643Z PASS [ 0.024s] ( 626/2705) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
73952026-03-02T22:39:28.668Z PASS [ 0.026s] ( 627/2705) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
73962026-03-02T22:39:28.700Z PASS [ 0.032s] ( 628/2705) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
73972026-03-02T22:39:28.817Z PASS [ 5.317s] ( 629/2705) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
73982026-03-02T22:39:29.228Z PASS [ 0.528s] ( 630/2705) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
73992026-03-02T22:39:29.394Z PASS [ 0.166s] ( 631/2705) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
74002026-03-02T22:39:29.558Z PASS [ 0.160s] ( 632/2705) omicron-clickhouse-admin::integration_test test_lgif_parsing
74012026-03-02T22:39:29.697Z PASS [ 0.143s] ( 633/2705) omicron-clickhouse-admin::integration_test test_raft_config_parsing
74022026-03-02T22:39:29.842Z PASS [ 0.145s] ( 634/2705) omicron-clickhouse-admin::integration_test test_teardown
74032026-03-02T22:39:29.921Z PASS [ 4.862s] ( 635/2705) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
74042026-03-02T22:39:29.939Z PASS [ 0.096s] ( 636/2705) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
74052026-03-02T22:39:29.943Z PASS [ 4.746s] ( 637/2705) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
74062026-03-02T22:39:31.104Z PASS [ 5.085s] ( 638/2705) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
74072026-03-02T22:39:32.785Z PASS [ 5.110s] ( 639/2705) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
74082026-03-02T22:39:33.830Z PASS [ 5.012s] ( 640/2705) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
74092026-03-02T22:39:34.710Z PASS [ 4.766s] ( 641/2705) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
74102026-03-02T22:39:34.783Z PASS [ 4.861s] ( 642/2705) nexus-db-queries db::datastore::sled::test::affinity_multi_group
74112026-03-02T22:39:35.900Z PASS [ 4.797s] ( 643/2705) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
74122026-03-02T22:39:37.392Z PASS [ 4.605s] ( 644/2705) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
74132026-03-02T22:39:38.644Z PASS [ 4.813s] ( 645/2705) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
74142026-03-02T22:39:39.714Z PASS [ 5.004s] ( 646/2705) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
74152026-03-02T22:39:39.922Z PASS [ 5.139s] ( 647/2705) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
74162026-03-02T22:39:40.970Z PASS [ 5.069s] ( 648/2705) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
74172026-03-02T22:39:42.330Z PASS [ 4.940s] ( 649/2705) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
74182026-03-02T22:39:43.810Z PASS [ 5.165s] ( 650/2705) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
74192026-03-02T22:39:45.788Z PASS [ 6.073s] ( 651/2705) nexus-db-queries db::datastore::sled::test::local_storage_allocation
74202026-03-02T22:39:46.981Z PASS [ 7.058s] ( 652/2705) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
74212026-03-02T22:39:47.686Z PASS [ 6.666s] ( 653/2705) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
74222026-03-02T22:39:49.133Z PASS [ 6.797s] ( 654/2705) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
74232026-03-02T22:39:49.996Z PASS [ 6.185s] ( 655/2705) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
74242026-03-02T22:39:56.604Z PASS [ 6.868s] ( 656/2705) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
74252026-03-02T22:39:56.635Z PASS [ 6.343s] ( 657/2705) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
74262026-03-02T22:39:56.635Z PASS [ 6.372s] ( 658/2705) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
74272026-03-02T22:39:56.635Z PASS [ 5.677s] ( 659/2705) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
74282026-03-02T22:39:56.635Z PASS [ 6.195s] ( 660/2705) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
74292026-03-02T22:39:58.616Z PASS [ 5.958s] ( 661/2705) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
74302026-03-02T22:40:01.034Z PASS [ 6.227s] ( 662/2705) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
74312026-03-02T22:40:01.062Z PASS [ 7.051s] ( 663/2705) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
74322026-03-02T22:40:02.141Z PASS [ 5.948s] ( 664/2705) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
74332026-03-02T22:40:05.315Z PASS [ 6.698s] ( 665/2705) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
74342026-03-02T22:40:06.348Z PASS [ 5.284s] ( 666/2705) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
74352026-03-02T22:40:06.606Z PASS [ 5.559s] ( 667/2705) nexus-db-queries db::datastore::sled::test::sled_list_batch
74362026-03-02T22:40:07.434Z PASS [ 5.291s] ( 668/2705) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
74372026-03-02T22:40:10.487Z PASS [ 5.171s] ( 669/2705) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
74382026-03-02T22:40:11.407Z PASS [ 5.059s] ( 670/2705) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
74392026-03-02T22:40:12.336Z PASS [ 5.741s] ( 671/2705) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
74402026-03-02T22:40:12.733Z PASS [ 5.299s] ( 672/2705) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
74412026-03-02T22:40:16.545Z PASS [ 5.137s] ( 673/2705) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
74422026-03-02T22:40:17.232Z PASS [ 4.895s] ( 674/2705) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
74432026-03-02T22:40:17.677Z PASS [ 4.943s] ( 675/2705) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
74442026-03-02T22:40:18.293Z PASS [ 7.805s] ( 676/2705) nexus-db-queries db::datastore::sled::test::test_sled_transitions
74452026-03-02T22:40:23.132Z PASS [ 6.587s] ( 677/2705) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
74462026-03-02T22:40:23.887Z PASS [ 6.654s] ( 678/2705) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
74472026-03-02T22:40:24.496Z PASS [ 6.819s] ( 679/2705) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
74482026-03-02T22:40:25.137Z PASS [ 6.844s] ( 680/2705) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
74492026-03-02T22:40:28.587Z PASS [ 5.454s] ( 681/2705) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
74502026-03-02T22:40:28.931Z PASS [ 5.044s] ( 682/2705) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
74512026-03-02T22:40:29.440Z PASS [ 4.943s] ( 683/2705) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
74522026-03-02T22:40:29.796Z PASS [ 4.658s] ( 684/2705) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
74532026-03-02T22:40:29.946Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
74542026-03-02T22:40:33.337Z PASS [ 4.750s] ( 685/2705) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
74552026-03-02T22:40:33.636Z PASS [ 4.704s] ( 686/2705) nexus-db-queries db::datastore::target_release::test::target_release_datastore
74562026-03-02T22:40:34.283Z PASS [ 4.842s] ( 687/2705) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
74572026-03-02T22:40:34.655Z PASS [ 4.859s] ( 688/2705) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
74582026-03-02T22:40:35.110Z PASS [ 65.164s] ( 689/2705) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
74592026-03-02T22:40:37.814Z PASS [ 4.476s] ( 690/2705) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
74602026-03-02T22:40:37.902Z PASS [ 2.792s] ( 691/2705) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
74612026-03-02T22:40:38.092Z PASS [ 4.456s] ( 692/2705) nexus-db-queries db::datastore::test::test_external_ip_check_constraints
74622026-03-02T22:40:38.507Z PASS [ 4.223s] ( 693/2705) nexus-db-queries db::datastore::test::test_project_creation
74632026-03-02T22:40:38.822Z PASS [ 4.165s] ( 694/2705) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
74642026-03-02T22:40:42.321Z PASS [ 4.507s] ( 695/2705) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
74652026-03-02T22:40:43.131Z PASS [ 4.624s] ( 696/2705) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
74662026-03-02T22:40:43.934Z PASS [ 5.112s] ( 697/2705) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
74672026-03-02T22:40:47.261Z PASS [ 9.168s] ( 698/2705) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
74682026-03-02T22:40:47.261Z PASS [ 4.939s] ( 699/2705) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
74692026-03-02T22:40:52.622Z PASS [ 9.490s] ( 700/2705) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
74702026-03-02T22:40:53.334Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
74712026-03-02T22:40:53.990Z PASS [ 10.054s] ( 701/2705) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
74722026-03-02T22:40:54.515Z PASS [ 16.611s] ( 702/2705) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
74732026-03-02T22:40:57.606Z PASS [ 4.983s] ( 703/2705) nexus-db-queries db::datastore::test::test_session_methods
74742026-03-02T22:40:58.734Z PASS [ 11.471s] ( 704/2705) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
74752026-03-02T22:40:59.090Z PASS [ 5.099s] ( 705/2705) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
74762026-03-02T22:40:59.864Z PASS [ 12.601s] ( 706/2705) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
74772026-03-02T22:41:02.519Z PASS [ 4.912s] ( 707/2705) nexus-db-queries db::datastore::test::test_ssh_keys
74782026-03-02T22:41:03.597Z PASS [ 4.863s] ( 708/2705) nexus-db-queries db::datastore::test::test_table_scan
74792026-03-02T22:41:04.687Z PASS [ 5.596s] ( 709/2705) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
74802026-03-02T22:41:05.017Z PASS [ 5.153s] ( 710/2705) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
74812026-03-02T22:41:07.166Z PASS [ 4.647s] ( 711/2705) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
74822026-03-02T22:41:08.538Z PASS [ 4.940s] ( 712/2705) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
74832026-03-02T22:41:09.933Z PASS [ 5.245s] ( 713/2705) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
74842026-03-02T22:41:10.151Z PASS [ 15.634s] ( 714/2705) oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
74852026-03-02T22:41:10.190Z PASS [ 5.171s] ( 715/2705) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
74862026-03-02T22:41:14.088Z PASS [ 5.548s] ( 716/2705) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
74872026-03-02T22:41:14.820Z PASS [ 4.669s] ( 717/2705) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
74882026-03-02T22:41:14.912Z PASS [ 4.978s] ( 718/2705) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
74892026-03-02T22:41:15.153Z PASS [ 4.963s] ( 719/2705) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
74902026-03-02T22:41:18.822Z PASS [ 4.734s] ( 720/2705) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
74912026-03-02T22:41:19.599Z PASS [ 4.778s] ( 721/2705) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
74922026-03-02T22:41:20.069Z PASS [ 4.916s] ( 722/2705) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
74932026-03-02T22:41:20.776Z PASS [ 5.864s] ( 723/2705) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
74942026-03-02T22:41:23.691Z PASS [ 4.868s] ( 724/2705) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
74952026-03-02T22:41:24.563Z PASS [ 4.493s] ( 725/2705) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
74962026-03-02T22:41:24.912Z PASS [ 5.312s] ( 726/2705) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
74972026-03-02T22:41:26.061Z PASS [ 5.284s] ( 727/2705) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
74982026-03-02T22:41:28.383Z PASS [ 4.691s] ( 728/2705) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
74992026-03-02T22:41:29.267Z PASS [ 4.704s] ( 729/2705) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
75002026-03-02T22:41:29.758Z PASS [ 4.845s] ( 730/2705) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
75012026-03-02T22:41:30.639Z PASS [ 4.578s] ( 731/2705) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
75022026-03-02T22:41:33.183Z PASS [ 4.799s] ( 732/2705) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
75032026-03-02T22:41:33.461Z PASS [ 26.292s] ( 733/2705) nexus-db-queries db::datastore::update::test::test_list_unpruned
75042026-03-02T22:41:33.680Z PASS [ 4.412s] ( 734/2705) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
75052026-03-02T22:41:34.162Z PASS [ 4.404s] ( 735/2705) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
75062026-03-02T22:41:34.195Z PASS [ 0.033s] ( 736/2705) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
75072026-03-02T22:41:34.234Z PASS [ 0.039s] ( 737/2705) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
75082026-03-02T22:41:35.379Z PASS [ 4.739s] ( 738/2705) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
75092026-03-02T22:41:37.706Z PASS [ 4.522s] ( 739/2705) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
75102026-03-02T22:41:38.108Z PASS [ 4.646s] ( 740/2705) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
75112026-03-02T22:41:39.775Z PASS [ 106.438s] ( 741/2705) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
75122026-03-02T22:41:42.127Z PASS [ 4.420s] ( 742/2705) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
75132026-03-02T22:41:42.516Z PASS [ 4.408s] ( 743/2705) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
75142026-03-02T22:41:43.350Z PASS [ 9.669s] ( 744/2705) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
75152026-03-02T22:41:44.265Z PASS [ 10.029s] ( 745/2705) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
75162026-03-02T22:41:44.282Z PASS [ 4.506s] ( 746/2705) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
75172026-03-02T22:41:45.602Z PASS [ 10.222s] ( 747/2705) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
75182026-03-02T22:41:45.897Z PASS [ 0.294s] ( 748/2705) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
75192026-03-02T22:41:47.038Z PASS [ 4.911s] ( 749/2705) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
75202026-03-02T22:41:47.449Z PASS [ 4.932s] ( 750/2705) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
75212026-03-02T22:41:48.766Z PASS [ 2.869s] ( 751/2705) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
75222026-03-02T22:41:49.975Z PASS [ 2.525s] ( 752/2705) nexus-db-queries db::explain::test::test_explain_async
75232026-03-02T22:41:50.053Z PASS [ 5.788s] ( 753/2705) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
75242026-03-02T22:41:50.364Z PASS [ 7.013s] ( 754/2705) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
75252026-03-02T22:41:50.628Z PASS [ 6.345s] ( 755/2705) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
75262026-03-02T22:41:51.110Z PASS [ 2.341s] ( 756/2705) nexus-db-queries db::explain::test::test_explain_full_table_scan
75272026-03-02T22:41:51.789Z PASS [ 4.749s] ( 757/2705) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
75282026-03-02T22:41:53.128Z PASS [ 3.075s] ( 758/2705) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
75292026-03-02T22:41:53.128Z PASS [ 3.153s] ( 759/2705) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
75302026-03-02T22:41:53.177Z PASS [ 0.049s] ( 760/2705) nexus-db-queries db::pagination::test::test_paginator
75312026-03-02T22:41:53.388Z PASS [ 3.023s] ( 761/2705) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
75322026-03-02T22:41:53.582Z PASS [ 2.954s] ( 762/2705) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
75332026-03-02T22:41:54.213Z PASS [ 3.106s] ( 763/2705) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
75342026-03-02T22:41:54.695Z PASS [ 1.518s] ( 764/2705) nexus-db-queries db::pool::test::test_pool_can_be_terminated
75352026-03-02T22:41:54.734Z PASS [ 2.945s] ( 765/2705) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
75362026-03-02T22:41:54.817Z PASS [ 1.429s] ( 766/2705) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
75372026-03-02T22:41:56.077Z PASS [ 2.948s] ( 767/2705) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
75382026-03-02T22:41:57.797Z PASS [ 3.102s] ( 768/2705) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
75392026-03-02T22:41:59.512Z PASS [ 5.930s] ( 769/2705) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
75402026-03-02T22:41:59.663Z PASS [ 4.928s] ( 770/2705) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
75412026-03-02T22:41:59.801Z PASS [ 0.289s] ( 771/2705) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
75422026-03-02T22:41:59.852Z PASS [ 5.638s] ( 772/2705) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
75432026-03-02T22:41:59.905Z PASS [ 0.241s] ( 773/2705) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
75442026-03-02T22:42:00.067Z PASS [ 0.266s] ( 774/2705) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
75452026-03-02T22:42:00.100Z PASS [ 0.247s] ( 775/2705) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
75462026-03-02T22:42:00.754Z PASS [ 5.936s] ( 776/2705) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
75472026-03-02T22:42:02.353Z PASS [ 6.276s] ( 777/2705) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
75482026-03-02T22:42:03.535Z PASS [ 5.737s] ( 778/2705) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
75492026-03-02T22:42:05.437Z PASS [ 5.336s] ( 779/2705) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
75502026-03-02T22:42:05.698Z PASS [ 4.943s] ( 780/2705) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
75512026-03-02T22:42:06.274Z PASS [ 6.206s] ( 781/2705) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
75522026-03-02T22:42:06.274Z PASS [ 6.368s] ( 782/2705) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
75532026-03-02T22:42:07.502Z PASS [ 5.148s] ( 783/2705) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
75542026-03-02T22:42:07.885Z PASS [ 0.383s] ( 784/2705) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
75552026-03-02T22:42:08.302Z PASS [ 0.417s] ( 785/2705) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
75562026-03-02T22:42:08.608Z PASS [ 0.306s] ( 786/2705) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
75572026-03-02T22:42:08.914Z PASS [ 0.306s] ( 787/2705) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
75582026-03-02T22:42:08.929Z PASS [ 5.393s] ( 788/2705) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
75592026-03-02T22:42:09.170Z PASS [ 0.256s] ( 789/2705) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
75602026-03-02T22:42:09.257Z PASS [ 2.983s] ( 790/2705) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
75612026-03-02T22:42:11.400Z PASS [ 5.701s] ( 791/2705) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
75622026-03-02T22:42:11.585Z PASS [ 6.147s] ( 792/2705) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
75632026-03-02T22:42:11.949Z PASS [ 5.674s] ( 793/2705) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
75642026-03-02T22:42:14.435Z PASS [ 5.505s] ( 794/2705) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
75652026-03-02T22:42:14.891Z PASS [ 5.720s] ( 795/2705) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
75662026-03-02T22:42:14.935Z PASS [ 5.677s] ( 796/2705) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
75672026-03-02T22:42:16.737Z PASS [ 5.152s] ( 797/2705) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
75682026-03-02T22:42:16.742Z PASS [ 5.341s] ( 798/2705) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
75692026-03-02T22:42:16.784Z PASS [ 0.047s] ( 799/2705) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
75702026-03-02T22:42:16.914Z PASS [ 4.964s] ( 800/2705) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
75712026-03-02T22:42:20.280Z PASS [ 5.389s] ( 801/2705) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
75722026-03-02T22:42:20.729Z PASS [ 6.292s] ( 802/2705) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
75732026-03-02T22:42:21.123Z PASS [ 6.188s] ( 803/2705) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
75742026-03-02T22:42:21.682Z PASS [ 4.767s] ( 804/2705) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
75752026-03-02T22:42:21.982Z PASS [ 5.239s] ( 805/2705) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
75762026-03-02T22:42:22.105Z PASS [ 5.320s] ( 806/2705) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
75772026-03-02T22:42:25.219Z PASS [ 4.938s] ( 807/2705) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
75782026-03-02T22:42:26.119Z PASS [ 5.390s] ( 808/2705) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
75792026-03-02T22:42:26.119Z PASS [ 4.995s] ( 809/2705) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
75802026-03-02T22:42:26.392Z PASS [ 4.709s] ( 810/2705) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
75812026-03-02T22:42:26.832Z PASS [ 4.849s] ( 811/2705) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
75822026-03-02T22:42:27.116Z PASS [ 5.010s] ( 812/2705) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
75832026-03-02T22:42:27.144Z PASS [ 0.028s] ( 813/2705) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
75842026-03-02T22:42:30.683Z PASS [ 5.463s] ( 814/2705) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
75852026-03-02T22:42:31.353Z PASS [ 5.233s] ( 815/2705) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
75862026-03-02T22:42:31.354Z PASS [ 5.233s] ( 816/2705) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
75872026-03-02T22:42:31.480Z PASS [ 5.088s] ( 817/2705) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
75882026-03-02T22:42:31.859Z PASS [ 5.025s] ( 818/2705) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
75892026-03-02T22:42:31.898Z PASS [ 0.037s] ( 819/2705) nexus-db-queries db::queries::next_item::tests::test_shift_indices
75902026-03-02T22:42:32.482Z PASS [ 5.337s] ( 820/2705) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
75912026-03-02T22:42:32.769Z PASS [ 0.288s] ( 821/2705) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
75922026-03-02T22:42:33.083Z PASS [ 0.310s] ( 822/2705) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
75932026-03-02T22:42:33.204Z PASS [ 2.520s] ( 823/2705) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
75942026-03-02T22:42:34.217Z PASS [ 2.862s] ( 824/2705) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
75952026-03-02T22:42:34.247Z PASS [ 2.893s] ( 825/2705) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
75962026-03-02T22:42:34.251Z PASS [ 0.035s] ( 826/2705) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
75972026-03-02T22:42:34.261Z PASS [ 2.781s] ( 827/2705) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
75982026-03-02T22:42:34.282Z PASS [ 0.035s] ( 828/2705) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
75992026-03-02T22:42:34.507Z PASS [ 2.610s] ( 829/2705) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
76002026-03-02T22:42:35.236Z PASS [ 0.984s] ( 830/2705) nexus-db-queries db::queries::region_allocation::test::expectorate_query
76012026-03-02T22:42:35.595Z PASS [ 2.514s] ( 831/2705) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
76022026-03-02T22:42:36.264Z PASS [ 3.060s] ( 832/2705) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
76032026-03-02T22:42:37.254Z PASS [ 2.992s] ( 833/2705) nexus-db-queries db::queries::region_allocation::test::explainable
76042026-03-02T22:42:37.484Z PASS [ 0.230s] ( 834/2705) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
76052026-03-02T22:42:40.159Z PASS [ 2.675s] ( 835/2705) nexus-db-queries db::queries::regions_hard_delete::test::explainable
76062026-03-02T22:42:40.408Z PASS [ 6.125s] ( 836/2705) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
76072026-03-02T22:42:40.411Z PASS [ 0.249s] ( 837/2705) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
76082026-03-02T22:42:40.493Z PASS [ 5.987s] ( 838/2705) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
76092026-03-02T22:42:40.655Z PASS [ 0.248s] ( 839/2705) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
76102026-03-02T22:42:40.870Z PASS [ 0.461s] ( 840/2705) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
76112026-03-02T22:42:41.114Z PASS [ 0.244s] ( 841/2705) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
76122026-03-02T22:42:41.363Z PASS [ 0.249s] ( 842/2705) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
76132026-03-02T22:42:41.383Z PASS [ 6.146s] ( 843/2705) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
76142026-03-02T22:42:41.527Z PASS [ 5.932s] ( 844/2705) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
76152026-03-02T22:42:41.578Z PASS [ 0.215s] ( 845/2705) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
76162026-03-02T22:42:41.601Z PASS [ 0.219s] ( 846/2705) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
76172026-03-02T22:42:41.954Z PASS [ 5.689s] ( 847/2705) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
76182026-03-02T22:42:43.213Z PASS [ 2.719s] ( 848/2705) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
76192026-03-02T22:42:43.312Z PASS [ 0.099s] ( 849/2705) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
76202026-03-02T22:42:43.367Z PASS [ 0.049s] ( 850/2705) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
76212026-03-02T22:42:43.411Z PASS [ 0.050s] ( 851/2705) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
76222026-03-02T22:42:43.436Z PASS [ 2.780s] ( 852/2705) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
76232026-03-02T22:42:43.458Z PASS [ 0.046s] ( 853/2705) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
76242026-03-02T22:42:43.477Z PASS [ 0.041s] ( 854/2705) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
76252026-03-02T22:42:44.150Z PASS [ 2.572s] ( 855/2705) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
76262026-03-02T22:42:44.210Z PASS [ 2.682s] ( 856/2705) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
76272026-03-02T22:42:44.256Z PASS [ 2.654s] ( 857/2705) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
76282026-03-02T22:42:44.450Z PASS [ 2.496s] ( 858/2705) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
76292026-03-02T22:42:46.330Z PASS [ 2.872s] ( 859/2705) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
76302026-03-02T22:42:46.749Z PASS [ 3.270s] ( 860/2705) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
76312026-03-02T22:42:46.760Z PASS [ 2.609s] ( 861/2705) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
76322026-03-02T22:42:46.803Z PASS [ 0.054s] ( 862/2705) nexus-defaults tests::test_random_vpc_ipv6_prefix
76332026-03-02T22:42:46.871Z PASS [ 0.068s] ( 863/2705) nexus-inventory builder::test::test_empty
76342026-03-02T22:42:46.956Z PASS [ 0.085s] ( 864/2705) nexus-inventory builder::test::test_problems
76352026-03-02T22:42:47.246Z PASS [ 0.485s] ( 865/2705) nexus-inventory builder::test::test_basic
76362026-03-02T22:42:48.367Z PASS [ 1.119s] ( 866/2705) nexus-inventory collector::test::test_multi_mgs
76372026-03-02T22:42:48.367Z PASS [ 1.411s] ( 867/2705) nexus-inventory collector::test::test_basic
76382026-03-02T22:42:48.807Z PASS [ 0.439s] ( 868/2705) nexus-inventory collector::test::test_multi_mgs_failure
76392026-03-02T22:42:49.001Z PASS [ 0.633s] ( 869/2705) nexus-inventory collector::test::test_sled_agent_failure
76402026-03-02T22:42:49.279Z PASS [ 4.828s] ( 870/2705) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
76412026-03-02T22:42:51.440Z PASS [ 5.108s] ( 871/2705) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
76422026-03-02T22:42:54.356Z PASS [ 2.916s] ( 872/2705) nexus-mgs-updates driver_update::test::test_rot_basic_failures
76432026-03-02T22:42:55.814Z PASS [ 1.458s] ( 873/2705) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
76442026-03-02T22:42:56.805Z PASS [ 7.526s] ( 874/2705) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
76452026-03-02T22:42:56.805Z PASS [ 7.997s] ( 875/2705) nexus-metrics-producer-gc tests::test_prune_expired_producers
76462026-03-02T22:42:56.991Z PASS [ 7.990s] ( 876/2705) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
76472026-03-02T22:42:57.929Z PASS [ 1.123s] ( 877/2705) nexus-mgs-updates driver_update::test::test_sp_basic_failures
76482026-03-02T22:42:58.385Z PASS [ 14.173s] ( 878/2705) nexus-db-queries policy_test::test_conferred_roles
76492026-03-02T22:43:02.862Z PASS [ 7.047s] ( 879/2705) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
76502026-03-02T22:43:02.946Z PASS [ 4.560s] ( 880/2705) nexus-mgs-updates driver_update::test::test_sp_update_watched
76512026-03-02T22:43:03.795Z PASS [ 6.989s] ( 881/2705) nexus-mgs-updates driver_update::test::test_rot_update_basic
76522026-03-02T22:43:04.628Z PASS [ 1.680s] ( 882/2705) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
76532026-03-02T22:43:05.927Z PASS [ 8.935s] ( 883/2705) nexus-mgs-updates driver_update::test::test_sp_update_basic
76542026-03-02T22:43:06.174Z PASS [ 0.246s] ( 884/2705) nexus-mgs-updates test_util::step_through::test::test_basic
76552026-03-02T22:43:07.464Z PASS [ 1.290s] ( 885/2705) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
76562026-03-02T22:43:08.006Z PASS [ 0.541s] ( 886/2705) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
76572026-03-02T22:43:08.052Z PASS [ 0.046s] ( 887/2705) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
76582026-03-02T22:43:08.098Z PASS [ 0.045s] ( 888/2705) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
76592026-03-02T22:43:08.145Z PASS [ 0.047s] ( 889/2705) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
76602026-03-02T22:43:08.198Z PASS [ 0.052s] ( 890/2705) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
76612026-03-02T22:43:08.247Z PASS [ 0.049s] ( 891/2705) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
76622026-03-02T22:43:08.303Z PASS [ 0.056s] ( 892/2705) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
76632026-03-02T22:43:08.354Z PASS [ 0.051s] ( 893/2705) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
76642026-03-02T22:43:08.408Z PASS [ 0.054s] ( 894/2705) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
76652026-03-02T22:43:08.458Z PASS [ 0.050s] ( 895/2705) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
76662026-03-02T22:43:08.509Z PASS [ 0.051s] ( 896/2705) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
76672026-03-02T22:43:08.563Z PASS [ 0.054s] ( 897/2705) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
76682026-03-02T22:43:08.603Z PASS [ 0.040s] ( 898/2705) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
76692026-03-02T22:43:08.653Z PASS [ 0.049s] ( 899/2705) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
76702026-03-02T22:43:08.704Z PASS [ 0.051s] ( 900/2705) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
76712026-03-02T22:43:08.753Z PASS [ 0.049s] ( 901/2705) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
76722026-03-02T22:43:08.756Z PASS [ 5.892s] ( 902/2705) nexus-mgs-updates driver_update::test_host_phase_1::basic
76732026-03-02T22:43:08.802Z PASS [ 0.049s] ( 903/2705) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
76742026-03-02T22:43:08.806Z PASS [ 0.050s] ( 904/2705) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
76752026-03-02T22:43:08.852Z PASS [ 0.049s] ( 905/2705) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
76762026-03-02T22:43:08.857Z PASS [ 0.053s] ( 906/2705) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
76772026-03-02T22:43:09.095Z PASS [ 0.236s] ( 907/2705) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
76782026-03-02T22:43:12.635Z PASS [ 14.704s] ( 908/2705) nexus-mgs-updates driver_update::test::test_sp_update_takeover
76792026-03-02T22:43:14.614Z PASS [ 9.986s] ( 909/2705) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
76802026-03-02T22:43:23.695Z PASS [ 19.897s] ( 910/2705) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
76812026-03-02T22:43:23.991Z PASS [ 9.376s] ( 911/2705) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
76822026-03-02T22:43:24.036Z PASS [ 11.401s] ( 912/2705) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
76832026-03-02T22:43:24.237Z PASS [ 0.200s] ( 913/2705) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
76842026-03-02T22:43:24.355Z PASS [ 0.118s] ( 914/2705) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
76852026-03-02T22:43:24.410Z PASS [ 0.054s] ( 915/2705) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
76862026-03-02T22:43:24.474Z PASS [ 0.064s] ( 916/2705) nexus-reconfigurator-execution dns::test::test_dns_compute_update
76872026-03-02T22:43:32.554Z PASS [ 8.858s] ( 917/2705) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
76882026-03-02T22:43:32.614Z PASS [ 8.622s] ( 918/2705) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
76892026-03-02T22:43:44.264Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
76902026-03-02T22:43:57.164Z PASS [ 24.547s] ( 919/2705) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
76912026-03-02T22:43:58.269Z PASS [ 25.712s] ( 920/2705) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
76922026-03-02T22:43:58.357Z PASS [ 0.088s] ( 921/2705) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
76932026-03-02T22:44:08.861Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
76942026-03-02T22:44:09.103Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
76952026-03-02T22:44:22.045Z PASS [ 24.878s] ( 922/2705) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
76962026-03-02T22:44:23.164Z PASS [ 1.119s] ( 923/2705) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
76972026-03-02T22:44:23.296Z PASS [ 0.132s] ( 924/2705) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
76982026-03-02T22:44:23.338Z PASS [ 0.041s] ( 925/2705) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
76992026-03-02T22:44:23.456Z PASS [ 0.118s] ( 926/2705) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
77002026-03-02T22:44:23.518Z PASS [ 0.062s] ( 927/2705) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
77012026-03-02T22:44:23.577Z PASS [ 0.058s] ( 928/2705) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
77022026-03-02T22:44:23.637Z PASS [ 0.060s] ( 929/2705) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
77032026-03-02T22:44:23.691Z PASS [ 0.053s] ( 930/2705) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
77042026-03-02T22:44:23.795Z PASS [ 0.104s] ( 931/2705) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
77052026-03-02T22:44:23.831Z PASS [ 0.035s] ( 932/2705) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
77062026-03-02T22:44:23.863Z PASS [ 0.032s] ( 933/2705) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
77072026-03-02T22:44:23.894Z PASS [ 0.031s] ( 934/2705) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
77082026-03-02T22:44:23.925Z PASS [ 0.031s] ( 935/2705) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
77092026-03-02T22:44:23.955Z PASS [ 0.030s] ( 936/2705) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
77102026-03-02T22:44:23.985Z PASS [ 0.030s] ( 937/2705) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
77112026-03-02T22:44:24.022Z PASS [ 0.037s] ( 938/2705) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
77122026-03-02T22:44:24.055Z PASS [ 0.033s] ( 939/2705) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
77132026-03-02T22:44:24.122Z PASS [ 0.068s] ( 940/2705) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
77142026-03-02T22:44:24.256Z PASS [ 25.896s] ( 941/2705) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
77152026-03-02T22:44:24.482Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
77162026-03-02T22:44:25.832Z PASS [ 1.575s] ( 942/2705) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
77172026-03-02T22:44:27.377Z PASS [ 1.546s] ( 943/2705) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
77182026-03-02T22:44:27.888Z PASS [ 0.510s] ( 944/2705) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
77192026-03-02T22:44:28.087Z PASS [ 0.199s] ( 945/2705) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
77202026-03-02T22:44:28.123Z PASS [ 0.036s] ( 946/2705) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
77212026-03-02T22:44:28.350Z PASS [ 0.227s] ( 947/2705) nexus-reconfigurator-planning example::tests::builder_all_zone_types
77222026-03-02T22:44:28.421Z PASS [ 0.070s] ( 948/2705) nexus-reconfigurator-planning example::tests::builder_zone_counts
77232026-03-02T22:44:30.559Z PASS [ 6.436s] ( 949/2705) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
77242026-03-02T22:44:30.589Z PASS [ 0.029s] ( 950/2705) nexus-reconfigurator-planning example::tests::instances_on_examples
77252026-03-02T22:44:30.643Z PASS [ 0.054s] ( 951/2705) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
77262026-03-02T22:44:30.683Z PASS [ 0.039s] ( 952/2705) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
77272026-03-02T22:44:30.731Z PASS [ 0.048s] ( 953/2705) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
77282026-03-02T22:44:30.780Z PASS [ 0.048s] ( 954/2705) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
77292026-03-02T22:44:30.824Z PASS [ 0.044s] ( 955/2705) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
77302026-03-02T22:44:30.866Z PASS [ 0.042s] ( 956/2705) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
77312026-03-02T22:44:30.909Z PASS [ 0.043s] ( 957/2705) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
77322026-03-02T22:44:30.948Z PASS [ 0.039s] ( 958/2705) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
77332026-03-02T22:44:31.006Z PASS [ 0.057s] ( 959/2705) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
77342026-03-02T22:44:31.051Z PASS [ 0.046s] ( 960/2705) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
77352026-03-02T22:44:31.171Z PASS [ 0.119s] ( 961/2705) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
77362026-03-02T22:44:32.979Z PASS [ 1.807s] ( 962/2705) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
77372026-03-02T22:44:33.079Z PASS [ 0.099s] ( 963/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
77382026-03-02T22:44:33.548Z PASS [ 0.468s] ( 964/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
77392026-03-02T22:44:33.652Z PASS [ 0.104s] ( 965/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
77402026-03-02T22:44:33.828Z PASS [ 0.176s] ( 966/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
77412026-03-02T22:44:33.998Z PASS [ 0.169s] ( 967/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
77422026-03-02T22:44:34.498Z PASS [ 0.499s] ( 968/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
77432026-03-02T22:44:34.666Z PASS [ 0.167s] ( 969/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
77442026-03-02T22:44:34.765Z PASS [ 0.099s] ( 970/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
77452026-03-02T22:44:34.864Z PASS [ 0.097s] ( 971/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
77462026-03-02T22:44:34.980Z PASS [ 6.558s] ( 972/2705) nexus-reconfigurator-planning example::tests::dns_resolution_works
77472026-03-02T22:44:35.119Z PASS [ 0.255s] ( 973/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
77482026-03-02T22:44:35.278Z PASS [ 0.298s] ( 974/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
77492026-03-02T22:44:35.511Z PASS [ 0.392s] ( 975/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
77502026-03-02T22:44:35.931Z PASS [ 0.420s] ( 976/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
77512026-03-02T22:44:35.935Z PASS [ 0.653s] ( 977/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
77522026-03-02T22:44:36.351Z PASS [ 0.419s] ( 978/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
77532026-03-02T22:44:36.423Z PASS [ 87.561s] ( 979/2705) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
77542026-03-02T22:44:36.499Z PASS [ 0.566s] ( 980/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
77552026-03-02T22:44:36.613Z PASS [ 0.262s] ( 981/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
77562026-03-02T22:44:36.653Z PASS [ 0.230s] ( 982/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
77572026-03-02T22:44:36.706Z PASS [ 0.207s] ( 983/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
77582026-03-02T22:44:38.774Z PASS [ 2.067s] ( 984/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
77592026-03-02T22:44:39.404Z PASS [ 2.750s] ( 985/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
77602026-03-02T22:44:40.293Z PASS [ 3.679s] ( 986/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
77612026-03-02T22:44:40.411Z PASS [ 0.118s] ( 987/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
77622026-03-02T22:44:40.629Z PASS [ 1.224s] ( 988/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
77632026-03-02T22:44:41.069Z PASS [ 2.294s] ( 989/2705) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
77642026-03-02T22:44:44.271Z SLOW [>120.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
77652026-03-02T22:45:05.027Z PASS [ 115.920s] ( 990/2705) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
77662026-03-02T22:45:12.876Z PASS [ 32.461s] ( 991/2705) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
77672026-03-02T22:45:12.956Z PASS [ 0.080s] ( 992/2705) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
77682026-03-02T22:45:13.151Z PASS [ 0.194s] ( 993/2705) nexus-saga-recovery recovery::test::test_execution_basic
77692026-03-02T22:45:13.202Z PASS [ 0.052s] ( 994/2705) nexus-saga-recovery recovery::test::test_plan_basic
77702026-03-02T22:45:13.247Z PASS [ 0.045s] ( 995/2705) nexus-saga-recovery recovery::test::test_read_all_from_channel
77712026-03-02T22:45:13.292Z PASS [ 0.044s] ( 996/2705) nexus-saga-recovery test::test_basic
77722026-03-02T22:45:16.183Z PASS [ 2.890s] ( 997/2705) nexus-test-utils test::test_suite_password_matches_hash
77732026-03-02T22:45:16.254Z PASS [ 0.072s] ( 998/2705) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
77742026-03-02T22:45:16.317Z PASS [ 0.062s] ( 999/2705) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
77752026-03-02T22:45:16.345Z PASS [ 0.028s] (1000/2705) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
77762026-03-02T22:45:16.383Z PASS [ 0.038s] (1001/2705) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
77772026-03-02T22:45:16.426Z PASS [ 0.042s] (1002/2705) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
77782026-03-02T22:45:16.457Z PASS [ 0.031s] (1003/2705) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
77792026-03-02T22:45:16.499Z PASS [ 0.043s] (1004/2705) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
77802026-03-02T22:45:22.813Z PASS [ 41.740s] (1005/2705) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
77812026-03-02T22:45:22.849Z PASS [ 0.035s] (1006/2705) nexus-types deployment::test::test_serialize_pending_mgs_updates
77822026-03-02T22:45:22.891Z PASS [ 0.042s] (1007/2705) nexus-types fm::case::tests::test_case_display
77832026-03-02T22:45:22.933Z PASS [ 0.042s] (1008/2705) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
77842026-03-02T22:45:22.976Z PASS [ 0.043s] (1009/2705) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
77852026-03-02T22:45:23.017Z PASS [ 0.041s] (1010/2705) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
77862026-03-02T22:45:23.126Z PASS [ 0.109s] (1011/2705) nexus-types quiesce::test::test_drained_blueprint
77872026-03-02T22:45:23.177Z PASS [ 0.050s] (1012/2705) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
77882026-03-02T22:45:23.216Z PASS [ 0.039s] (1013/2705) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
77892026-03-02T22:45:23.251Z PASS [ 0.035s] (1014/2705) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
77902026-03-02T22:45:23.290Z PASS [ 0.039s] (1015/2705) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
77912026-03-02T22:45:23.325Z PASS [ 0.035s] (1016/2705) nexus-types quiesce::test::test_quiesce_block_on_reassignment
77922026-03-02T22:45:23.360Z PASS [ 0.035s] (1017/2705) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
77932026-03-02T22:45:23.397Z PASS [ 42.763s] (1018/2705) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
77942026-03-02T22:45:23.401Z PASS [ 0.041s] (1019/2705) nexus-types quiesce::test::test_quiesce_block_on_saga_started
77952026-03-02T22:45:23.435Z PASS [ 0.037s] (1020/2705) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
77962026-03-02T22:45:23.452Z PASS [ 0.050s] (1021/2705) nexus-types quiesce::test::test_quiesce_noop
77972026-03-02T22:45:23.473Z PASS [ 0.038s] (1022/2705) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
77982026-03-02T22:45:23.558Z PASS [ 0.085s] (1023/2705) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
77992026-03-02T22:45:23.583Z PASS [ 0.131s] (1024/2705) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
78002026-03-02T22:45:23.595Z PASS [ 0.037s] (1025/2705) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
78012026-03-02T22:45:23.622Z PASS [ 0.038s] (1026/2705) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
78022026-03-02T22:45:23.626Z PASS [ 0.031s] (1027/2705) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
78032026-03-02T22:45:23.651Z PASS [ 0.029s] (1028/2705) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
78042026-03-02T22:45:23.658Z PASS [ 0.031s] (1029/2705) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
78052026-03-02T22:45:23.684Z PASS [ 0.033s] (1030/2705) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
78062026-03-02T22:45:23.687Z PASS [ 0.030s] (1031/2705) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
78072026-03-02T22:45:23.709Z PASS [ 0.026s] (1032/2705) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
78082026-03-02T22:45:23.721Z PASS [ 0.033s] (1033/2705) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
78092026-03-02T22:45:23.734Z PASS [ 0.024s] (1034/2705) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_explicit_null_mvlan
78102026-03-02T22:45:23.747Z PASS [ 0.026s] (1035/2705) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_invalid_mvlan
78112026-03-02T22:45:23.759Z PASS [ 0.025s] (1036/2705) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
78122026-03-02T22:45:23.771Z PASS [ 0.024s] (1037/2705) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_set_mvlan
78132026-03-02T22:45:23.785Z PASS [ 0.026s] (1038/2705) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
78142026-03-02T22:45:23.798Z PASS [ 0.027s] (1039/2705) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
78152026-03-02T22:45:23.813Z PASS [ 0.028s] (1040/2705) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
78162026-03-02T22:45:23.821Z PASS [ 0.022s] (1041/2705) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
78172026-03-02T22:45:23.839Z PASS [ 0.025s] (1042/2705) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
78182026-03-02T22:45:23.856Z PASS [ 0.035s] (1043/2705) nexus-types-versions impls::policy::tests::test_policy_parsing
78192026-03-02T22:45:24.122Z PASS [ 0.282s] (1044/2705) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
78202026-03-02T22:45:24.139Z PASS [ 0.282s] (1045/2705) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
78212026-03-02T22:45:24.214Z PASS [ 0.075s] (1046/2705) omicron-certificates tests::test_common_name_is_validated
78222026-03-02T22:45:24.217Z PASS [ 0.095s] (1047/2705) omicron-certificates tests::test_cert_extended_key_usage
78232026-03-02T22:45:24.276Z PASS [ 0.062s] (1048/2705) omicron-certificates tests::test_subject_alternate_names_are_validated
78242026-03-02T22:45:24.490Z SLOW [>120.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
78252026-03-02T22:45:24.541Z PASS [ 0.324s] (1049/2705) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
78262026-03-02T22:45:24.557Z PASS [ 120.070s] (1050/2705) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
78272026-03-02T22:45:26.955Z PASS [ 2.398s] (1051/2705) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
78282026-03-02T22:45:28.725Z PASS [ 1.770s] (1052/2705) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
78292026-03-02T22:45:29.140Z PASS [ 4.863s] (1053/2705) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
78302026-03-02T22:45:30.696Z PASS [ 1.556s] (1054/2705) omicron-cockroach-admin context::tests::test_node_id
78312026-03-02T22:45:30.785Z PASS [ 0.089s] (1055/2705) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
78322026-03-02T22:45:30.860Z PASS [ 0.075s] (1056/2705) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
78332026-03-02T22:45:30.951Z PASS [ 166.674s] (1057/2705) nexus-db-queries policy_test::test_iam_roles_behavior
78342026-03-02T22:45:30.973Z PASS [ 0.022s] (1058/2705) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
78352026-03-02T22:45:30.994Z PASS [ 0.021s] (1059/2705) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
78362026-03-02T22:45:31.016Z PASS [ 0.019s] (1060/2705) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
78372026-03-02T22:45:31.036Z PASS [ 0.023s] (1061/2705) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
78382026-03-02T22:45:31.058Z PASS [ 0.022s] (1062/2705) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
78392026-03-02T22:45:31.078Z PASS [ 0.019s] (1063/2705) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
78402026-03-02T22:45:31.096Z PASS [ 0.019s] (1064/2705) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
78412026-03-02T22:45:31.109Z PASS [ 0.249s] (1065/2705) omicron-cockroach-metrics tests::test_cluster_client_caching
78422026-03-02T22:45:31.138Z PASS [ 0.029s] (1066/2705) omicron-common address::test::test_ip_range_checks_non_decreasing
78432026-03-02T22:45:31.142Z PASS [ 0.045s] (1067/2705) omicron-common address::test::test_dns_subnets
78442026-03-02T22:45:31.169Z PASS [ 0.028s] (1068/2705) omicron-common address::test::test_ip_range_iter
78452026-03-02T22:45:31.185Z PASS [ 0.047s] (1069/2705) omicron-common address::test::test_ip_range_enum_deserialization
78462026-03-02T22:45:31.203Z PASS [ 0.033s] (1070/2705) omicron-common address::test::test_ip_range_length
78472026-03-02T22:45:31.211Z PASS [ 0.025s] (1071/2705) omicron-common address::test::test_ip_range_try_from
78482026-03-02T22:45:31.235Z PASS [ 0.024s] (1072/2705) omicron-common address::test::test_sled_address
78492026-03-02T22:45:31.240Z PASS [ 0.038s] (1073/2705) omicron-common address::test::test_ipv6_subnet_deserialize
78502026-03-02T22:45:31.259Z PASS [ 0.023s] (1074/2705) omicron-common api::external::error::test::test_bail_unless
78512026-03-02T22:45:31.263Z PASS [ 0.023s] (1075/2705) omicron-common api::external::error::test::test_context
78522026-03-02T22:45:31.297Z PASS [ 0.038s] (1076/2705) omicron-common api::external::http_pagination::test::test_pagination_examples
78532026-03-02T22:45:31.311Z PASS [ 0.048s] (1077/2705) omicron-common api::external::http_pagination::test::test_pagination_schemas
78542026-03-02T22:45:31.340Z PASS [ 0.028s] (1078/2705) omicron-common api::external::http_pagination::test::test_scan_by_name
78552026-03-02T22:45:31.340Z PASS [ 0.043s] (1079/2705) omicron-common api::external::http_pagination::test::test_scan_by_id
78562026-03-02T22:45:31.362Z PASS [ 0.022s] (1080/2705) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
78572026-03-02T22:45:31.362Z PASS [ 0.022s] (1081/2705) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
78582026-03-02T22:45:31.385Z PASS [ 0.023s] (1082/2705) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
78592026-03-02T22:45:31.385Z PASS [ 0.023s] (1083/2705) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
78602026-03-02T22:45:31.408Z PASS [ 0.023s] (1084/2705) omicron-common api::external::test::test_bytecount
78612026-03-02T22:45:31.408Z PASS [ 0.023s] (1085/2705) omicron-common api::external::test::test_bytecount_display
78622026-03-02T22:45:31.438Z PASS [ 0.030s] (1086/2705) omicron-common api::external::test::test_firewall_deserialization
78632026-03-02T22:45:31.450Z PASS [ 0.041s] (1087/2705) omicron-common api::external::test::test_digest
78642026-03-02T22:45:31.479Z PASS [ 0.029s] (1088/2705) omicron-common api::external::test::test_firewall_rule_proto_filter_parse
78652026-03-02T22:45:31.509Z PASS [ 0.071s] (1089/2705) omicron-common api::external::test::test_firewall_rule_host_filter_parse
78662026-03-02T22:45:31.528Z PASS [ 0.049s] (1090/2705) omicron-common api::external::test::test_firewall_rule_target_parse
78672026-03-02T22:45:31.533Z PASS [ 0.024s] (1091/2705) omicron-common api::external::test::test_generation_display_parse
78682026-03-02T22:45:31.553Z PASS [ 0.025s] (1092/2705) omicron-common api::external::test::test_generation_from_int
78692026-03-02T22:45:31.579Z PASS [ 0.026s] (1093/2705) omicron-common api::external::test::test_generation_serde
78702026-03-02T22:45:31.620Z PASS [ 0.041s] (1094/2705) omicron-common api::external::test::test_hostname_from_str
78712026-03-02T22:45:31.645Z PASS [ 0.025s] (1095/2705) omicron-common api::external::test::test_ip_port_range_from_str
78722026-03-02T22:45:31.668Z PASS [ 0.023s] (1096/2705) omicron-common api::external::test::test_ip_port_range_into_str
78732026-03-02T22:45:31.695Z PASS [ 0.027s] (1097/2705) omicron-common api::external::test::test_ipv6_net_operations
78742026-03-02T22:45:31.727Z PASS [ 0.032s] (1098/2705) omicron-common api::external::test::test_mac_system_iterator
78752026-03-02T22:45:31.756Z PASS [ 0.028s] (1099/2705) omicron-common api::external::test::test_mac_to_int_conversions
78762026-03-02T22:45:31.782Z PASS [ 0.027s] (1100/2705) omicron-common api::external::test::test_macaddr
78772026-03-02T22:45:31.813Z PASS [ 0.031s] (1101/2705) omicron-common api::external::test::test_name_parse
78782026-03-02T22:45:31.839Z PASS [ 0.026s] (1102/2705) omicron-common api::external::test::test_name_parse_from_param
78792026-03-02T22:45:31.868Z PASS [ 0.027s] (1103/2705) omicron-common api::external::test::test_resource_name_parse
78802026-03-02T22:45:31.911Z PASS [ 0.044s] (1104/2705) omicron-common api::external::test::test_route_destination_parse
78812026-03-02T22:45:31.965Z PASS [ 0.054s] (1105/2705) omicron-common api::external::test::test_route_target_parse
78822026-03-02T22:45:31.994Z PASS [ 0.029s] (1106/2705) omicron-common api::external::test::test_semver_serialize
78832026-03-02T22:45:32.021Z PASS [ 0.027s] (1107/2705) omicron-common api::internal::shared::external_ip::tests::try_from_generic_fails_with_mixed_address_versions
78842026-03-02T22:45:32.046Z PASS [ 0.025s] (1108/2705) omicron-common api::internal::shared::external_ip::tests::try_from_generic_fails_with_no_ips
78852026-03-02T22:45:32.073Z PASS [ 0.027s] (1109/2705) omicron-common api::internal::shared::external_ip::tests::try_from_generic_successes
78862026-03-02T22:45:32.102Z PASS [ 0.029s] (1110/2705) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
78872026-03-02T22:45:32.131Z PASS [ 0.029s] (1111/2705) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
78882026-03-02T22:45:32.161Z PASS [ 0.029s] (1112/2705) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
78892026-03-02T22:45:32.186Z PASS [ 0.025s] (1113/2705) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
78902026-03-02T22:45:32.213Z PASS [ 0.026s] (1114/2705) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
78912026-03-02T22:45:32.248Z PASS [ 0.035s] (1115/2705) omicron-common disk::tests::parse_dataset_name
78922026-03-02T22:45:32.296Z PASS [ 0.047s] (1116/2705) omicron-common ledger::test::test_commit_handles_write_failures
78932026-03-02T22:45:32.323Z PASS [ 0.028s] (1117/2705) omicron-common ledger::test::test_create_default_ledger
78942026-03-02T22:45:32.343Z PASS [ 0.810s] (1118/2705) omicron-common api::external::test::test_generation_overflow
78952026-03-02T22:45:32.350Z PASS [ 0.026s] (1119/2705) omicron-common ledger::test::test_create_ledger_reads_from_storage
78962026-03-02T22:45:32.370Z PASS [ 0.027s] (1120/2705) omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
78972026-03-02T22:45:32.378Z PASS [ 0.028s] (1121/2705) omicron-common zpool_name::test::test_parse_bad_zpool_names
78982026-03-02T22:45:32.395Z PASS [ 0.024s] (1122/2705) omicron-common zpool_name::test::test_parse_external_zpool_name
78992026-03-02T22:45:32.403Z PASS [ 0.025s] (1123/2705) omicron-common zpool_name::test::test_parse_internal_zpool_name
79002026-03-02T22:45:32.418Z PASS [ 0.023s] (1124/2705) omicron-common zpool_name::test::test_parse_zpool_name_json
79012026-03-02T22:45:32.428Z PASS [ 0.024s] (1125/2705) omicron-common zpool_name::test::test_zpool_name_regex
79022026-03-02T22:45:32.770Z PASS [ 8.228s] (1126/2705) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
79032026-03-02T22:45:34.547Z PASS [ 2.129s] (1127/2705) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
79042026-03-02T22:45:34.547Z PASS [ 2.119s] (1128/2705) omicron-dev::test-omicron-dev test_omicron_dev_no_args
79052026-03-02T22:45:34.623Z PASS [ 5.897s] (1129/2705) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
79062026-03-02T22:45:34.706Z PASS [ 0.159s] (1130/2705) omicron-gateway management_switch::location_map::tests::test_config_validation
79072026-03-02T22:45:34.711Z PASS [ 0.088s] (1131/2705) omicron-gateway management_switch::location_map::tests::test_resolve_location
79082026-03-02T22:45:34.874Z PASS [ 0.162s] (1132/2705) omicron-gateway::test_all integration_tests::config::read_production_smf_config
79092026-03-02T22:45:35.378Z PASS [ 0.504s] (1133/2705) omicron-gateway::test_all integration_tests::ereports::ereports_basic
79102026-03-02T22:45:35.382Z PASS [ 0.674s] (1134/2705) omicron-gateway::test_all integration_tests::component_list::component_list
79112026-03-02T22:45:35.499Z PASS [ 18.997s] (1135/2705) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
79122026-03-02T22:45:35.604Z PASS [ 0.225s] (1136/2705) omicron-gateway::test_all integration_tests::ereports::ereports_commit
79132026-03-02T22:45:35.607Z PASS [ 0.225s] (1137/2705) omicron-gateway::test_all integration_tests::ereports::ereports_limit
79142026-03-02T22:45:35.614Z PASS [ 30.578s] (1138/2705) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
79152026-03-02T22:45:35.840Z PASS [ 0.234s] (1139/2705) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
79162026-03-02T22:45:35.844Z PASS [ 0.236s] (1140/2705) omicron-gateway::test_all integration_tests::task_dump::task_dump
79172026-03-02T22:45:35.847Z PASS [ 0.241s] (1141/2705) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
79182026-03-02T22:45:35.903Z PASS [ 0.058s] (1142/2705) omicron-nexus app::alert::tests::test_alert_class_list
79192026-03-02T22:45:35.920Z PASS [ 0.420s] (1143/2705) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
79202026-03-02T22:45:50.060Z PASS [ 14.138s] (1144/2705) omicron-nexus app::background::driver::test::test_driver_basic
79212026-03-02T22:45:51.043Z PASS [ 15.137s] (1145/2705) omicron-nexus app::background::driver::test::test_activation_in_progress
79222026-03-02T22:45:54.560Z PASS [ 21.788s] (1146/2705) omicron-dev::test-omicron-dev test_run_all
79232026-03-02T22:46:01.537Z PASS [ 26.986s] (1147/2705) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
79242026-03-02T22:46:05.167Z PASS [ 15.106s] (1148/2705) omicron-nexus app::background::init::test::test_dns_propagation_basic
79252026-03-02T22:46:10.781Z PASS [ 34.937s] (1149/2705) omicron-ls-apis::test_dependencies test_api_check
79262026-03-02T22:46:10.831Z PASS [ 0.050s] (1150/2705) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
79272026-03-02T22:46:10.866Z PASS [ 35.018s] (1151/2705) omicron-ls-apis::test_dependencies test_api_dependencies
79282026-03-02T22:46:10.881Z PASS [ 0.049s] (1152/2705) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
79292026-03-02T22:46:10.910Z PASS [ 0.044s] (1153/2705) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
79302026-03-02T22:46:10.925Z PASS [ 0.044s] (1154/2705) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
79312026-03-02T22:46:10.954Z PASS [ 0.044s] (1155/2705) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
79322026-03-02T22:46:11.066Z PASS [ 20.022s] (1156/2705) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
79332026-03-02T22:46:15.687Z PASS [ 21.125s] (1157/2705) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
79342026-03-02T22:46:18.658Z PASS [ 13.490s] (1158/2705) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
79352026-03-02T22:46:25.510Z PASS [ 23.971s] (1159/2705) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
79362026-03-02T22:46:28.507Z PASS [ 9.847s] (1160/2705) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
79372026-03-02T22:46:29.423Z PASS [ 18.354s] (1161/2705) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
79382026-03-02T22:46:31.139Z PASS [ 20.182s] (1162/2705) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
79392026-03-02T22:46:31.213Z PASS [ 0.075s] (1163/2705) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
79402026-03-02T22:46:31.243Z PASS [ 5.732s] (1164/2705) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
79412026-03-02T22:46:33.826Z PASS [ 5.319s] (1165/2705) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
79422026-03-02T22:46:34.898Z PASS [ 5.474s] (1166/2705) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
79432026-03-02T22:46:35.950Z PASS [ 20.261s] (1167/2705) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
79442026-03-02T22:46:49.311Z PASS [ 18.066s] (1168/2705) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
79452026-03-02T22:46:49.466Z PASS [ 18.251s] (1169/2705) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
79462026-03-02T22:46:51.986Z PASS [ 18.157s] (1170/2705) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
79472026-03-02T22:46:53.258Z PASS [ 18.354s] (1171/2705) omicron-nexus app::background::tasks::dns_config::test::test_basic
79482026-03-02T22:46:53.444Z PASS [ 17.492s] (1172/2705) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
79492026-03-02T22:46:58.412Z PASS [ 47.481s] (1173/2705) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
79502026-03-02T22:46:59.408Z PASS [ 7.421s] (1174/2705) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
79512026-03-02T22:46:59.910Z PASS [ 6.655s] (1175/2705) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
79522026-03-02T22:47:06.086Z PASS [ 16.773s] (1176/2705) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
79532026-03-02T22:47:06.176Z PASS [ 16.708s] (1177/2705) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
79542026-03-02T22:47:22.736Z PASS [ 24.321s] (1178/2705) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
79552026-03-02T22:47:24.642Z PASS [ 18.464s] (1179/2705) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
79562026-03-02T22:47:24.679Z PASS [ 24.766s] (1180/2705) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
79572026-03-02T22:47:24.736Z PASS [ 0.057s] (1181/2705) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
79582026-03-02T22:47:24.795Z PASS [ 0.059s] (1182/2705) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
79592026-03-02T22:47:24.851Z PASS [ 0.056s] (1183/2705) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
79602026-03-02T22:47:24.901Z PASS [ 0.050s] (1184/2705) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
79612026-03-02T22:47:24.948Z PASS [ 0.047s] (1185/2705) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
79622026-03-02T22:47:24.996Z PASS [ 0.048s] (1186/2705) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
79632026-03-02T22:47:25.050Z PASS [ 0.053s] (1187/2705) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
79642026-03-02T22:47:25.098Z PASS [ 0.048s] (1188/2705) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
79652026-03-02T22:47:25.146Z PASS [ 0.048s] (1189/2705) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
79662026-03-02T22:47:25.354Z PASS [ 0.207s] (1190/2705) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
79672026-03-02T22:47:25.403Z PASS [ 0.049s] (1191/2705) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
79682026-03-02T22:47:25.453Z PASS [ 0.050s] (1192/2705) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
79692026-03-02T22:47:25.502Z PASS [ 0.049s] (1193/2705) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
79702026-03-02T22:47:25.547Z PASS [ 0.045s] (1194/2705) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
79712026-03-02T22:47:25.586Z PASS [ 0.040s] (1195/2705) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
79722026-03-02T22:47:25.633Z PASS [ 0.046s] (1196/2705) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
79732026-03-02T22:47:25.683Z PASS [ 0.049s] (1197/2705) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
79742026-03-02T22:47:25.727Z PASS [ 0.045s] (1198/2705) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
79752026-03-02T22:47:25.769Z PASS [ 0.041s] (1199/2705) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
79762026-03-02T22:47:25.813Z PASS [ 0.045s] (1200/2705) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
79772026-03-02T22:47:25.863Z PASS [ 0.049s] (1201/2705) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
79782026-03-02T22:47:25.917Z PASS [ 0.053s] (1202/2705) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
79792026-03-02T22:47:25.962Z PASS [ 0.045s] (1203/2705) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
79802026-03-02T22:47:26.006Z PASS [ 0.043s] (1204/2705) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
79812026-03-02T22:47:26.054Z PASS [ 0.048s] (1205/2705) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
79822026-03-02T22:47:26.101Z PASS [ 0.047s] (1206/2705) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
79832026-03-02T22:47:26.148Z PASS [ 0.046s] (1207/2705) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
79842026-03-02T22:47:26.198Z PASS [ 0.050s] (1208/2705) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
79852026-03-02T22:47:27.953Z PASS [ 5.216s] (1209/2705) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
79862026-03-02T22:47:35.694Z PASS [ 29.604s] (1210/2705) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
79872026-03-02T22:47:36.165Z PASS [ 42.716s] (1211/2705) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
79882026-03-02T22:47:38.030Z PASS [ 13.386s] (1212/2705) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
79892026-03-02T22:47:42.329Z PASS [ 42.914s] (1213/2705) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
79902026-03-02T22:47:49.675Z PASS [ 23.475s] (1214/2705) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
79912026-03-02T22:47:52.486Z PASS [ 16.790s] (1215/2705) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
79922026-03-02T22:47:52.858Z PASS [ 14.827s] (1216/2705) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
79932026-03-02T22:47:53.398Z PASS [ 17.230s] (1217/2705) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
79942026-03-02T22:47:56.090Z PASS [ 28.133s] (1218/2705) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
79952026-03-02T22:47:57.703Z PASS [ 15.375s] (1219/2705) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
79962026-03-02T22:48:07.137Z PASS [ 17.459s] (1220/2705) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
79972026-03-02T22:48:11.076Z PASS [ 18.588s] (1221/2705) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
79982026-03-02T22:48:11.707Z PASS [ 18.847s] (1222/2705) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
79992026-03-02T22:48:12.066Z PASS [ 18.666s] (1223/2705) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
80002026-03-02T22:48:14.531Z PASS [ 18.439s] (1224/2705) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
80012026-03-02T22:48:15.935Z PASS [ 3.869s] (1225/2705) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
80022026-03-02T22:48:20.490Z PASS [ 4.555s] (1226/2705) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
80032026-03-02T22:48:20.583Z PASS [ 0.093s] (1227/2705) omicron-nexus app::background::tasks::support_bundle::collection::test::test_zipfile_creation
80042026-03-02T22:48:21.678Z PASS [ 23.972s] (1228/2705) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
80052026-03-02T22:48:28.229Z PASS [ 17.151s] (1229/2705) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
80062026-03-02T22:48:29.132Z PASS [ 17.423s] (1230/2705) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
80072026-03-02T22:48:30.976Z PASS [ 23.837s] (1231/2705) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
80082026-03-02T22:48:34.563Z PASS [ 20.029s] (1232/2705) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
80092026-03-02T22:48:42.659Z PASS [ 22.074s] (1233/2705) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
80102026-03-02T22:48:42.750Z PASS [ 21.069s] (1234/2705) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
80112026-03-02T22:48:46.885Z PASS [ 18.653s] (1235/2705) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
80122026-03-02T22:48:48.007Z PASS [ 17.029s] (1236/2705) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
80132026-03-02T22:48:49.010Z PASS [ 19.875s] (1237/2705) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
80142026-03-02T22:48:49.210Z PASS [ 14.645s] (1238/2705) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
80152026-03-02T22:49:05.452Z PASS [ 18.566s] (1239/2705) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
80162026-03-02T22:49:05.739Z PASS [ 0.287s] (1240/2705) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
80172026-03-02T22:49:06.023Z PASS [ 0.283s] (1241/2705) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
80182026-03-02T22:49:06.187Z PASS [ 23.434s] (1242/2705) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
80192026-03-02T22:49:06.275Z PASS [ 0.252s] (1243/2705) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
80202026-03-02T22:49:06.335Z PASS [ 0.059s] (1244/2705) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
80212026-03-02T22:49:06.414Z PASS [ 0.079s] (1245/2705) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
80222026-03-02T22:49:06.500Z PASS [ 0.086s] (1246/2705) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
80232026-03-02T22:49:06.583Z PASS [ 0.082s] (1247/2705) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
80242026-03-02T22:49:06.914Z PASS [ 24.252s] (1248/2705) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
80252026-03-02T22:49:07.006Z PASS [ 0.091s] (1249/2705) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
80262026-03-02T22:49:07.049Z PASS [ 0.862s] (1250/2705) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
80272026-03-02T22:49:07.094Z PASS [ 0.512s] (1251/2705) omicron-nexus app::external_endpoints::test::test_authority
80282026-03-02T22:49:07.139Z PASS [ 0.088s] (1252/2705) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
80292026-03-02T22:49:07.152Z PASS [ 0.057s] (1253/2705) omicron-nexus app::external_endpoints::test::test_no_endpoint
80302026-03-02T22:49:07.188Z PASS [ 0.051s] (1254/2705) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
80312026-03-02T22:49:07.202Z PASS [ 0.051s] (1255/2705) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
80322026-03-02T22:49:07.242Z PASS [ 0.053s] (1256/2705) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
80332026-03-02T22:49:07.260Z PASS [ 0.058s] (1257/2705) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
80342026-03-02T22:49:07.311Z PASS [ 0.070s] (1258/2705) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
80352026-03-02T22:49:07.316Z PASS [ 0.056s] (1259/2705) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
80362026-03-02T22:49:07.359Z PASS [ 0.042s] (1260/2705) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
80372026-03-02T22:49:07.359Z PASS [ 0.047s] (1261/2705) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
80382026-03-02T22:49:07.407Z PASS [ 0.049s] (1262/2705) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
80392026-03-02T22:49:07.408Z PASS [ 0.049s] (1263/2705) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
80402026-03-02T22:49:07.459Z PASS [ 0.051s] (1264/2705) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
80412026-03-02T22:49:07.459Z PASS [ 0.051s] (1265/2705) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
80422026-03-02T22:49:07.509Z PASS [ 0.049s] (1266/2705) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
80432026-03-02T22:49:07.528Z PASS [ 0.050s] (1267/2705) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
80442026-03-02T22:49:07.551Z PASS [ 0.043s] (1268/2705) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
80452026-03-02T22:49:07.555Z PASS [ 0.045s] (1269/2705) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
80462026-03-02T22:49:07.596Z PASS [ 0.045s] (1270/2705) omicron-nexus app::multicast::tests::test_is_ssm_address
80472026-03-02T22:49:08.059Z PASS [ 20.049s] (1271/2705) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
80482026-03-02T22:49:08.115Z PASS [ 1.108s] (1272/2705) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
80492026-03-02T22:49:08.163Z PASS [ 0.048s] (1273/2705) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
80502026-03-02T22:49:08.238Z PASS [ 19.226s] (1274/2705) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
80512026-03-02T22:49:09.200Z PASS [ 19.987s] (1275/2705) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
80522026-03-02T22:49:23.365Z PASS [ 15.306s] (1276/2705) omicron-nexus app::quiesce::test::test_quiesce_multi
80532026-03-02T22:49:25.568Z PASS [ 18.011s] (1277/2705) omicron-nexus app::quiesce::test::test_quiesce_easy
80542026-03-02T22:49:25.568Z PASS [ 17.970s] (1278/2705) omicron-nexus app::quiesce::test::test_quiesce_full
80552026-03-02T22:49:30.294Z PASS [ 22.128s] (1279/2705) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
80562026-03-02T22:49:36.058Z PASS [ 27.817s] (1280/2705) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
80572026-03-02T22:49:36.682Z PASS [ 27.479s] (1281/2705) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
80582026-03-02T22:49:50.853Z PASS [ 25.282s] (1282/2705) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
80592026-03-02T22:49:52.356Z PASS [ 28.987s] (1283/2705) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
80602026-03-02T22:49:53.289Z PASS [ 27.717s] (1284/2705) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
80612026-03-02T22:49:55.487Z PASS [ 25.190s] (1285/2705) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
80622026-03-02T22:49:59.755Z PASS [ 23.694s] (1286/2705) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
80632026-03-02T22:50:05.129Z PASS [ 28.444s] (1287/2705) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
80642026-03-02T22:50:17.618Z PASS [ 26.763s] (1288/2705) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
80652026-03-02T22:50:19.547Z PASS [ 27.188s] (1289/2705) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
80662026-03-02T22:50:22.858Z PASS [ 27.367s] (1290/2705) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
80672026-03-02T22:50:23.642Z PASS [ 30.349s] (1291/2705) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
80682026-03-02T22:50:29.885Z PASS [ 30.127s] (1292/2705) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
80692026-03-02T22:50:34.827Z PASS [ 29.694s] (1293/2705) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
80702026-03-02T22:50:44.913Z PASS [ 27.291s] (1294/2705) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
80712026-03-02T22:50:46.059Z PASS [ 26.509s] (1295/2705) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
80722026-03-02T22:50:50.191Z PASS [ 26.546s] (1296/2705) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
80732026-03-02T22:50:50.414Z PASS [ 27.552s] (1297/2705) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
80742026-03-02T22:50:55.773Z PASS [ 25.885s] (1298/2705) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
80752026-03-02T22:51:06.523Z PASS [ 31.692s] (1299/2705) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
80762026-03-02T22:51:12.270Z PASS [ 27.354s] (1300/2705) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
80772026-03-02T22:51:12.369Z PASS [ 26.306s] (1301/2705) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
80782026-03-02T22:51:15.013Z PASS [ 24.819s] (1302/2705) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
80792026-03-02T22:51:23.428Z PASS [ 27.652s] (1303/2705) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
80802026-03-02T22:51:33.819Z PASS [ 27.294s] (1304/2705) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
80812026-03-02T22:51:40.685Z PASS [ 28.412s] (1305/2705) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
80822026-03-02T22:51:43.193Z PASS [ 28.177s] (1306/2705) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
80832026-03-02T22:51:50.164Z PASS [ 26.733s] (1307/2705) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
80842026-03-02T22:51:50.422Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
80852026-03-02T22:52:09.661Z PASS [ 28.973s] (1308/2705) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
80862026-03-02T22:52:10.885Z PASS [ 27.688s] (1309/2705) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
80872026-03-02T22:52:12.377Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
80882026-03-02T22:52:17.398Z PASS [ 86.975s] (1310/2705) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
80892026-03-02T22:52:33.828Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
80902026-03-02T22:52:37.451Z PASS [ 27.786s] (1311/2705) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
80912026-03-02T22:52:39.882Z PASS [ 28.994s] (1312/2705) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
80922026-03-02T22:52:50.173Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
80932026-03-02T22:53:03.941Z PASS [ 26.487s] (1313/2705) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
80942026-03-02T22:53:06.868Z PASS [ 26.983s] (1314/2705) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
80952026-03-02T22:53:09.729Z PASS [ 117.347s] (1315/2705) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
80962026-03-02T22:53:15.320Z PASS [ 101.489s] (1316/2705) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
80972026-03-02T22:53:17.405Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
80982026-03-02T22:53:23.621Z PASS [ 66.216s] (1317/2705) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
80992026-03-02T22:53:33.940Z PASS [ 27.069s] (1318/2705) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
81002026-03-02T22:53:36.395Z PASS [ 26.663s] (1319/2705) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
81012026-03-02T22:53:49.530Z PASS [ 25.906s] (1320/2705) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
81022026-03-02T22:53:50.181Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
81032026-03-02T22:53:58.594Z PASS [ 24.650s] (1321/2705) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
81042026-03-02T22:54:03.950Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
81052026-03-02T22:54:15.329Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
81062026-03-02T22:54:15.699Z PASS [ 26.166s] (1322/2705) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
81072026-03-02T22:54:17.189Z PASS [ 61.862s] (1323/2705) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
81082026-03-02T22:54:19.062Z PASS [ 148.882s] (1324/2705) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
81092026-03-02T22:54:36.403Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
81102026-03-02T22:54:40.336Z PASS [ 24.634s] (1325/2705) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
81112026-03-02T22:54:41.925Z PASS [ 24.733s] (1326/2705) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
81122026-03-02T22:54:53.100Z PASS [ 34.034s] (1327/2705) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
81132026-03-02T22:54:54.643Z PASS [ 110.689s] (1328/2705) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
81142026-03-02T22:54:56.753Z PASS [ 14.827s] (1329/2705) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
81152026-03-02T22:54:58.602Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
81162026-03-02T22:55:04.984Z PASS [ 24.643s] (1330/2705) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
81172026-03-02T22:55:07.805Z PASS [ 14.701s] (1331/2705) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
81182026-03-02T22:55:11.037Z PASS [ 16.383s] (1332/2705) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
81192026-03-02T22:55:11.142Z PASS [ 94.733s] (1333/2705) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
81202026-03-02T22:55:16.024Z PASS [ 19.268s] (1334/2705) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
81212026-03-02T22:55:22.903Z PASS [ 17.920s] (1335/2705) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
81222026-03-02T22:55:25.400Z PASS [ 17.594s] (1336/2705) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
81232026-03-02T22:55:27.109Z PASS [ 15.969s] (1337/2705) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
81242026-03-02T22:55:39.122Z PASS [ 28.091s] (1338/2705) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
81252026-03-02T22:55:39.904Z PASS [ 16.999s] (1339/2705) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
81262026-03-02T22:55:41.623Z PASS [ 103.018s] (1340/2705) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
81272026-03-02T22:55:43.020Z PASS [ 26.992s] (1341/2705) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
81282026-03-02T22:55:54.691Z PASS [ 29.289s] (1342/2705) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
81292026-03-02T22:55:54.746Z PASS [ 0.055s] (1343/2705) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
81302026-03-02T22:55:56.535Z PASS [ 29.423s] (1344/2705) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
81312026-03-02T22:55:59.906Z PASS [ 16.886s] (1345/2705) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
81322026-03-02T22:56:10.119Z PASS [ 30.993s] (1346/2705) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
81332026-03-02T22:56:10.376Z PASS [ 30.469s] (1347/2705) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
81342026-03-02T22:56:11.584Z PASS [ 29.958s] (1348/2705) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
81352026-03-02T22:56:24.285Z PASS [ 29.535s] (1349/2705) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
81362026-03-02T22:56:30.282Z PASS [ 33.743s] (1350/2705) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
81372026-03-02T22:56:31.185Z PASS [ 31.275s] (1351/2705) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
81382026-03-02T22:56:34.831Z PASS [ 24.709s] (1352/2705) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
81392026-03-02T22:56:35.174Z PASS [ 24.795s] (1353/2705) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
81402026-03-02T22:56:36.918Z PASS [ 25.330s] (1354/2705) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
81412026-03-02T22:56:49.032Z PASS [ 17.844s] (1355/2705) omicron-nexus app::sagas::test_saga::test_saga_stuck
81422026-03-02T22:56:50.173Z PASS [ 25.886s] (1356/2705) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
81432026-03-02T22:56:55.028Z PASS [ 19.852s] (1357/2705) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
81442026-03-02T22:56:55.170Z PASS [ 20.337s] (1358/2705) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
81452026-03-02T22:56:55.803Z PASS [ 25.517s] (1359/2705) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
81462026-03-02T22:56:57.041Z PASS [ 20.121s] (1360/2705) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
81472026-03-02T22:56:57.085Z PASS [ 0.044s] (1361/2705) omicron-nexus external_api::console_api::test::test_accept_gz
81482026-03-02T22:56:57.134Z PASS [ 0.049s] (1362/2705) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
81492026-03-02T22:56:57.186Z PASS [ 0.046s] (1363/2705) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
81502026-03-02T22:56:57.227Z PASS [ 0.046s] (1364/2705) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
81512026-03-02T22:56:57.276Z PASS [ 0.048s] (1365/2705) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
81522026-03-02T22:56:57.322Z PASS [ 0.047s] (1366/2705) omicron-nexus external_api::console_api::test::test_find_file_finds_file
81532026-03-02T22:56:57.369Z PASS [ 0.046s] (1367/2705) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
81542026-03-02T22:56:57.416Z PASS [ 0.047s] (1368/2705) omicron-nexus external_api::console_api::test::test_relative_uri
81552026-03-02T22:57:00.427Z PASS [ 4.624s] (1369/2705) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
81562026-03-02T22:57:07.535Z PASS [ 18.502s] (1370/2705) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
81572026-03-02T22:57:10.277Z PASS [ 20.101s] (1371/2705) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
81582026-03-02T22:57:14.660Z PASS [ 19.629s] (1372/2705) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
81592026-03-02T22:57:16.529Z PASS [ 21.357s] (1373/2705) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
81602026-03-02T22:57:18.419Z PASS [ 17.991s] (1374/2705) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
81612026-03-02T22:57:23.465Z PASS [ 15.916s] (1375/2705) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
81622026-03-02T22:57:34.894Z PASS [ 24.614s] (1376/2705) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
81632026-03-02T22:57:38.663Z PASS [ 24.000s] (1377/2705) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
81642026-03-02T22:57:38.678Z PASS [ 41.258s] (1378/2705) omicron-nexus populate::test::test_populators
81652026-03-02T22:57:39.931Z PASS [ 21.509s] (1379/2705) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
81662026-03-02T22:57:45.780Z PASS [ 22.325s] (1380/2705) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
81672026-03-02T22:57:51.707Z PASS [ 35.174s] (1381/2705) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
81682026-03-02T22:57:58.897Z PASS [ 24.000s] (1382/2705) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
81692026-03-02T22:58:00.078Z PASS [ 21.396s] (1383/2705) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
81702026-03-02T22:58:00.098Z PASS [ 20.159s] (1384/2705) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
81712026-03-02T22:58:04.275Z PASS [ 18.492s] (1385/2705) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
81722026-03-02T22:58:15.673Z PASS [ 37.006s] (1386/2705) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
81732026-03-02T22:58:17.695Z PASS [ 2.022s] (1387/2705) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
81742026-03-02T22:58:19.439Z PASS [ 1.743s] (1388/2705) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
81752026-03-02T22:58:19.889Z PASS [ 0.449s] (1389/2705) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
81762026-03-02T22:58:21.767Z PASS [ 17.490s] (1390/2705) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
81772026-03-02T22:58:23.020Z PASS [ 22.940s] (1391/2705) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
81782026-03-02T22:58:24.311Z PASS [ 24.211s] (1392/2705) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
81792026-03-02T22:58:27.695Z PASS [ 28.794s] (1393/2705) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
81802026-03-02T22:58:38.762Z PASS [ 18.871s] (1394/2705) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
81812026-03-02T22:58:39.772Z PASS [ 18.001s] (1395/2705) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
81822026-03-02T22:58:41.798Z PASS [ 18.776s] (1396/2705) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
81832026-03-02T22:58:41.841Z PASS [ 17.528s] (1397/2705) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
81842026-03-02T22:58:44.997Z PASS [ 17.300s] (1398/2705) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
81852026-03-02T22:58:51.715Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
81862026-03-02T22:58:56.265Z PASS [ 17.501s] (1399/2705) omicron-nexus::test_all integration_tests::basic::test_basic_failures
81872026-03-02T22:58:57.294Z PASS [ 17.521s] (1400/2705) omicron-nexus::test_all integration_tests::basic::test_ping
81882026-03-02T22:59:03.143Z PASS [ 18.144s] (1401/2705) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
81892026-03-02T22:59:08.470Z PASS [ 26.669s] (1402/2705) omicron-nexus::test_all integration_tests::basic::test_projects_basic
81902026-03-02T22:59:11.172Z PASS [ 14.904s] (1403/2705) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
81912026-03-02T22:59:12.044Z PASS [ 14.748s] (1404/2705) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
81922026-03-02T22:59:13.042Z PASS [ 31.197s] (1405/2705) omicron-nexus::test_all integration_tests::basic::test_projects_list
81932026-03-02T22:59:17.263Z PASS [ 14.118s] (1406/2705) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
81942026-03-02T22:59:22.890Z PASS [ 14.419s] (1407/2705) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
81952026-03-02T22:59:28.507Z PASS [ 16.461s] (1408/2705) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
81962026-03-02T22:59:30.150Z PASS [ 18.977s] (1409/2705) omicron-nexus::test_all integration_tests::certificates::test_crud
81972026-03-02T22:59:31.865Z PASS [ 1.714s] (1410/2705) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
81982026-03-02T22:59:32.693Z PASS [ 15.429s] (1411/2705) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
81992026-03-02T22:59:32.781Z PASS [ 0.915s] (1412/2705) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
82002026-03-02T22:59:32.896Z PASS [ 0.202s] (1413/2705) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
82012026-03-02T22:59:37.406Z PASS [ 24.361s] (1414/2705) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
82022026-03-02T22:59:37.949Z PASS [ 15.057s] (1415/2705) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
82032026-03-02T22:59:42.585Z PASS [ 14.076s] (1416/2705) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
82042026-03-02T22:59:49.433Z PASS [ 16.465s] (1417/2705) omicron-nexus::test_all integration_tests::console_api::test_assets
82052026-03-02T22:59:49.483Z PASS [ 16.702s] (1418/2705) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
82062026-03-02T22:59:51.723Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
82072026-03-02T22:59:54.041Z PASS [ 16.634s] (1419/2705) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
82082026-03-02T22:59:59.903Z PASS [ 21.951s] (1420/2705) omicron-nexus::test_all integration_tests::console_api::test_console_pages
82092026-03-02T23:00:04.377Z PASS [ 21.790s] (1421/2705) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
82102026-03-02T23:00:05.656Z PASS [ 16.293s] (1422/2705) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
82112026-03-02T23:00:06.888Z PASS [ 17.402s] (1423/2705) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
82122026-03-02T23:00:11.266Z PASS [ 17.223s] (1424/2705) omicron-nexus::test_all integration_tests::console_api::test_session_me
82132026-03-02T23:00:15.937Z PASS [ 16.032s] (1425/2705) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
82142026-03-02T23:00:18.828Z PASS [ 147.083s] (1426/2705) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
82152026-03-02T23:00:20.315Z PASS [ 14.656s] (1427/2705) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
82162026-03-02T23:00:25.496Z PASS [ 21.116s] (1428/2705) omicron-nexus::test_all integration_tests::console_api::test_sessions
82172026-03-02T23:00:45.123Z PASS [ 38.231s] (1429/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
82182026-03-02T23:00:45.419Z PASS [ 34.150s] (1430/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
82192026-03-02T23:00:49.708Z PASS [ 33.768s] (1431/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
82202026-03-02T23:00:55.588Z PASS [ 36.774s] (1432/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
82212026-03-02T23:01:07.496Z PASS [ 47.176s] (1433/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
82222026-03-02T23:01:13.167Z PASS [ 47.666s] (1434/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
82232026-03-02T23:01:27.000Z PASS [ 41.576s] (1435/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
82242026-03-02T23:01:31.794Z PASS [ 46.666s] (1436/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
82252026-03-02T23:01:36.019Z PASS [ 46.305s] (1437/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
82262026-03-02T23:01:39.106Z PASS [ 43.516s] (1438/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
82272026-03-02T23:01:53.743Z PASS [ 46.217s] (1439/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
82282026-03-02T23:01:54.537Z PASS [ 27.532s] (1440/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
82292026-03-02T23:02:13.176Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
82302026-03-02T23:02:25.854Z PASS [ 46.743s] (1441/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
82312026-03-02T23:02:27.793Z PASS [ 74.618s] (1442/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
82322026-03-02T23:02:31.802Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
82332026-03-02T23:02:36.027Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
82342026-03-02T23:02:43.211Z PASS [ 48.671s] (1443/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
82352026-03-02T23:02:46.635Z PASS [ 52.910s] (1444/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
82362026-03-02T23:02:53.689Z PASS [ 81.885s] (1445/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
82372026-03-02T23:03:00.022Z PASS [ 16.808s] (1446/2705) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
82382026-03-02T23:03:00.262Z PASS [ 84.234s] (1447/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
82392026-03-02T23:03:12.289Z PASS [ 18.598s] (1448/2705) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
82402026-03-02T23:03:17.082Z PASS [ 16.817s] (1449/2705) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
82412026-03-02T23:03:17.159Z PASS [ 30.521s] (1450/2705) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
82422026-03-02T23:03:17.204Z PASS [ 17.179s] (1451/2705) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
82432026-03-02T23:03:25.863Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
82442026-03-02T23:03:27.801Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
82452026-03-02T23:03:33.975Z PASS [ 16.814s] (1452/2705) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
82462026-03-02T23:03:36.322Z PASS [ 24.030s] (1453/2705) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
82472026-03-02T23:03:39.883Z PASS [ 22.786s] (1454/2705) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
82482026-03-02T23:03:41.112Z PASS [ 23.907s] (1455/2705) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
82492026-03-02T23:03:56.582Z PASS [ 90.717s] (1456/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
82502026-03-02T23:04:09.820Z PASS [ 29.943s] (1457/2705) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
82512026-03-02T23:04:10.040Z PASS [ 33.714s] (1458/2705) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
82522026-03-02T23:04:14.178Z PASS [ 33.062s] (1459/2705) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
82532026-03-02T23:04:21.081Z PASS [ 113.275s] (1460/2705) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
82542026-03-02T23:04:25.319Z PASS [ 28.734s] (1461/2705) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
82552026-03-02T23:04:33.985Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
82562026-03-02T23:04:36.620Z PASS [ 62.638s] (1462/2705) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
82572026-03-02T23:04:37.402Z PASS [ 27.353s] (1463/2705) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
82582026-03-02T23:04:40.704Z PASS [ 26.498s] (1464/2705) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
82592026-03-02T23:04:49.105Z PASS [ 26.363s] (1465/2705) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
82602026-03-02T23:04:49.150Z PASS [ 38.268s] (1466/2705) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
82612026-03-02T23:04:50.373Z PASS [ 25.049s] (1467/2705) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
82622026-03-02T23:05:03.386Z PASS [ 26.697s] (1468/2705) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
82632026-03-02T23:05:06.359Z PASS [ 25.677s] (1469/2705) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
82642026-03-02T23:05:08.895Z PASS [ 20.802s] (1470/2705) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
82652026-03-02T23:05:11.060Z PASS [ 20.687s] (1471/2705) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
82662026-03-02T23:05:12.507Z PASS [ 25.057s] (1472/2705) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
82672026-03-02T23:05:27.092Z PASS [ 49.690s] (1473/2705) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
82682026-03-02T23:05:27.430Z PASS [ 21.069s] (1474/2705) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
82692026-03-02T23:05:28.873Z PASS [ 25.549s] (1475/2705) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
82702026-03-02T23:05:37.834Z PASS [ 28.936s] (1476/2705) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
82712026-03-02T23:05:39.570Z PASS [ 27.060s] (1477/2705) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
82722026-03-02T23:05:53.766Z PASS [ 42.701s] (1478/2705) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
82732026-03-02T23:05:54.675Z PASS [ 27.242s] (1479/2705) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
82742026-03-02T23:05:54.921Z PASS [ 27.826s] (1480/2705) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
82752026-03-02T23:05:59.119Z PASS [ 30.243s] (1481/2705) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
82762026-03-02T23:06:06.541Z PASS [ 26.967s] (1482/2705) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
82772026-03-02T23:06:06.981Z PASS [ 29.143s] (1483/2705) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
82782026-03-02T23:06:22.262Z PASS [ 27.584s] (1484/2705) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
82792026-03-02T23:06:23.801Z PASS [ 28.875s] (1485/2705) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
82802026-03-02T23:06:25.029Z PASS [ 31.260s] (1486/2705) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
82812026-03-02T23:06:25.726Z PASS [ 26.604s] (1487/2705) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
82822026-03-02T23:06:34.214Z PASS [ 27.230s] (1488/2705) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
82832026-03-02T23:06:38.778Z PASS [ 32.234s] (1489/2705) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
82842026-03-02T23:06:44.379Z PASS [ 22.114s] (1490/2705) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
82852026-03-02T23:06:45.163Z PASS [ 21.361s] (1491/2705) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
82862026-03-02T23:06:51.358Z PASS [ 25.629s] (1492/2705) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
82872026-03-02T23:06:52.713Z PASS [ 27.680s] (1493/2705) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
82882026-03-02T23:07:00.808Z PASS [ 22.026s] (1494/2705) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
82892026-03-02T23:07:07.033Z PASS [ 22.652s] (1495/2705) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
82902026-03-02T23:07:07.086Z PASS [ 32.868s] (1496/2705) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
82912026-03-02T23:07:10.764Z PASS [ 25.598s] (1497/2705) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
82922026-03-02T23:07:12.471Z PASS [ 21.110s] (1498/2705) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
82932026-03-02T23:07:13.789Z PASS [ 21.074s] (1499/2705) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
82942026-03-02T23:07:23.458Z PASS [ 22.648s] (1500/2705) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
82952026-03-02T23:07:29.438Z PASS [ 22.347s] (1501/2705) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
82962026-03-02T23:07:29.632Z PASS [ 22.595s] (1502/2705) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
82972026-03-02T23:07:35.123Z PASS [ 24.354s] (1503/2705) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
82982026-03-02T23:07:35.772Z PASS [ 23.298s] (1504/2705) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
82992026-03-02T23:07:35.843Z PASS [ 22.048s] (1505/2705) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
83002026-03-02T23:07:49.584Z PASS [ 26.123s] (1506/2705) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
83012026-03-02T23:07:55.255Z PASS [ 19.478s] (1507/2705) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
83022026-03-02T23:07:59.123Z PASS [ 29.683s] (1508/2705) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
83032026-03-02T23:08:03.301Z PASS [ 27.458s] (1509/2705) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
83042026-03-02T23:08:10.213Z PASS [ 20.626s] (1510/2705) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
83052026-03-02T23:08:12.419Z PASS [ 42.781s] (1511/2705) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
83062026-03-02T23:08:15.397Z PASS [ 40.271s] (1512/2705) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
83072026-03-02T23:08:18.101Z PASS [ 18.977s] (1513/2705) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
83082026-03-02T23:08:24.039Z PASS [ 20.736s] (1514/2705) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
83092026-03-02T23:08:24.519Z PASS [ 29.261s] (1515/2705) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
83102026-03-02T23:08:30.772Z PASS [ 20.556s] (1516/2705) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
83112026-03-02T23:08:33.853Z PASS [ 21.434s] (1517/2705) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
83122026-03-02T23:08:38.518Z PASS [ 23.117s] (1518/2705) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
83132026-03-02T23:08:40.967Z PASS [ 22.863s] (1519/2705) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
83142026-03-02T23:08:44.863Z PASS [ 20.822s] (1520/2705) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
83152026-03-02T23:08:44.863Z PASS [ 20.342s] (1521/2705) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
83162026-03-02T23:08:59.783Z PASS [ 25.927s] (1522/2705) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
83172026-03-02T23:09:00.830Z PASS [ 30.055s] (1523/2705) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
83182026-03-02T23:09:02.526Z PASS [ 21.556s] (1524/2705) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
83192026-03-02T23:09:03.445Z PASS [ 18.580s] (1525/2705) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
83202026-03-02T23:09:08.952Z PASS [ 24.086s] (1526/2705) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
83212026-03-02T23:09:18.043Z PASS [ 18.259s] (1527/2705) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
83222026-03-02T23:09:19.800Z PASS [ 18.969s] (1528/2705) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
83232026-03-02T23:09:21.089Z PASS [ 18.561s] (1529/2705) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
83242026-03-02T23:09:23.827Z PASS [ 20.380s] (1530/2705) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
83252026-03-02T23:09:33.240Z PASS [ 24.285s] (1531/2705) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
83262026-03-02T23:09:37.638Z PASS [ 59.115s] (1532/2705) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
83272026-03-02T23:09:43.377Z PASS [ 23.575s] (1533/2705) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
83282026-03-02T23:09:44.315Z PASS [ 26.269s] (1534/2705) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
83292026-03-02T23:09:46.342Z PASS [ 25.250s] (1535/2705) omicron-nexus::test_all integration_tests::images::test_image_create
83302026-03-02T23:09:52.448Z PASS [ 28.617s] (1536/2705) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
83312026-03-02T23:10:03.485Z PASS [ 30.242s] (1537/2705) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
83322026-03-02T23:10:06.789Z PASS [ 29.147s] (1538/2705) omicron-nexus::test_all integration_tests::images::test_image_promotion
83332026-03-02T23:10:09.973Z PASS [ 26.593s] (1539/2705) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
83342026-03-02T23:10:10.193Z PASS [ 25.873s] (1540/2705) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
83352026-03-02T23:10:11.853Z PASS [ 25.508s] (1541/2705) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
83362026-03-02T23:10:12.807Z PASS [ 6.018s] (1542/2705) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
83372026-03-02T23:10:13.727Z PASS [ 3.535s] (1543/2705) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
83382026-03-02T23:10:15.564Z PASS [ 23.113s] (1544/2705) omicron-nexus::test_all integration_tests::images::test_silo_image_create
83392026-03-02T23:10:15.660Z PASS [ 5.687s] (1545/2705) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
83402026-03-02T23:10:19.157Z PASS [ 15.670s] (1546/2705) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
83412026-03-02T23:10:21.076Z PASS [ 9.222s] (1547/2705) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
83422026-03-02T23:10:36.607Z PASS [ 23.797s] (1548/2705) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
83432026-03-02T23:10:38.041Z PASS [ 24.311s] (1549/2705) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
83442026-03-02T23:10:44.781Z PASS [ 25.621s] (1550/2705) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
83452026-03-02T23:10:47.380Z PASS [ 31.716s] (1551/2705) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
83462026-03-02T23:10:50.750Z PASS [ 29.669s] (1552/2705) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
83472026-03-02T23:10:57.892Z PASS [ 42.323s] (1553/2705) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
83482026-03-02T23:11:04.024Z PASS [ 27.412s] (1554/2705) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
83492026-03-02T23:11:07.056Z PASS [ 19.673s] (1555/2705) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
83502026-03-02T23:11:08.501Z PASS [ 30.457s] (1556/2705) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
83512026-03-02T23:11:09.371Z PASS [ 18.620s] (1557/2705) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
83522026-03-02T23:11:25.145Z PASS [ 40.359s] (1558/2705) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
83532026-03-02T23:11:25.390Z PASS [ 27.495s] (1559/2705) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
83542026-03-02T23:11:26.634Z PASS [ 19.576s] (1560/2705) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
83552026-03-02T23:11:29.697Z PASS [ 20.324s] (1561/2705) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
83562026-03-02T23:11:34.439Z PASS [ 30.413s] (1562/2705) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
83572026-03-02T23:11:41.836Z PASS [ 33.331s] (1563/2705) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
83582026-03-02T23:11:47.850Z PASS [ 22.701s] (1564/2705) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
83592026-03-02T23:11:58.920Z PASS [ 24.478s] (1565/2705) omicron-nexus::test_all integration_tests::instances::test_instance_access
83602026-03-02T23:12:00.225Z PASS [ 34.831s] (1566/2705) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
83612026-03-02T23:12:04.968Z PASS [ 35.265s] (1567/2705) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
83622026-03-02T23:12:09.541Z PASS [ 27.702s] (1568/2705) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
83632026-03-02T23:12:18.684Z PASS [ 52.044s] (1569/2705) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
83642026-03-02T23:12:18.759Z PASS [ 30.907s] (1570/2705) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
83652026-03-02T23:12:28.724Z PASS [ 29.800s] (1571/2705) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
83662026-03-02T23:12:32.028Z PASS [ 27.059s] (1572/2705) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
83672026-03-02T23:12:32.131Z PASS [ 31.902s] (1573/2705) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
83682026-03-02T23:12:36.046Z PASS [ 26.497s] (1574/2705) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
83692026-03-02T23:12:43.315Z PASS [ 24.553s] (1575/2705) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
83702026-03-02T23:12:45.564Z PASS [ 26.876s] (1576/2705) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
83712026-03-02T23:12:55.933Z PASS [ 27.206s] (1577/2705) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
83722026-03-02T23:13:00.158Z PASS [ 28.126s] (1578/2705) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
83732026-03-02T23:13:01.551Z PASS [ 29.391s] (1579/2705) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
83742026-03-02T23:13:04.999Z PASS [ 21.681s] (1580/2705) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
83752026-03-02T23:13:05.070Z PASS [ 19.502s] (1581/2705) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
83762026-03-02T23:13:21.734Z PASS [ 45.605s] (1582/2705) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
83772026-03-02T23:13:23.074Z PASS [ 27.130s] (1583/2705) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
83782026-03-02T23:13:26.868Z PASS [ 26.707s] (1584/2705) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
83792026-03-02T23:13:28.165Z PASS [ 26.636s] (1585/2705) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
83802026-03-02T23:13:32.490Z PASS [ 27.416s] (1586/2705) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
83812026-03-02T23:13:35.631Z PASS [ 30.628s] (1587/2705) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
83822026-03-02T23:13:48.848Z PASS [ 27.192s] (1588/2705) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
83832026-03-02T23:14:00.592Z PASS [ 32.423s] (1589/2705) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
83842026-03-02T23:14:06.210Z PASS [ 30.575s] (1590/2705) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
83852026-03-02T23:14:08.214Z PASS [ 35.721s] (1591/2705) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
83862026-03-02T23:14:12.007Z PASS [ 45.135s] (1592/2705) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
83872026-03-02T23:14:18.098Z PASS [ 29.247s] (1593/2705) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
83882026-03-02T23:14:23.074Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
83892026-03-02T23:14:29.130Z PASS [ 22.917s] (1594/2705) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
83902026-03-02T23:14:29.333Z PASS [ 17.324s] (1595/2705) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
83912026-03-02T23:14:29.339Z PASS [ 28.744s] (1596/2705) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
83922026-03-02T23:14:31.043Z PASS [ 22.827s] (1597/2705) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
83932026-03-02T23:14:35.091Z PASS [ 72.017s] (1598/2705) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
83942026-03-02T23:14:37.354Z PASS [ 19.253s] (1599/2705) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
83952026-03-02T23:14:49.787Z PASS [ 20.655s] (1600/2705) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
83962026-03-02T23:14:51.239Z PASS [ 21.903s] (1601/2705) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
83972026-03-02T23:14:59.415Z PASS [ 24.321s] (1602/2705) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
83982026-03-02T23:15:12.051Z PASS [ 42.707s] (1603/2705) omicron-nexus::test_all integration_tests::instances::test_instance_serial
83992026-03-02T23:15:12.600Z PASS [ 41.552s] (1604/2705) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
84002026-03-02T23:15:13.515Z PASS [ 36.157s] (1605/2705) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
84012026-03-02T23:15:14.986Z PASS [ 25.196s] (1606/2705) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
84022026-03-02T23:15:18.232Z PASS [ 26.990s] (1607/2705) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
84032026-03-02T23:15:20.442Z PASS [ 21.025s] (1608/2705) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
84042026-03-02T23:15:34.941Z PASS [ 22.338s] (1609/2705) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
84052026-03-02T23:15:39.194Z PASS [ 18.750s] (1610/2705) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
84062026-03-02T23:15:39.233Z PASS [ 25.715s] (1611/2705) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
84072026-03-02T23:15:39.532Z PASS [ 24.543s] (1612/2705) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
84082026-03-02T23:15:41.441Z PASS [ 23.206s] (1613/2705) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
84092026-03-02T23:15:59.650Z PASS [ 24.706s] (1614/2705) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
84102026-03-02T23:16:03.341Z PASS [ 24.145s] (1615/2705) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
84112026-03-02T23:16:03.655Z PASS [ 24.120s] (1616/2705) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
84122026-03-02T23:16:09.461Z PASS [ 28.017s] (1617/2705) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
84132026-03-02T23:16:12.059Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
84142026-03-02T23:16:13.272Z PASS [ 13.620s] (1618/2705) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
84152026-03-02T23:16:18.285Z PASS [ 39.048s] (1619/2705) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
84162026-03-02T23:16:24.724Z PASS [ 21.381s] (1620/2705) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
84172026-03-02T23:16:25.223Z PASS [ 21.565s] (1621/2705) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
84182026-03-02T23:16:31.948Z PASS [ 22.484s] (1622/2705) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
84192026-03-02T23:16:41.023Z PASS [ 16.297s] (1623/2705) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
84202026-03-02T23:16:44.921Z PASS [ 31.646s] (1624/2705) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
84212026-03-02T23:16:48.297Z PASS [ 30.008s] (1625/2705) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
84222026-03-02T23:16:58.475Z PASS [ 33.248s] (1626/2705) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
84232026-03-02T23:16:59.424Z PASS [ 27.473s] (1627/2705) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
84242026-03-02T23:17:07.078Z PASS [ 26.052s] (1628/2705) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
84252026-03-02T23:17:11.985Z PASS [ 13.508s] (1629/2705) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
84262026-03-02T23:17:12.067Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
84272026-03-02T23:17:13.220Z PASS [ 28.296s] (1630/2705) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
84282026-03-02T23:17:13.274Z PASS [ 13.849s] (1631/2705) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
84292026-03-02T23:17:13.461Z PASS [ 25.161s] (1632/2705) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
84302026-03-02T23:17:13.755Z PASS [ 121.691s] (1633/2705) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
84312026-03-02T23:17:28.294Z PASS [ 21.214s] (1634/2705) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
84322026-03-02T23:17:32.562Z PASS [ 18.805s] (1635/2705) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
84332026-03-02T23:17:32.899Z PASS [ 19.676s] (1636/2705) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
84342026-03-02T23:17:33.676Z PASS [ 20.212s] (1637/2705) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
84352026-03-02T23:17:34.476Z PASS [ 21.199s] (1638/2705) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
84362026-03-02T23:17:41.137Z PASS [ 29.149s] (1639/2705) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
84372026-03-02T23:17:47.362Z PASS [ 19.066s] (1640/2705) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
84382026-03-02T23:17:51.945Z PASS [ 19.044s] (1641/2705) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
84392026-03-02T23:17:52.050Z PASS [ 19.485s] (1642/2705) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
84402026-03-02T23:17:52.658Z PASS [ 18.979s] (1643/2705) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
84412026-03-02T23:17:53.864Z PASS [ 19.384s] (1644/2705) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
84422026-03-02T23:18:04.210Z PASS [ 23.070s] (1645/2705) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
84432026-03-02T23:18:07.762Z PASS [ 20.398s] (1646/2705) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
84442026-03-02T23:18:09.461Z PASS [ 17.409s] (1647/2705) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
84452026-03-02T23:18:14.094Z PASS [ 21.435s] (1648/2705) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
84462026-03-02T23:18:15.099Z PASS [ 23.151s] (1649/2705) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
84472026-03-02T23:18:20.500Z PASS [ 16.288s] (1650/2705) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
84482026-03-02T23:18:22.896Z PASS [ 15.131s] (1651/2705) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
84492026-03-02T23:18:24.629Z PASS [ 30.763s] (1652/2705) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
84502026-03-02T23:18:38.100Z PASS [ 27.406s] (1653/2705) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
84512026-03-02T23:18:40.132Z PASS [ 26.032s] (1654/2705) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
84522026-03-02T23:18:43.363Z PASS [ 20.465s] (1655/2705) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
84532026-03-02T23:18:46.873Z PASS [ 31.770s] (1656/2705) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
84542026-03-02T23:18:53.765Z PASS [ 16.892s] (1657/2705) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
84552026-03-02T23:18:57.344Z PASS [ 17.212s] (1658/2705) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
84562026-03-02T23:18:59.691Z PASS [ 35.057s] (1659/2705) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
84572026-03-02T23:19:03.066Z PASS [ 19.701s] (1660/2705) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
84582026-03-02T23:19:10.721Z PASS [ 50.215s] (1661/2705) omicron-nexus::test_all integration_tests::metrics::test_metrics
84592026-03-02T23:19:23.156Z PASS [ 25.809s] (1662/2705) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
84602026-03-02T23:19:24.006Z PASS [ 24.313s] (1663/2705) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
84612026-03-02T23:19:26.594Z PASS [ 39.716s] (1664/2705) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
84622026-03-02T23:19:26.856Z PASS [ 23.787s] (1665/2705) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
84632026-03-02T23:19:41.320Z PASS [ 47.549s] (1666/2705) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
84642026-03-02T23:19:48.685Z PASS [ 24.676s] (1667/2705) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
84652026-03-02T23:19:55.161Z PASS [ 44.435s] (1668/2705) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
84662026-03-02T23:20:01.669Z PASS [ 34.810s] (1669/2705) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
84672026-03-02T23:20:07.666Z PASS [ 44.505s] (1670/2705) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
84682026-03-02T23:20:11.472Z PASS [ 30.149s] (1671/2705) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
84692026-03-02T23:20:11.963Z PASS [ 45.364s] (1672/2705) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
84702026-03-02T23:20:21.733Z PASS [ 26.569s] (1673/2705) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
84712026-03-02T23:20:22.901Z PASS [ 34.213s] (1674/2705) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
84722026-03-02T23:20:34.359Z PASS [ 22.394s] (1675/2705) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
84732026-03-02T23:20:36.760Z PASS [ 13.857s] (1676/2705) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
84742026-03-02T23:20:41.552Z PASS [ 19.816s] (1677/2705) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
84752026-03-02T23:20:47.336Z PASS [ 45.662s] (1678/2705) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
84762026-03-02T23:20:52.493Z PASS [ 18.132s] (1679/2705) omicron-nexus::test_all integration_tests::projects::test_project_deletion
84772026-03-02T23:20:54.307Z PASS [ 46.636s] (1680/2705) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
84782026-03-02T23:20:56.236Z PASS [ 19.473s] (1681/2705) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
84792026-03-02T23:21:01.266Z PASS [ 19.712s] (1682/2705) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
84802026-03-02T23:21:11.481Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::password_login::test_local_users
84812026-03-02T23:21:13.868Z PASS [ 26.529s] (1683/2705) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
84822026-03-02T23:21:17.623Z PASS [ 25.127s] (1684/2705) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
84832026-03-02T23:21:19.605Z PASS [ 23.367s] (1685/2705) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
84842026-03-02T23:21:23.181Z PASS [ 71.700s] (1686/2705) omicron-nexus::test_all integration_tests::password_login::test_local_users
84852026-03-02T23:21:25.225Z PASS [ 30.914s] (1687/2705) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
84862026-03-02T23:21:31.657Z PASS [ 30.388s] (1688/2705) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
84872026-03-02T23:21:38.150Z PASS [ 18.542s] (1689/2705) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
84882026-03-02T23:21:38.192Z PASS [ 24.319s] (1690/2705) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
84892026-03-02T23:21:38.668Z PASS [ 21.042s] (1691/2705) omicron-nexus::test_all integration_tests::projects::test_projects
84902026-03-02T23:21:44.373Z PASS [ 21.190s] (1692/2705) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
84912026-03-02T23:21:47.583Z PASS [ 22.355s] (1693/2705) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
84922026-03-02T23:21:54.557Z PASS [ 16.364s] (1694/2705) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
84932026-03-02T23:21:55.064Z PASS [ 16.911s] (1695/2705) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
84942026-03-02T23:21:58.287Z PASS [ 19.617s] (1696/2705) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
84952026-03-02T23:22:01.539Z PASS [ 17.164s] (1697/2705) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
84962026-03-02T23:22:06.852Z PASS [ 19.266s] (1698/2705) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
84972026-03-02T23:22:14.777Z PASS [ 19.711s] (1699/2705) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
84982026-03-02T23:22:15.244Z PASS [ 20.685s] (1700/2705) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
84992026-03-02T23:22:17.288Z PASS [ 18.998s] (1701/2705) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
85002026-03-02T23:22:20.439Z PASS [ 48.776s] (1702/2705) omicron-nexus::test_all integration_tests::quotas::test_quotas
85012026-03-02T23:22:20.600Z PASS [ 0.161s] (1703/2705) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
85022026-03-02T23:22:20.723Z PASS [ 0.123s] (1704/2705) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
85032026-03-02T23:22:20.845Z PASS [ 0.122s] (1705/2705) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
85042026-03-02T23:22:20.986Z PASS [ 0.140s] (1706/2705) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
85052026-03-02T23:22:21.126Z PASS [ 0.140s] (1707/2705) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
85062026-03-02T23:22:25.955Z PASS [ 24.413s] (1708/2705) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
85072026-03-02T23:22:28.398Z PASS [ 21.544s] (1709/2705) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
85082026-03-02T23:22:35.585Z PASS [ 20.339s] (1710/2705) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
85092026-03-02T23:22:40.174Z PASS [ 19.045s] (1711/2705) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
85102026-03-02T23:22:40.610Z PASS [ 23.320s] (1712/2705) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
85112026-03-02T23:22:44.055Z PASS [ 18.098s] (1713/2705) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
85122026-03-02T23:22:44.195Z PASS [ 0.140s] (1714/2705) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
85132026-03-02T23:22:45.505Z PASS [ 30.725s] (1715/2705) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
85142026-03-02T23:22:46.255Z PASS [ 17.855s] (1716/2705) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
85152026-03-02T23:22:46.377Z PASS [ 0.122s] (1717/2705) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
85162026-03-02T23:22:46.480Z PASS [ 0.102s] (1718/2705) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
85172026-03-02T23:22:53.017Z PASS [ 17.429s] (1719/2705) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
85182026-03-02T23:23:00.066Z PASS [ 19.890s] (1720/2705) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
85192026-03-02T23:23:00.841Z PASS [ 20.229s] (1721/2705) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
85202026-03-02T23:23:05.966Z PASS [ 21.768s] (1722/2705) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
85212026-03-02T23:23:06.099Z PASS [ 19.617s] (1723/2705) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
85222026-03-02T23:23:06.211Z PASS [ 20.704s] (1724/2705) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
85232026-03-02T23:23:09.515Z PASS [ 16.496s] (1725/2705) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
85242026-03-02T23:23:12.098Z PASS [ 2.582s] (1726/2705) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
85252026-03-02T23:23:12.377Z PASS [ 12.309s] (1727/2705) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
85262026-03-02T23:23:13.237Z PASS [ 12.395s] (1728/2705) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
85272026-03-02T23:23:14.184Z PASS [ 2.086s] (1729/2705) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
85282026-03-02T23:23:15.971Z PASS [ 1.786s] (1730/2705) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
85292026-03-02T23:23:17.687Z PASS [ 1.716s] (1731/2705) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
85302026-03-02T23:23:19.415Z PASS [ 1.728s] (1732/2705) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
85312026-03-02T23:23:21.103Z PASS [ 1.688s] (1733/2705) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
85322026-03-02T23:24:21.111Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
85332026-03-02T23:24:48.965Z PASS [ 87.852s] (1734/2705) omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
85342026-03-02T23:24:50.189Z PASS [ 1.223s] (1735/2705) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
85352026-03-02T23:25:50.197Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
85362026-03-02T23:25:53.773Z PASS [ 63.577s] (1736/2705) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
85372026-03-02T23:25:56.281Z PASS [ 2.508s] (1737/2705) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
85382026-03-02T23:26:54.187Z PASS [ 57.899s] (1738/2705) omicron-nexus::test_all integration_tests::schema::validate_data_migration
85392026-03-02T23:27:04.775Z PASS [ 10.586s] (1739/2705) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
85402026-03-02T23:27:05.716Z PASS [ 11.528s] (1740/2705) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
85412026-03-02T23:27:15.564Z PASS [ 10.787s] (1741/2705) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
85422026-03-02T23:27:18.953Z PASS [ 13.234s] (1742/2705) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
85432026-03-02T23:27:25.229Z PASS [ 9.664s] (1743/2705) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
85442026-03-02T23:27:29.363Z PASS [ 10.409s] (1744/2705) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
85452026-03-02T23:27:36.247Z PASS [ 11.017s] (1745/2705) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
85462026-03-02T23:27:39.880Z PASS [ 10.516s] (1746/2705) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
85472026-03-02T23:27:46.986Z PASS [ 10.737s] (1747/2705) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
85482026-03-02T23:27:50.056Z PASS [ 10.175s] (1748/2705) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
85492026-03-02T23:27:54.195Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
85502026-03-02T23:27:59.598Z PASS [ 12.611s] (1749/2705) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
85512026-03-02T23:28:01.416Z PASS [ 11.358s] (1750/2705) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
85522026-03-02T23:28:10.587Z PASS [ 10.987s] (1751/2705) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
85532026-03-02T23:28:12.063Z PASS [ 10.645s] (1752/2705) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
85542026-03-02T23:28:20.011Z PASS [ 9.423s] (1753/2705) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
85552026-03-02T23:28:20.643Z PASS [ 86.446s] (1754/2705) omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
85562026-03-02T23:28:22.696Z PASS [ 10.632s] (1755/2705) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
85572026-03-02T23:28:37.972Z PASS [ 17.958s] (1756/2705) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
85582026-03-02T23:28:40.259Z PASS [ 19.614s] (1757/2705) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
85592026-03-02T23:28:40.551Z PASS [ 19.905s] (1758/2705) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
85602026-03-02T23:28:40.636Z PASS [ 19.991s] (1759/2705) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
85612026-03-02T23:28:41.028Z PASS [ 20.382s] (1760/2705) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
85622026-03-02T23:28:41.586Z PASS [ 18.888s] (1761/2705) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
85632026-03-02T23:28:59.750Z PASS [ 19.488s] (1762/2705) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
85642026-03-02T23:28:59.950Z PASS [ 21.975s] (1763/2705) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
85652026-03-02T23:29:00.094Z PASS [ 19.455s] (1764/2705) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
85662026-03-02T23:29:00.115Z PASS [ 19.563s] (1765/2705) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
85672026-03-02T23:29:00.763Z PASS [ 19.734s] (1766/2705) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
85682026-03-02T23:29:00.809Z PASS [ 19.221s] (1767/2705) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
85692026-03-02T23:29:20.240Z PASS [ 20.122s] (1768/2705) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
85702026-03-02T23:29:20.409Z PASS [ 20.457s] (1769/2705) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
85712026-03-02T23:29:20.553Z PASS [ 19.788s] (1770/2705) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
85722026-03-02T23:29:20.640Z PASS [ 19.829s] (1771/2705) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
85732026-03-02T23:29:22.864Z PASS [ 22.767s] (1772/2705) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
85742026-03-02T23:29:25.145Z PASS [ 25.392s] (1773/2705) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
85752026-03-02T23:29:38.602Z PASS [ 18.360s] (1774/2705) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
85762026-03-02T23:29:38.771Z PASS [ 18.360s] (1775/2705) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
85772026-03-02T23:29:42.846Z PASS [ 19.980s] (1776/2705) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
85782026-03-02T23:29:44.379Z PASS [ 23.737s] (1777/2705) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
85792026-03-02T23:29:44.672Z PASS [ 24.116s] (1778/2705) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
85802026-03-02T23:29:50.026Z PASS [ 24.879s] (1779/2705) omicron-nexus::test_all integration_tests::silos::test_silos
85812026-03-02T23:29:56.423Z PASS [ 17.818s] (1780/2705) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
85822026-03-02T23:30:00.547Z PASS [ 17.699s] (1781/2705) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
85832026-03-02T23:30:05.946Z PASS [ 27.172s] (1782/2705) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
85842026-03-02T23:30:06.593Z PASS [ 21.918s] (1783/2705) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
85852026-03-02T23:30:13.196Z PASS [ 28.813s] (1784/2705) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
85862026-03-02T23:30:21.808Z PASS [ 31.778s] (1785/2705) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
85872026-03-02T23:30:22.305Z PASS [ 16.356s] (1786/2705) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
85882026-03-02T23:30:25.987Z PASS [ 19.392s] (1787/2705) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
85892026-03-02T23:30:27.543Z PASS [ 31.118s] (1788/2705) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
85902026-03-02T23:30:31.426Z PASS [ 30.876s] (1789/2705) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
85912026-03-02T23:30:33.534Z PASS [ 20.335s] (1790/2705) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
85922026-03-02T23:30:44.514Z PASS [ 22.703s] (1791/2705) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
85932026-03-02T23:30:55.850Z PASS [ 29.860s] (1792/2705) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
85942026-03-02T23:30:57.992Z PASS [ 35.684s] (1793/2705) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
85952026-03-02T23:31:00.350Z PASS [ 15.834s] (1794/2705) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
85962026-03-02T23:31:00.834Z PASS [ 33.287s] (1795/2705) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
85972026-03-02T23:31:03.735Z PASS [ 32.304s] (1796/2705) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
85982026-03-02T23:31:04.901Z PASS [ 31.364s] (1797/2705) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
85992026-03-02T23:31:17.005Z PASS [ 19.010s] (1798/2705) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
86002026-03-02T23:31:21.365Z PASS [ 17.629s] (1799/2705) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
86012026-03-02T23:31:21.984Z PASS [ 26.130s] (1800/2705) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
86022026-03-02T23:31:22.358Z PASS [ 17.454s] (1801/2705) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
86032026-03-02T23:31:29.009Z PASS [ 28.172s] (1802/2705) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
86042026-03-02T23:31:33.678Z PASS [ 16.672s] (1803/2705) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
86052026-03-02T23:31:35.690Z PASS [ 35.336s] (1804/2705) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
86062026-03-02T23:31:40.126Z PASS [ 18.758s] (1805/2705) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
86072026-03-02T23:31:40.236Z PASS [ 18.250s] (1806/2705) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
86082026-03-02T23:31:47.522Z PASS [ 18.510s] (1807/2705) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
86092026-03-02T23:31:51.387Z PASS [ 15.696s] (1808/2705) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_utilization_unimplemented
86102026-03-02T23:31:56.819Z PASS [ 34.457s] (1809/2705) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
86112026-03-02T23:32:00.677Z PASS [ 20.439s] (1810/2705) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
86122026-03-02T23:32:02.656Z PASS [ 22.528s] (1811/2705) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
86132026-03-02T23:32:12.248Z PASS [ 24.724s] (1812/2705) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
86142026-03-02T23:32:13.894Z PASS [ 22.504s] (1813/2705) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
86152026-03-02T23:32:14.328Z PASS [ 17.506s] (1814/2705) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
86162026-03-02T23:32:22.582Z PASS [ 19.924s] (1815/2705) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
86172026-03-02T23:32:24.720Z PASS [ 24.040s] (1816/2705) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
86182026-03-02T23:32:27.755Z PASS [ 3.034s] (1817/2705) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
86192026-03-02T23:32:32.565Z PASS [ 20.314s] (1818/2705) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
86202026-03-02T23:32:32.813Z PASS [ 18.483s] (1819/2705) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
86212026-03-02T23:32:33.687Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
86222026-03-02T23:32:43.480Z PASS [ 29.582s] (1820/2705) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
86232026-03-02T23:32:48.716Z PASS [ 20.959s] (1821/2705) omicron-nexus::test_all integration_tests::updates::test_repo_list
86242026-03-02T23:32:51.123Z PASS [ 77.436s] (1822/2705) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
86252026-03-02T23:32:51.588Z PASS [ 19.021s] (1823/2705) omicron-nexus::test_all integration_tests::updates::test_repo_prune
86262026-03-02T23:32:57.799Z PASS [ 14.317s] (1824/2705) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
86272026-03-02T23:33:00.865Z PASS [ 28.049s] (1825/2705) omicron-nexus::test_all integration_tests::updates::test_repo_upload
86282026-03-02T23:33:06.287Z PASS [ 17.569s] (1826/2705) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
86292026-03-02T23:33:10.427Z PASS [ 19.301s] (1827/2705) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
86302026-03-02T23:33:10.913Z PASS [ 19.323s] (1828/2705) omicron-nexus::test_all integration_tests::updates::test_update_status
86312026-03-02T23:33:13.562Z PASS [ 15.761s] (1829/2705) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
86322026-03-02T23:33:22.590Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
86332026-03-02T23:33:27.993Z PASS [ 27.125s] (1830/2705) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
86342026-03-02T23:33:38.283Z PASS [ 31.992s] (1831/2705) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
86352026-03-02T23:33:40.588Z PASS [ 27.023s] (1832/2705) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
86362026-03-02T23:33:43.136Z PASS [ 32.705s] (1833/2705) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
86372026-03-02T23:33:44.432Z PASS [ 33.515s] (1834/2705) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
86382026-03-02T23:33:57.721Z PASS [ 29.725s] (1835/2705) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
86392026-03-02T23:34:07.298Z PASS [ 29.012s] (1836/2705) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
86402026-03-02T23:34:09.566Z PASS [ 28.975s] (1837/2705) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
86412026-03-02T23:34:10.993Z PASS [ 27.854s] (1838/2705) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
86422026-03-02T23:34:12.636Z PASS [ 28.201s] (1839/2705) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
86432026-03-02T23:34:22.597Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
86442026-03-02T23:34:26.453Z PASS [ 123.856s] (1840/2705) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
86452026-03-02T23:34:28.131Z PASS [ 30.406s] (1841/2705) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
86462026-03-02T23:34:33.803Z PASS [ 24.234s] (1842/2705) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
86472026-03-02T23:34:41.082Z PASS [ 33.781s] (1843/2705) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
86482026-03-02T23:34:48.209Z PASS [ 21.753s] (1844/2705) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
86492026-03-02T23:34:55.856Z PASS [ 22.050s] (1845/2705) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
86502026-03-02T23:34:59.896Z PASS [ 31.762s] (1846/2705) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
86512026-03-02T23:35:02.038Z PASS [ 49.396s] (1847/2705) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
86522026-03-02T23:35:04.843Z PASS [ 53.843s] (1848/2705) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
86532026-03-02T23:35:11.165Z PASS [ 30.079s] (1849/2705) omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
86542026-03-02T23:35:22.610Z PASS [ 34.398s] (1850/2705) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
86552026-03-02T23:35:27.872Z PASS [ 32.012s] (1851/2705) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
86562026-03-02T23:35:38.827Z PASS [ 36.786s] (1852/2705) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
86572026-03-02T23:35:40.107Z PASS [ 40.206s] (1853/2705) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
86582026-03-02T23:35:41.680Z PASS [ 36.833s] (1854/2705) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
86592026-03-02T23:35:47.864Z PASS [ 25.250s] (1855/2705) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
86602026-03-02T23:35:54.024Z PASS [ 26.149s] (1856/2705) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
86612026-03-02T23:35:54.204Z PASS [ 43.034s] (1857/2705) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
86622026-03-02T23:36:13.213Z PASS [ 34.382s] (1858/2705) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
86632026-03-02T23:36:19.325Z PASS [ 25.298s] (1859/2705) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
86642026-03-02T23:36:19.727Z PASS [ 25.520s] (1860/2705) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
86652026-03-02T23:36:29.222Z PASS [ 47.536s] (1861/2705) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
86662026-03-02T23:36:37.786Z PASS [ 49.917s] (1862/2705) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
86672026-03-02T23:36:38.707Z PASS [ 25.491s] (1863/2705) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
86682026-03-02T23:36:40.115Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
86692026-03-02T23:36:44.294Z PASS [ 24.966s] (1864/2705) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
86702026-03-02T23:36:46.855Z PASS [ 27.124s] (1865/2705) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
86712026-03-02T23:36:55.835Z PASS [ 17.127s] (1866/2705) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
86722026-03-02T23:37:01.651Z PASS [ 17.356s] (1867/2705) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
86732026-03-02T23:37:02.367Z PASS [ 15.511s] (1868/2705) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
86742026-03-02T23:37:08.693Z PASS [ 39.467s] (1869/2705) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
86752026-03-02T23:37:09.622Z PASS [ 13.786s] (1870/2705) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
86762026-03-02T23:37:14.814Z PASS [ 37.024s] (1871/2705) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
86772026-03-02T23:37:15.993Z PASS [ 14.340s] (1872/2705) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
86782026-03-02T23:37:16.656Z PASS [ 14.287s] (1873/2705) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
86792026-03-02T23:37:21.911Z PASS [ 101.793s] (1874/2705) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
86802026-03-02T23:37:25.810Z PASS [ 17.115s] (1875/2705) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
86812026-03-02T23:37:27.199Z PASS [ 17.575s] (1876/2705) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
86822026-03-02T23:37:31.637Z PASS [ 16.821s] (1877/2705) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
86832026-03-02T23:37:35.475Z PASS [ 18.816s] (1878/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
86842026-03-02T23:37:36.087Z PASS [ 20.091s] (1879/2705) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
86852026-03-02T23:37:36.145Z PASS [ 0.058s] (1880/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
86862026-03-02T23:37:39.425Z PASS [ 17.511s] (1881/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
86872026-03-02T23:37:42.020Z PASS [ 16.208s] (1882/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
86882026-03-02T23:37:43.607Z PASS [ 16.406s] (1883/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
86892026-03-02T23:37:47.103Z PASS [ 15.464s] (1884/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
86902026-03-02T23:37:53.611Z PASS [ 18.134s] (1885/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
86912026-03-02T23:37:57.638Z PASS [ 18.211s] (1886/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
86922026-03-02T23:37:59.102Z PASS [ 17.080s] (1887/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
86932026-03-02T23:38:01.384Z PASS [ 17.775s] (1888/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
86942026-03-02T23:38:03.577Z PASS [ 16.471s] (1889/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
86952026-03-02T23:38:08.784Z PASS [ 15.171s] (1890/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
86962026-03-02T23:38:09.136Z PASS [ 32.987s] (1891/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
86972026-03-02T23:38:13.537Z PASS [ 15.897s] (1892/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
86982026-03-02T23:38:23.263Z PASS [ 19.684s] (1893/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
86992026-03-02T23:38:26.482Z PASS [ 17.696s] (1894/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
87002026-03-02T23:38:27.286Z PASS [ 18.148s] (1895/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
87012026-03-02T23:38:29.148Z PASS [ 15.604s] (1896/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
87022026-03-02T23:38:29.533Z PASS [ 30.428s] (1897/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
87032026-03-02T23:38:33.980Z PASS [ 32.592s] (1898/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
87042026-03-02T23:38:37.205Z PASS [ 13.940s] (1899/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
87052026-03-02T23:38:48.225Z PASS [ 20.936s] (1900/2705) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
87062026-03-02T23:38:50.615Z PASS [ 21.080s] (1901/2705) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
87072026-03-02T23:38:52.429Z PASS [ 23.283s] (1902/2705) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
87082026-03-02T23:38:53.095Z PASS [ 19.113s] (1903/2705) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
87092026-03-02T23:38:56.824Z PASS [ 30.338s] (1904/2705) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
87102026-03-02T23:38:58.815Z PASS [ 21.607s] (1905/2705) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
87112026-03-02T23:39:13.829Z PASS [ 23.211s] (1906/2705) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
87122026-03-02T23:39:14.210Z PASS [ 25.982s] (1907/2705) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
87132026-03-02T23:39:19.346Z PASS [ 20.529s] (1908/2705) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
87142026-03-02T23:39:20.260Z PASS [ 23.434s] (1909/2705) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
87152026-03-02T23:39:21.786Z PASS [ 28.688s] (1910/2705) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
87162026-03-02T23:39:35.003Z PASS [ 20.790s] (1911/2705) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
87172026-03-02T23:39:35.818Z PASS [ 43.384s] (1912/2705) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
87182026-03-02T23:39:38.547Z PASS [ 24.715s] (1913/2705) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
87192026-03-02T23:39:40.168Z PASS [ 20.820s] (1914/2705) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
87202026-03-02T23:39:44.805Z PASS [ 24.542s] (1915/2705) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
87212026-03-02T23:39:48.500Z PASS [ 13.496s] (1916/2705) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
87222026-03-02T23:39:51.576Z PASS [ 15.756s] (1917/2705) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
87232026-03-02T23:39:54.952Z PASS [ 16.402s] (1918/2705) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
87242026-03-02T23:39:57.529Z PASS [ 17.358s] (1919/2705) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
87252026-03-02T23:40:02.046Z PASS [ 17.238s] (1920/2705) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
87262026-03-02T23:40:11.740Z PASS [ 14.210s] (1921/2705) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
87272026-03-02T23:40:13.690Z PASS [ 51.898s] (1922/2705) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
87282026-03-02T23:40:14.195Z PASS [ 12.147s] (1923/2705) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
87292026-03-02T23:40:24.491Z PASS [ 12.750s] (1924/2705) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
87302026-03-02T23:40:25.451Z PASS [ 11.759s] (1925/2705) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
87312026-03-02T23:40:25.497Z PASS [ 0.046s] (1926/2705) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
87322026-03-02T23:40:25.538Z PASS [ 0.040s] (1927/2705) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
87332026-03-02T23:40:25.566Z PASS [ 0.028s] (1928/2705) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
87342026-03-02T23:40:25.587Z PASS [ 0.021s] (1929/2705) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
87352026-03-02T23:40:25.613Z PASS [ 0.025s] (1930/2705) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
87362026-03-02T23:40:25.639Z PASS [ 0.026s] (1931/2705) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
87372026-03-02T23:40:25.660Z PASS [ 0.021s] (1932/2705) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
87382026-03-02T23:40:25.683Z PASS [ 0.023s] (1933/2705) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
87392026-03-02T23:40:25.709Z PASS [ 0.026s] (1934/2705) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
87402026-03-02T23:40:25.737Z PASS [ 0.028s] (1935/2705) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
87412026-03-02T23:40:25.758Z PASS [ 0.021s] (1936/2705) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
87422026-03-02T23:40:25.778Z PASS [ 0.020s] (1937/2705) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
87432026-03-02T23:40:25.795Z PASS [ 0.017s] (1938/2705) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
87442026-03-02T23:40:25.810Z PASS [ 0.015s] (1939/2705) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
87452026-03-02T23:40:25.828Z PASS [ 0.018s] (1940/2705) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
87462026-03-02T23:40:25.946Z PASS [ 11.750s] (1941/2705) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
87472026-03-02T23:40:33.595Z PASS [ 45.090s] (1942/2705) omicron-nexus::test_all integration_tests::webhooks::test_probe
87482026-03-02T23:40:33.600Z PASS [ 9.108s] (1943/2705) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
87492026-03-02T23:40:33.666Z PASS [ 0.065s] (1944/2705) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
87502026-03-02T23:40:33.690Z PASS [ 0.024s] (1945/2705) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
87512026-03-02T23:40:33.746Z PASS [ 0.056s] (1946/2705) omicron-package config::tests::multi_preset_arg
87522026-03-02T23:40:33.796Z PASS [ 0.050s] (1947/2705) omicron-package dot::test::test_bad_dependency
87532026-03-02T23:40:33.823Z PASS [ 0.027s] (1948/2705) omicron-package dot::test::test_dot_output
87542026-03-02T23:40:41.354Z PASS [ 49.773s] (1949/2705) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
87552026-03-02T23:40:41.372Z PASS [ 0.017s] (1950/2705) omicron-passwords test::test_password_constraints
87562026-03-02T23:40:42.463Z PASS [ 8.640s] (1951/2705) omicron-passwords test::test_compatible
87572026-03-02T23:40:43.857Z PASS [ 10.260s] (1952/2705) omicron-omdb::test_all_output test_omdb_usage_errors
87582026-03-02T23:40:43.899Z PASS [ 0.042s] (1953/2705) omicron-passwords test::test_stable
87592026-03-02T23:40:43.914Z PASS [ 0.014s] (1954/2705) omicron-passwords test::test_weak_hashes
87602026-03-02T23:40:43.935Z PASS [ 0.021s] (1955/2705) omicron-rpaths internal::tests::test_configure_from_path
87612026-03-02T23:40:43.976Z PASS [ 0.040s] (1956/2705) omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
87622026-03-02T23:40:43.990Z PASS [ 0.014s] (1957/2705) omicron-rpaths internal::tests::test_emit_rpath
87632026-03-02T23:40:44.343Z PASS [ 2.971s] (1958/2705) omicron-passwords test::test_reproducible
87642026-03-02T23:40:44.459Z PASS [ 0.469s] (1959/2705) omicron-sled-agent artifact_store::test::generations
87652026-03-02T23:40:44.491Z PASS [ 0.148s] (1960/2705) omicron-sled-agent artifact_store::test::issue_7796
87662026-03-02T23:40:44.566Z PASS [ 0.107s] (1961/2705) omicron-sled-agent artifact_store::test::list_get_put
87672026-03-02T23:40:44.575Z PASS [ 0.084s] (1962/2705) omicron-sled-agent artifact_store::test::no_dataset
87682026-03-02T23:40:44.644Z PASS [ 0.069s] (1963/2705) omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
87692026-03-02T23:40:44.644Z PASS [ 0.078s] (1964/2705) omicron-sled-agent artifact_store::test::wrong_hash
87702026-03-02T23:40:44.682Z PASS [ 0.037s] (1965/2705) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
87712026-03-02T23:40:44.699Z PASS [ 0.054s] (1966/2705) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
87722026-03-02T23:40:44.706Z PASS [ 0.024s] (1967/2705) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
87732026-03-02T23:40:44.720Z PASS [ 0.021s] (1968/2705) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
87742026-03-02T23:40:44.726Z PASS [ 0.020s] (1969/2705) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
87752026-03-02T23:40:44.747Z PASS [ 0.027s] (1970/2705) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
87762026-03-02T23:40:44.750Z PASS [ 0.023s] (1971/2705) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
87772026-03-02T23:40:44.768Z PASS [ 0.021s] (1972/2705) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
87782026-03-02T23:40:44.799Z PASS [ 0.032s] (1973/2705) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
87792026-03-02T23:40:44.816Z PASS [ 0.067s] (1974/2705) omicron-sled-agent config::test::test_smf_configs
87802026-03-02T23:40:44.829Z PASS [ 0.030s] (1975/2705) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
87812026-03-02T23:40:44.843Z PASS [ 0.027s] (1976/2705) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
87822026-03-02T23:40:44.853Z PASS [ 0.023s] (1977/2705) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
87832026-03-02T23:40:44.871Z PASS [ 0.027s] (1978/2705) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
87842026-03-02T23:40:44.876Z PASS [ 0.024s] (1979/2705) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
87852026-03-02T23:40:44.893Z PASS [ 0.023s] (1980/2705) omicron-sled-agent instance::tests::add_new_floating_ip
87862026-03-02T23:40:44.903Z PASS [ 0.027s] (1981/2705) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
87872026-03-02T23:40:44.916Z PASS [ 0.023s] (1982/2705) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
87882026-03-02T23:40:44.924Z PASS [ 0.021s] (1983/2705) omicron-sled-agent instance::tests::prune_existing_floating_ip
87892026-03-02T23:40:45.337Z PASS [ 0.420s] (1984/2705) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
87902026-03-02T23:40:45.337Z PASS [ 0.412s] (1985/2705) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
87912026-03-02T23:40:45.893Z PASS [ 0.557s] (1986/2705) omicron-sled-agent instance::tests::test_instance_create_events_normal
87922026-03-02T23:40:46.717Z PASS [ 51.759s] (1987/2705) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
87932026-03-02T23:40:47.060Z PASS [ 0.343s] (1988/2705) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
87942026-03-02T23:40:47.086Z PASS [ 0.026s] (1989/2705) omicron-sled-agent instance::tests::test_multicast_membership_equality
87952026-03-02T23:40:47.486Z PASS [ 2.149s] (1990/2705) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
87962026-03-02T23:40:47.490Z PASS [ 1.592s] (1991/2705) omicron-sled-agent instance::tests::test_instance_manager_creation
87972026-03-02T23:40:47.518Z PASS [ 0.031s] (1992/2705) omicron-sled-agent profile::tests::empty_profile
87982026-03-02T23:40:47.521Z PASS [ 0.032s] (1993/2705) omicron-sled-agent probe_manager::test::probe_state_set_ops
87992026-03-02T23:40:47.548Z PASS [ 0.031s] (1994/2705) omicron-sled-agent profile::tests::test_disabled_instance
88002026-03-02T23:40:47.552Z PASS [ 0.032s] (1995/2705) omicron-sled-agent profile::tests::test_instance
88012026-03-02T23:40:47.579Z PASS [ 0.029s] (1996/2705) omicron-sled-agent profile::tests::test_property
88022026-03-02T23:40:47.579Z PASS [ 0.031s] (1997/2705) omicron-sled-agent profile::tests::test_multiple
88032026-03-02T23:40:47.608Z PASS [ 0.029s] (1998/2705) omicron-sled-agent profile::tests::test_service
88042026-03-02T23:40:47.611Z PASS [ 0.029s] (1999/2705) omicron-sled-agent profile::tests::test_property_group
88052026-03-02T23:40:47.632Z PASS [ 0.024s] (2000/2705) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
88062026-03-02T23:40:47.636Z PASS [ 0.027s] (2001/2705) omicron-sled-agent profile::tests::test_service_property_group
88072026-03-02T23:40:47.662Z PASS [ 0.029s] (2002/2705) omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
88082026-03-02T23:40:47.693Z PASS [ 0.058s] (2003/2705) omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
88092026-03-02T23:40:47.704Z PASS [ 0.043s] (2004/2705) omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
88102026-03-02T23:40:47.745Z PASS [ 0.052s] (2005/2705) omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
88112026-03-02T23:40:47.749Z PASS [ 0.042s] (2006/2705) omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
88122026-03-02T23:40:47.773Z PASS [ 0.028s] (2007/2705) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
88132026-03-02T23:40:47.777Z PASS [ 0.028s] (2008/2705) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
88142026-03-02T23:40:47.807Z PASS [ 0.034s] (2009/2705) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
88152026-03-02T23:40:47.811Z PASS [ 0.034s] (2010/2705) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
88162026-03-02T23:40:47.842Z PASS [ 0.034s] (2011/2705) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
88172026-03-02T23:40:47.893Z PASS [ 0.051s] (2012/2705) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
88182026-03-02T23:40:47.927Z PASS [ 0.033s] (2013/2705) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
88192026-03-02T23:40:47.972Z PASS [ 0.045s] (2014/2705) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
88202026-03-02T23:40:48.008Z PASS [ 0.036s] (2015/2705) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
88212026-03-02T23:40:48.043Z PASS [ 0.035s] (2016/2705) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
88222026-03-02T23:40:48.082Z PASS [ 0.038s] (2017/2705) omicron-sled-agent sim::storage::test::nested_dataset
88232026-03-02T23:40:48.118Z PASS [ 0.036s] (2018/2705) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
88242026-03-02T23:40:48.158Z PASS [ 0.039s] (2019/2705) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
88252026-03-02T23:40:48.192Z PASS [ 0.035s] (2020/2705) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
88262026-03-02T23:40:48.229Z PASS [ 0.036s] (2021/2705) omicron-sled-agent sim::storage::test::snapshot_needs_region
88272026-03-02T23:40:48.291Z PASS [ 0.062s] (2022/2705) omicron-sled-agent support_bundle::storage::tests::basic_crud
88282026-03-02T23:40:48.331Z PASS [ 0.040s] (2023/2705) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
88292026-03-02T23:40:48.374Z PASS [ 0.044s] (2024/2705) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
88302026-03-02T23:40:48.419Z PASS [ 0.044s] (2025/2705) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
88312026-03-02T23:40:48.466Z PASS [ 0.047s] (2026/2705) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
88322026-03-02T23:40:48.510Z PASS [ 0.044s] (2027/2705) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
88332026-03-02T23:40:48.558Z PASS [ 0.047s] (2028/2705) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
88342026-03-02T23:40:48.604Z PASS [ 0.046s] (2029/2705) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
88352026-03-02T23:40:48.645Z PASS [ 0.041s] (2030/2705) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
88362026-03-02T23:40:48.691Z PASS [ 0.045s] (2031/2705) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
88372026-03-02T23:40:48.739Z PASS [ 0.048s] (2032/2705) omicron-sled-agent support_bundle::storage::tests::ranges
88382026-03-02T23:40:48.783Z PASS [ 0.044s] (2033/2705) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
88392026-03-02T23:40:48.817Z PASS [ 0.034s] (2034/2705) omicron-sled-agent updates::test::test_query_no_components
88402026-03-02T23:40:48.854Z PASS [ 0.037s] (2035/2705) omicron-sled-agent updates::test::test_query_sled_agent_version
88412026-03-02T23:40:48.906Z PASS [ 0.051s] (2036/2705) omicron-sled-agent updates::test::test_query_zone_version
88422026-03-02T23:40:48.938Z PASS [ 0.032s] (2037/2705) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
88432026-03-02T23:40:51.315Z PASS [ 2.376s] (2038/2705) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
88442026-03-02T23:40:51.491Z PASS [ 3.681s] (2039/2705) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
88452026-03-02T23:40:51.524Z PASS [ 0.033s] (2040/2705) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
88462026-03-02T23:40:51.538Z PASS [ 25.707s] (2041/2705) omicron-omdb::test_all_output test_omdb_env_settings
88472026-03-02T23:40:53.471Z PASS [ 2.156s] (2042/2705) omicron-sled-agent zone_bundle::illumos_tests::test_context
88482026-03-02T23:40:53.597Z PASS [ 2.058s] (2043/2705) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
88492026-03-02T23:40:53.650Z PASS [ 0.053s] (2044/2705) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
88502026-03-02T23:40:53.688Z PASS [ 0.038s] (2045/2705) omicron-sled-agent zone_bundle::tests::test_dir_size
88512026-03-02T23:40:53.725Z PASS [ 0.037s] (2046/2705) omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
88522026-03-02T23:40:54.086Z PASS [ 2.561s] (2047/2705) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
88532026-03-02T23:40:54.477Z PASS [ 0.752s] (2048/2705) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
88542026-03-02T23:40:54.608Z PASS [ 0.131s] (2049/2705) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
88552026-03-02T23:40:54.758Z PASS [ 0.671s] (2050/2705) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
88562026-03-02T23:40:54.795Z PASS [ 0.037s] (2051/2705) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
88572026-03-02T23:40:54.825Z PASS [ 0.030s] (2052/2705) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
88582026-03-02T23:40:55.478Z PASS [ 0.870s] (2053/2705) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
88592026-03-02T23:40:55.724Z PASS [ 2.252s] (2054/2705) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
88602026-03-02T23:40:55.847Z PASS [ 1.022s] (2055/2705) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
88612026-03-02T23:40:55.850Z PASS [ 0.368s] (2056/2705) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
88622026-03-02T23:40:55.876Z PASS [ 0.029s] (2057/2705) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
88632026-03-02T23:40:55.876Z PASS [ 0.029s] (2058/2705) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
88642026-03-02T23:40:56.091Z PASS [ 0.214s] (2059/2705) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
88652026-03-02T23:40:56.284Z PASS [ 0.193s] (2060/2705) omicron-test-utils dev::db::test::test_bad_cmd
88662026-03-02T23:40:56.323Z PASS [ 0.447s] (2061/2705) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
88672026-03-02T23:40:56.635Z PASS [ 0.351s] (2062/2705) omicron-test-utils dev::db::test::test_cmd_fails
88682026-03-02T23:40:56.757Z PASS [ 1.033s] (2063/2705) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
88692026-03-02T23:40:56.857Z PASS [ 0.222s] (2064/2705) omicron-test-utils dev::db::test::test_database_start_hang
88702026-03-02T23:40:56.893Z PASS [ 0.035s] (2065/2705) omicron-test-utils dev::db::test::test_make_pg_config_fail
88712026-03-02T23:40:56.925Z PASS [ 0.032s] (2066/2705) omicron-test-utils dev::db::test::test_make_pg_config_ok
88722026-03-02T23:40:56.959Z PASS [ 0.035s] (2067/2705) omicron-test-utils dev::db::test::test_parse_http_addr
88732026-03-02T23:40:56.991Z PASS [ 0.032s] (2068/2705) omicron-test-utils dev::db::test::test_process_exit_abnormal
88742026-03-02T23:40:57.033Z PASS [ 0.042s] (2069/2705) omicron-test-utils dev::db::test::test_process_exit_normal
88752026-03-02T23:40:57.444Z PASS [ 0.410s] (2070/2705) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
88762026-03-02T23:40:57.550Z PASS [ 0.792s] (2071/2705) omicron-test-utils dev::db::test::test_http_addr_integration
88772026-03-02T23:40:58.114Z PASS [ 1.791s] (2072/2705) omicron-test-utils dev::db::test::test_database_concurrent
88782026-03-02T23:40:58.153Z PASS [ 0.039s] (2073/2705) omicron-test-utils dev::db::test::test_starter_tmpdir
88792026-03-02T23:40:58.232Z PASS [ 0.078s] (2074/2705) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
88802026-03-02T23:40:58.265Z PASS [ 0.033s] (2075/2705) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
88812026-03-02T23:40:58.301Z PASS [ 0.036s] (2076/2705) omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
88822026-03-02T23:40:58.335Z PASS [ 0.034s] (2077/2705) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
88832026-03-02T23:40:58.410Z PASS [ 0.075s] (2078/2705) omicron-test-utils dev::test_cmds::tests::test_redact_extra
88842026-03-02T23:40:58.484Z PASS [ 0.073s] (2079/2705) omicron-test-utils dev::test_cmds::tests::test_redact_section
88852026-03-02T23:40:58.905Z PASS [ 1.354s] (2080/2705) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
88862026-03-02T23:40:58.917Z PASS [ 0.432s] (2081/2705) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
88872026-03-02T23:40:58.972Z PASS [ 0.068s] (2082/2705) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
88882026-03-02T23:40:59.105Z PASS [ 16.640s] (2083/2705) omicron-passwords test::test_smoke
88892026-03-02T23:40:59.355Z PASS [ 0.438s] (2084/2705) oximeter test::timeseries_schema_consistency
88902026-03-02T23:40:59.456Z PASS [ 0.101s] (2085/2705) oximeter-collector agent::tests::test_self_stat_unreachable_counter
88912026-03-02T23:40:59.467Z PASS [ 0.362s] (2086/2705) oximeter-collector agent::tests::test_self_stat_error_counter
88922026-03-02T23:40:59.470Z PASS [ 0.496s] (2087/2705) oximeter-collector agent::tests::test_self_stat_collection_count
88932026-03-02T23:40:59.495Z PASS [ 0.026s] (2088/2705) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
88942026-03-02T23:40:59.517Z PASS [ 0.023s] (2089/2705) oximeter-collector self_stats::tests::test_failure_reason_serialization
88952026-03-02T23:40:59.553Z PASS [ 0.097s] (2090/2705) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
88962026-03-02T23:40:59.564Z PASS [ 0.097s] (2091/2705) oximeter-collector agent::tests::verify_producer_details
88972026-03-02T23:40:59.669Z PASS [ 0.105s] (2092/2705) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
88982026-03-02T23:40:59.669Z PASS [ 0.116s] (2093/2705) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
88992026-03-02T23:40:59.695Z PASS [ 0.026s] (2094/2705) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
89002026-03-02T23:40:59.695Z PASS [ 0.026s] (2095/2705) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
89012026-03-02T23:40:59.721Z PASS [ 0.026s] (2096/2705) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
89022026-03-02T23:41:00.483Z PASS [ 0.965s] (2097/2705) oximeter-collector::test_commands test_oximeter_no_args
89032026-03-02T23:41:00.637Z PASS [ 0.941s] (2098/2705) oximeter-db client::oxql::tests::test_get_entire_table
89042026-03-02T23:41:00.671Z PASS [ 0.949s] (2099/2705) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
89052026-03-02T23:41:01.509Z PASS [ 1.026s] (2100/2705) oximeter-db client::oxql::tests::test_get_fields
89062026-03-02T23:41:01.588Z PASS [ 0.951s] (2101/2705) oximeter-db client::oxql::tests::test_get_fields_query
89072026-03-02T23:41:01.715Z PASS [ 1.044s] (2102/2705) oximeter-db client::oxql::tests::test_get_one_timeseries
89082026-03-02T23:41:02.183Z PASS [ 0.595s] (2103/2705) oximeter-db client::tests::can_ping_clickhouse
89092026-03-02T23:41:02.250Z PASS [ 0.067s] (2104/2705) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
89102026-03-02T23:41:02.421Z PASS [ 0.912s] (2105/2705) oximeter-db client::oxql::tests::test_limit_operations
89112026-03-02T23:41:04.337Z PASS [ 2.087s] (2106/2705) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
89122026-03-02T23:41:04.845Z PASS [ 2.423s] (2107/2705) oximeter-db client::tests::insert_samples_fails_fast
89132026-03-02T23:41:05.063Z PASS [ 0.725s] (2108/2705) oximeter-db client::tests::read_latest_version_reports_max
89142026-03-02T23:41:05.543Z PASS [ 0.698s] (2109/2705) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
89152026-03-02T23:41:05.669Z PASS [ 0.607s] (2110/2705) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
89162026-03-02T23:41:06.343Z PASS [ 0.800s] (2111/2705) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
89172026-03-02T23:41:06.563Z PASS [ 0.894s] (2112/2705) oximeter-db client::tests::select_timeseries_with_select_one
89182026-03-02T23:41:06.957Z PASS [ 0.614s] (2113/2705) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
89192026-03-02T23:41:07.641Z PASS [ 1.077s] (2114/2705) oximeter-db client::tests::test_client_select_timeseries_one
89202026-03-02T23:41:07.727Z PASS [ 0.769s] (2115/2705) oximeter-db client::tests::test_database_version_update_is_idempotent
89212026-03-02T23:41:07.893Z PASS [ 10.447s] (2116/2705) omicron-test-utils dev::db::test::test_setup_database_default_dir
89222026-03-02T23:41:08.371Z PASS [ 0.730s] (2117/2705) oximeter-db client::tests::test_database_version_will_not_downgrade
89232026-03-02T23:41:08.452Z PASS [ 0.725s] (2118/2705) oximeter-db client::tests::test_database_version_will_not_upgrade
89242026-03-02T23:41:08.636Z PASS [ 0.743s] (2119/2705) oximeter-db client::tests::test_differentiate_by_timeseries_name
89252026-03-02T23:41:09.106Z PASS [ 0.735s] (2120/2705) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
89262026-03-02T23:41:09.172Z PASS [ 0.719s] (2121/2705) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
89272026-03-02T23:41:09.350Z PASS [ 0.713s] (2122/2705) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
89282026-03-02T23:41:09.887Z PASS [ 0.715s] (2123/2705) oximeter-db client::tests::test_field_record_count
89292026-03-02T23:41:10.077Z PASS [ 0.727s] (2124/2705) oximeter-db client::tests::test_get_schema_no_new_values
89302026-03-02T23:41:10.082Z PASS [ 0.975s] (2125/2705) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
89312026-03-02T23:41:10.322Z PASS [ 44.371s] (2126/2705) omicron-omdb::test_all_output test_omdb_success_cases
89322026-03-02T23:41:10.586Z PASS [ 0.699s] (2127/2705) oximeter-db client::tests::test_insert_samples
89332026-03-02T23:41:10.609Z PASS [ 0.023s] (2128/2705) oximeter-db client::tests::test_read_schema_upgrade_sql_files
89342026-03-02T23:41:10.633Z PASS [ 0.024s] (2129/2705) oximeter-db client::tests::test_read_timeseries_to_delete
89352026-03-02T23:41:10.652Z PASS [ 0.019s] (2130/2705) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
89362026-03-02T23:41:10.673Z PASS [ 0.020s] (2131/2705) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
89372026-03-02T23:41:10.747Z PASS [ 0.670s] (2132/2705) oximeter-db client::tests::test_is_oximeter_cluster
89382026-03-02T23:41:10.808Z PASS [ 0.726s] (2133/2705) oximeter-db client::tests::test_list_timeseries
89392026-03-02T23:41:11.014Z PASS [ 0.691s] (2134/2705) oximeter-db client::tests::test_new_schema_removed_when_not_inserted
89402026-03-02T23:41:11.435Z PASS [ 0.688s] (2135/2705) oximeter-db client::tests::test_schema_mismatch
89412026-03-02T23:41:11.516Z PASS [ 0.707s] (2136/2705) oximeter-db client::tests::test_schema_update
89422026-03-02T23:41:11.680Z PASS [ 1.004s] (2137/2705) oximeter-db client::tests::test_recall_of_all_fields
89432026-03-02T23:41:11.763Z PASS [ 0.749s] (2138/2705) oximeter-db client::tests::test_select_all_datum_types
89442026-03-02T23:41:12.149Z PASS [ 0.713s] (2139/2705) oximeter-db client::tests::test_select_all_field_types
89452026-03-02T23:41:12.250Z PASS [ 0.735s] (2140/2705) oximeter-db client::tests::test_select_timeseries_with_all
89462026-03-02T23:41:12.600Z PASS [ 0.917s] (2141/2705) oximeter-db client::tests::test_select_timeseries_with_limit
89472026-03-02T23:41:12.635Z PASS [ 0.872s] (2142/2705) oximeter-db client::tests::test_select_timeseries_with_order
89482026-03-02T23:41:12.922Z PASS [ 0.772s] (2143/2705) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
89492026-03-02T23:41:13.005Z PASS [ 0.755s] (2144/2705) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
89502026-03-02T23:41:13.024Z PASS [ 0.019s] (2145/2705) oximeter-db client::tests::test_unravel_index
89512026-03-02T23:41:13.359Z PASS [ 0.758s] (2146/2705) oximeter-db client::tests::test_select_timeseries_with_start_time
89522026-03-02T23:41:13.382Z PASS [ 0.023s] (2147/2705) oximeter-db client::tests::test_verify_schema_upgrades
89532026-03-02T23:41:13.410Z PASS [ 0.027s] (2148/2705) oximeter-db model::fields::tests::test_extract_fields_as_block
89542026-03-02T23:41:13.426Z PASS [ 0.016s] (2149/2705) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
89552026-03-02T23:41:13.445Z PASS [ 0.019s] (2150/2705) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
89562026-03-02T23:41:13.465Z PASS [ 0.020s] (2151/2705) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
89572026-03-02T23:41:13.485Z PASS [ 0.020s] (2152/2705) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
89582026-03-02T23:41:13.504Z PASS [ 0.018s] (2153/2705) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
89592026-03-02T23:41:13.524Z PASS [ 0.020s] (2154/2705) oximeter-db native::block::tests::concat_blocks
89602026-03-02T23:41:13.550Z PASS [ 0.016s] (2155/2705) oximeter-db native::block::tests::datetime64_scale_checks_range
89612026-03-02T23:41:13.560Z PASS [ 0.019s] (2156/2705) oximeter-db native::block::tests::parse_date_time
89622026-03-02T23:41:13.581Z PASS [ 0.021s] (2157/2705) oximeter-db native::block::tests::parse_date_time64
89632026-03-02T23:41:13.602Z PASS [ 0.021s] (2158/2705) oximeter-db native::block::tests::parse_escaped_date_time64
89642026-03-02T23:41:13.624Z PASS [ 0.022s] (2159/2705) oximeter-db native::block::tests::test_data_type_to_string
89652026-03-02T23:41:13.639Z PASS [ 0.718s] (2160/2705) oximeter-db client::tests::test_timeseries_schema_list
89662026-03-02T23:41:13.649Z PASS [ 0.025s] (2161/2705) oximeter-db native::block::tests::test_datetime64_conversions
89672026-03-02T23:41:13.663Z PASS [ 0.023s] (2162/2705) oximeter-db native::block::tests::test_parse_all_known_timezones
89682026-03-02T23:41:13.667Z PASS [ 0.018s] (2163/2705) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
89692026-03-02T23:41:13.681Z PASS [ 0.019s] (2164/2705) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
89702026-03-02T23:41:13.685Z PASS [ 0.016s] (2165/2705) oximeter-db native::block::tests::test_parse_enum8
89712026-03-02T23:41:13.705Z PASS [ 0.022s] (2166/2705) oximeter-db native::block::tests::test_parse_enum_variant
89722026-03-02T23:41:13.705Z PASS [ 0.021s] (2167/2705) oximeter-db native::block::tests::test_parse_invalid_data_type
89732026-03-02T23:41:13.740Z PASS [ 0.715s] (2168/2705) oximeter-db client::tests::test_update_schema_cache_on_new_sample
89742026-03-02T23:41:13.766Z PASS [ 1.130s] (2169/2705) oximeter-db client::tests::test_sql_query_output
89752026-03-02T23:41:14.267Z PASS [ 0.563s] (2170/2705) oximeter-db native::connection::tests::test_basic_select_query
89762026-03-02T23:41:14.300Z PASS [ 0.560s] (2171/2705) oximeter-db native::connection::tests::test_exchange_hello
89772026-03-02T23:41:14.338Z PASS [ 0.573s] (2172/2705) oximeter-db native::connection::tests::test_insert_and_select_data
89782026-03-02T23:41:14.373Z PASS [ 0.668s] (2173/2705) oximeter-db native::connection::tests::test_can_cancel_query
89792026-03-02T23:41:14.832Z PASS [ 0.564s] (2174/2705) oximeter-db native::connection::tests::test_insert_and_select_uuid
89802026-03-02T23:41:14.863Z PASS [ 0.563s] (2175/2705) oximeter-db native::connection::tests::test_select_array_column
89812026-03-02T23:41:14.882Z PASS [ 0.019s] (2176/2705) oximeter-db native::io::block::tests::test_decode_block_with_nulls
89822026-03-02T23:41:14.902Z PASS [ 0.019s] (2177/2705) oximeter-db native::io::block::tests::test_decode_full_block
89832026-03-02T23:41:14.905Z PASS [ 0.567s] (2178/2705) oximeter-db native::connection::tests::test_select_array_of_nullable_column
89842026-03-02T23:41:14.917Z PASS [ 0.016s] (2179/2705) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
89852026-03-02T23:41:14.924Z PASS [ 0.019s] (2180/2705) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
89862026-03-02T23:41:14.942Z PASS [ 0.018s] (2181/2705) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
89872026-03-02T23:41:14.945Z PASS [ 0.025s] (2182/2705) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
89882026-03-02T23:41:14.948Z PASS [ 0.573s] (2183/2705) oximeter-db native::connection::tests::test_select_nullable_column
89892026-03-02T23:41:14.959Z PASS [ 0.017s] (2184/2705) oximeter-db native::io::column::tests::test_decode_string_column
89902026-03-02T23:41:14.962Z PASS [ 0.018s] (2185/2705) oximeter-db native::io::column::tests::test_decode_uint64_column
89912026-03-02T23:41:14.965Z PASS [ 0.018s] (2186/2705) oximeter-db native::io::column::tests::test_decode_uint8_column
89922026-03-02T23:41:14.976Z PASS [ 0.017s] (2187/2705) oximeter-db native::io::column::tests::test_decode_uuid_column
89932026-03-02T23:41:14.979Z PASS [ 0.018s] (2188/2705) oximeter-db native::io::column::tests::test_encode_decode_column
89942026-03-02T23:41:14.979Z PASS [ 0.014s] (2189/2705) oximeter-db native::io::packet::server::tests::test_decode_full_hello
89952026-03-02T23:41:14.994Z PASS [ 0.017s] (2190/2705) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
89962026-03-02T23:41:14.997Z PASS [ 0.015s] (2191/2705) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
89972026-03-02T23:41:14.998Z PASS [ 0.018s] (2192/2705) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
89982026-03-02T23:41:15.009Z PASS [ 0.015s] (2193/2705) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
89992026-03-02T23:41:15.060Z PASS [ 0.014s] (2194/2705) oximeter-db native::io::packet::server::tests::test_decode_pong
90002026-03-02T23:41:15.060Z PASS [ 0.014s] (2195/2705) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
90012026-03-02T23:41:15.063Z PASS [ 0.015s] (2196/2705) oximeter-db native::io::string::test::test_encode_decode
90022026-03-02T23:41:15.063Z PASS [ 0.016s] (2197/2705) oximeter-db native::io::packet::server::tests::test_decode_single_exception
90032026-03-02T23:41:15.063Z PASS [ 0.018s] (2198/2705) oximeter-db native::io::string::test::test_encode_hello_world
90042026-03-02T23:41:15.063Z PASS [ 0.018s] (2199/2705) oximeter-db native::io::table_columns::tests::test_column_count
90052026-03-02T23:41:15.063Z PASS [ 0.019s] (2200/2705) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
90062026-03-02T23:41:15.063Z PASS [ 0.017s] (2201/2705) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
90072026-03-02T23:41:15.063Z PASS [ 0.018s] (2202/2705) oximeter-db native::io::table_columns::tests::test_column_description_with_default
90082026-03-02T23:41:15.063Z PASS [ 0.017s] (2203/2705) oximeter-db native::io::varuint::test_encode_decode_varuint
90092026-03-02T23:41:15.067Z PASS [ 0.020s] (2204/2705) oximeter-db native::io::table_columns::tests::test_column_descriptions
90102026-03-02T23:41:15.077Z PASS [ 0.015s] (2205/2705) oximeter-db oxql::ast::grammar::tests::test_align_table_op
90112026-03-02T23:41:15.081Z PASS [ 0.018s] (2206/2705) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
90122026-03-02T23:41:15.085Z PASS [ 0.018s] (2207/2705) oximeter-db oxql::ast::grammar::tests::test_comparison
90132026-03-02T23:41:15.092Z PASS [ 0.016s] (2208/2705) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
90142026-03-02T23:41:15.096Z PASS [ 0.016s] (2209/2705) oximeter-db oxql::ast::grammar::tests::test_double_literal
90152026-03-02T23:41:15.102Z PASS [ 0.020s] (2210/2705) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
90162026-03-02T23:41:15.107Z PASS [ 0.014s] (2211/2705) oximeter-db oxql::ast::grammar::tests::test_duration_literal
90172026-03-02T23:41:15.113Z PASS [ 0.017s] (2212/2705) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
90182026-03-02T23:41:15.123Z PASS [ 0.017s] (2213/2705) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
90192026-03-02T23:41:15.126Z PASS [ 0.018s] (2214/2705) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
90202026-03-02T23:41:15.130Z PASS [ 0.017s] (2215/2705) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
90212026-03-02T23:41:15.137Z PASS [ 0.017s] (2216/2705) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
90222026-03-02T23:41:15.142Z PASS [ 0.017s] (2217/2705) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
90232026-03-02T23:41:15.149Z PASS [ 0.017s] (2218/2705) oximeter-db oxql::ast::grammar::tests::test_get_table_op
90242026-03-02T23:41:15.153Z PASS [ 0.015s] (2219/2705) oximeter-db oxql::ast::grammar::tests::test_group_by
90252026-03-02T23:41:15.159Z PASS [ 0.017s] (2220/2705) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
90262026-03-02T23:41:15.164Z PASS [ 0.016s] (2221/2705) oximeter-db oxql::ast::grammar::tests::test_ident
90272026-03-02T23:41:15.167Z PASS [ 0.014s] (2222/2705) oximeter-db oxql::ast::grammar::tests::test_integer_literal
90282026-03-02T23:41:15.176Z PASS [ 0.016s] (2223/2705) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
90292026-03-02T23:41:15.181Z PASS [ 0.015s] (2224/2705) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
90302026-03-02T23:41:15.185Z PASS [ 0.018s] (2225/2705) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
90312026-03-02T23:41:15.190Z PASS [ 0.015s] (2226/2705) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
90322026-03-02T23:41:15.199Z PASS [ 0.018s] (2227/2705) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
90332026-03-02T23:41:15.202Z PASS [ 0.018s] (2228/2705) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
90342026-03-02T23:41:15.207Z PASS [ 0.017s] (2229/2705) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
90352026-03-02T23:41:15.221Z PASS [ 0.021s] (2230/2705) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
90362026-03-02T23:41:15.224Z PASS [ 0.024s] (2231/2705) oximeter-db oxql::ast::grammar::tests::test_query
90372026-03-02T23:41:15.235Z PASS [ 0.014s] (2232/2705) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
90382026-03-02T23:41:15.241Z PASS [ 0.017s] (2233/2705) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
90392026-03-02T23:41:15.251Z PASS [ 0.016s] (2234/2705) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
90402026-03-02T23:41:15.254Z PASS [ 0.013s] (2235/2705) oximeter-db oxql::ast::grammar::tests::test_reducer
90412026-03-02T23:41:15.268Z PASS [ 0.017s] (2236/2705) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
90422026-03-02T23:41:15.272Z PASS [ 0.016s] (2237/2705) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
90432026-03-02T23:41:15.284Z PASS [ 0.013s] (2238/2705) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
90442026-03-02T23:41:15.287Z PASS [ 0.018s] (2239/2705) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
90452026-03-02T23:41:15.297Z PASS [ 0.014s] (2240/2705) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
90462026-03-02T23:41:15.305Z PASS [ 0.018s] (2241/2705) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
90472026-03-02T23:41:15.311Z PASS [ 0.014s] (2242/2705) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
90482026-03-02T23:41:15.321Z PASS [ 0.017s] (2243/2705) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
90492026-03-02T23:41:15.325Z PASS [ 0.014s] (2244/2705) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
90502026-03-02T23:41:15.335Z PASS [ 0.014s] (2245/2705) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
90512026-03-02T23:41:15.340Z PASS [ 0.014s] (2246/2705) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
90522026-03-02T23:41:15.350Z PASS [ 0.015s] (2247/2705) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
90532026-03-02T23:41:15.354Z PASS [ 0.015s] (2248/2705) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
90542026-03-02T23:41:15.367Z PASS [ 0.016s] (2249/2705) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
90552026-03-02T23:41:15.370Z PASS [ 0.015s] (2250/2705) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
90562026-03-02T23:41:15.386Z PASS [ 0.020s] (2251/2705) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
90572026-03-02T23:41:15.392Z PASS [ 0.023s] (2252/2705) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
90582026-03-02T23:41:15.396Z PASS [ 0.563s] (2253/2705) oximeter-db native::connection::tests::test_send_cancel_with_no_query
90592026-03-02T23:41:15.407Z PASS [ 0.015s] (2254/2705) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
90602026-03-02T23:41:15.410Z PASS [ 0.021s] (2255/2705) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
90612026-03-02T23:41:15.413Z PASS [ 0.017s] (2256/2705) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
90622026-03-02T23:41:15.423Z PASS [ 0.015s] (2257/2705) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
90632026-03-02T23:41:15.426Z PASS [ 0.016s] (2258/2705) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
90642026-03-02T23:41:15.429Z PASS [ 0.018s] (2259/2705) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
90652026-03-02T23:41:15.440Z PASS [ 0.016s] (2260/2705) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
90662026-03-02T23:41:15.443Z PASS [ 0.021s] (2261/2705) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
90672026-03-02T23:41:15.446Z PASS [ 0.017s] (2262/2705) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
90682026-03-02T23:41:15.457Z PASS [ 0.014s] (2263/2705) oximeter-db oxql::plan::align::test::test_align_input_schema
90692026-03-02T23:41:15.460Z PASS [ 0.018s] (2264/2705) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
90702026-03-02T23:41:15.540Z PASS [ 0.093s] (2265/2705) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
90712026-03-02T23:41:15.545Z PASS [ 0.088s] (2266/2705) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
90722026-03-02T23:41:15.571Z PASS [ 0.113s] (2267/2705) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
90732026-03-02T23:41:15.635Z PASS [ 0.095s] (2268/2705) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
90742026-03-02T23:41:15.640Z PASS [ 0.095s] (2269/2705) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
90752026-03-02T23:41:15.677Z PASS [ 0.106s] (2270/2705) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
90762026-03-02T23:41:15.721Z PASS [ 0.085s] (2271/2705) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
90772026-03-02T23:41:15.734Z PASS [ 0.094s] (2272/2705) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
90782026-03-02T23:41:15.780Z PASS [ 0.103s] (2273/2705) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
90792026-03-02T23:41:15.819Z PASS [ 0.099s] (2274/2705) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
90802026-03-02T23:41:15.834Z PASS [ 0.099s] (2275/2705) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
90812026-03-02T23:41:15.884Z PASS [ 0.104s] (2276/2705) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
90822026-03-02T23:41:15.901Z PASS [ 0.082s] (2277/2705) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
90832026-03-02T23:41:15.919Z PASS [ 0.086s] (2278/2705) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
90842026-03-02T23:41:15.980Z PASS [ 0.095s] (2279/2705) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
90852026-03-02T23:41:15.984Z PASS [ 0.083s] (2280/2705) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
90862026-03-02T23:41:16.016Z PASS [ 0.097s] (2281/2705) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
90872026-03-02T23:41:16.068Z PASS [ 0.084s] (2282/2705) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
90882026-03-02T23:41:16.079Z PASS [ 0.100s] (2283/2705) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
90892026-03-02T23:41:16.107Z PASS [ 0.091s] (2284/2705) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
90902026-03-02T23:41:16.153Z PASS [ 0.084s] (2285/2705) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
90912026-03-02T23:41:16.175Z PASS [ 0.096s] (2286/2705) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
90922026-03-02T23:41:16.175Z PASS [ 0.023s] (2287/2705) oximeter-db oxql::query::tests::test_coalesce_limits
90932026-03-02T23:41:16.193Z PASS [ 0.018s] (2288/2705) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
90942026-03-02T23:41:16.197Z PASS [ 0.022s] (2289/2705) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
90952026-03-02T23:41:16.208Z PASS [ 0.101s] (2290/2705) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
90962026-03-02T23:41:16.212Z PASS [ 0.018s] (2291/2705) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
90972026-03-02T23:41:16.218Z PASS [ 0.021s] (2292/2705) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
90982026-03-02T23:41:16.227Z PASS [ 0.019s] (2293/2705) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
90992026-03-02T23:41:16.231Z PASS [ 0.017s] (2294/2705) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
91002026-03-02T23:41:16.239Z PASS [ 0.021s] (2295/2705) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
91012026-03-02T23:41:16.249Z PASS [ 0.020s] (2296/2705) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
91022026-03-02T23:41:16.252Z PASS [ 0.022s] (2297/2705) oximeter-db oxql::query::tests::test_coalesce_predicates
91032026-03-02T23:41:16.257Z PASS [ 0.018s] (2298/2705) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
91042026-03-02T23:41:16.267Z PASS [ 0.018s] (2299/2705) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
91052026-03-02T23:41:16.270Z PASS [ 0.019s] (2300/2705) oximeter-db oxql::query::tests::test_insert_filters
91062026-03-02T23:41:16.276Z PASS [ 0.019s] (2301/2705) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
91072026-03-02T23:41:16.286Z PASS [ 1.078s] (2302/2705) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
91082026-03-02T23:41:16.289Z PASS [ 0.022s] (2303/2705) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
91092026-03-02T23:41:16.293Z PASS [ 0.025s] (2304/2705) oximeter-db oxql::query::tests::test_query_end_time
91102026-03-02T23:41:16.297Z PASS [ 0.021s] (2305/2705) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
91112026-03-02T23:41:16.303Z PASS [ 0.017s] (2306/2705) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
91122026-03-02T23:41:16.306Z PASS [ 0.015s] (2307/2705) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
91132026-03-02T23:41:16.309Z PASS [ 0.016s] (2308/2705) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
91142026-03-02T23:41:16.320Z PASS [ 0.015s] (2309/2705) oximeter-db query::tests::test_field_selector_as_query
91152026-03-02T23:41:16.323Z PASS [ 0.018s] (2310/2705) oximeter-db query::tests::test_field_cmp
91162026-03-02T23:41:16.326Z PASS [ 0.014s] (2311/2705) oximeter-db query::tests::test_field_value_as_db_str
91172026-03-02T23:41:16.326Z PASS [ 0.027s] (2312/2705) oximeter-db oxql::query::tests::test_split_query
91182026-03-02T23:41:16.340Z PASS [ 0.017s] (2313/2705) oximeter-db query::tests::test_select_query_builder_from_parts
91192026-03-02T23:41:16.344Z PASS [ 0.023s] (2314/2705) oximeter-db query::tests::test_select_query_builder_field_selectors
91202026-03-02T23:41:16.347Z PASS [ 0.023s] (2315/2705) oximeter-db query::tests::test_select_query_builder_full
91212026-03-02T23:41:16.350Z PASS [ 0.027s] (2316/2705) oximeter-db query::tests::test_select_query_builder_filter_raw
91222026-03-02T23:41:16.357Z PASS [ 0.017s] (2317/2705) oximeter-db query::tests::test_select_query_builder_limit_offset
91232026-03-02T23:41:16.362Z PASS [ 0.019s] (2318/2705) oximeter-db query::tests::test_select_query_builder_no_fields
91242026-03-02T23:41:16.365Z PASS [ 0.017s] (2319/2705) oximeter-db query::tests::test_select_query_builder_no_selectors
91252026-03-02T23:41:16.370Z PASS [ 0.022s] (2320/2705) oximeter-db query::tests::test_string_field_selector
91262026-03-02T23:41:16.374Z PASS [ 0.016s] (2321/2705) oximeter-db query::tests::test_time_range
91272026-03-02T23:41:16.384Z PASS [ 0.020s] (2322/2705) oximeter-db sql::tests::test_allow_subqueries
91282026-03-02T23:41:16.388Z PASS [ 0.024s] (2323/2705) oximeter-db sql::tests::test_allow_limit_offset
91292026-03-02T23:41:16.391Z PASS [ 0.019s] (2324/2705) oximeter-db sql::tests::test_cannot_name_database
91302026-03-02T23:41:16.395Z PASS [ 0.021s] (2325/2705) oximeter-db sql::tests::test_ctes_are_not_supported
91312026-03-02T23:41:16.406Z PASS [ 0.021s] (2326/2705) oximeter-db sql::tests::test_function_allow_list
91322026-03-02T23:41:16.409Z PASS [ 0.020s] (2327/2705) oximeter-db sql::tests::test_multiple_statements_are_not_supported
91332026-03-02T23:41:16.419Z PASS [ 0.024s] (2328/2705) oximeter-db sql::tests::test_query_must_be_select_statement
91342026-03-02T23:41:16.427Z PASS [ 0.042s] (2329/2705) oximeter-db sql::tests::test_join_must_be_inner
91352026-03-02T23:41:16.430Z PASS [ 0.024s] (2330/2705) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
91362026-03-02T23:41:16.437Z PASS [ 0.027s] (2331/2705) oximeter-db sql::tests::test_require_table_is_timeseries_name
91372026-03-02T23:41:16.440Z PASS [ 0.021s] (2332/2705) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
91382026-03-02T23:41:16.447Z PASS [ 0.017s] (2333/2705) oximeter-db tests::test_timeseries_key_field_stability
91392026-03-02T23:41:16.450Z PASS [ 0.021s] (2334/2705) oximeter-db sql::tests::test_with_comma_join_fails
91402026-03-02T23:41:16.456Z PASS [ 0.020s] (2335/2705) oximeter-db tests::test_timeseries_key_sample_stability
91412026-03-02T23:41:16.509Z PASS [ 0.052s] (2336/2705) oximeter-instruments http::tests::test_latency_tracker
91422026-03-02T23:41:16.520Z PASS [ 0.073s] (2337/2705) oximeter-db::integration_test test_schemas_are_not_modified
91432026-03-02T23:41:16.527Z PASS [ 0.018s] (2338/2705) oximeter-instruments kstat::cpu::tests::test_kstat_interested
91442026-03-02T23:41:16.620Z PASS [ 0.092s] (2339/2705) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
91452026-03-02T23:41:16.648Z PASS [ 0.126s] (2340/2705) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
91462026-03-02T23:41:16.717Z PASS [ 0.097s] (2341/2705) oximeter-instruments kstat::link::tests::no_futures_to_await_after_removing_target
91472026-03-02T23:41:16.749Z PASS [ 0.032s] (2342/2705) oximeter-instruments kstat::link::tests::test_kstat_interested
91482026-03-02T23:41:16.832Z PASS [ 0.083s] (2343/2705) oximeter-instruments kstat::link::tests::test_kstat_sampler
91492026-03-02T23:41:16.888Z PASS [ 0.056s] (2344/2705) oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
91502026-03-02T23:41:16.938Z PASS [ 0.050s] (2345/2705) oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
91512026-03-02T23:41:16.981Z PASS [ 0.043s] (2346/2705) oximeter-instruments kstat::link::tests::test_kstat_with_expiration
91522026-03-02T23:41:17.019Z PASS [ 0.038s] (2347/2705) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
91532026-03-02T23:41:17.059Z PASS [ 0.039s] (2348/2705) oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
91542026-03-02T23:41:17.092Z PASS [ 0.033s] (2349/2705) oximeter-instruments kstat::link::tests::test_sled_datalink
91552026-03-02T23:41:17.133Z PASS [ 0.040s] (2350/2705) oximeter-instruments kstat::link::tests::updating_target_changes_existing_sampling_interval
91562026-03-02T23:41:17.164Z PASS [ 0.031s] (2351/2705) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
91572026-03-02T23:41:17.178Z PASS [ 0.014s] (2352/2705) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
91582026-03-02T23:41:17.190Z PASS [ 0.012s] (2353/2705) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
91592026-03-02T23:41:17.202Z PASS [ 0.011s] (2354/2705) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
91602026-03-02T23:41:17.217Z PASS [ 0.015s] (2355/2705) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
91612026-03-02T23:41:17.234Z PASS [ 0.017s] (2356/2705) oximeter-macro-impl tests::test_metric_annotated_field
91622026-03-02T23:41:17.251Z PASS [ 0.017s] (2357/2705) oximeter-macro-impl tests::test_metric_datum_field
91632026-03-02T23:41:17.265Z PASS [ 0.014s] (2358/2705) oximeter-macro-impl tests::test_metric_enum
91642026-03-02T23:41:17.281Z PASS [ 0.015s] (2359/2705) oximeter-macro-impl tests::test_metric_without_datum_field
91652026-03-02T23:41:17.293Z PASS [ 0.012s] (2360/2705) oximeter-macro-impl tests::test_target
91662026-03-02T23:41:17.305Z PASS [ 0.011s] (2361/2705) oximeter-macro-impl tests::test_target_empty_struct
91672026-03-02T23:41:17.319Z PASS [ 0.015s] (2362/2705) oximeter-macro-impl tests::test_target_enum
91682026-03-02T23:41:17.334Z PASS [ 0.015s] (2363/2705) oximeter-macro-impl tests::test_target_unit_struct
91692026-03-02T23:41:17.349Z PASS [ 0.015s] (2364/2705) oximeter-macro-impl tests::test_target_with_datum_field
91702026-03-02T23:41:19.172Z PASS [ 32.082s] (2365/2705) omicron-sled-agent nexus::test::nexus_self_notification_test
91712026-03-02T23:41:19.249Z PASS [ 0.077s] (2366/2705) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
91722026-03-02T23:41:19.270Z PASS [ 0.021s] (2367/2705) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
91732026-03-02T23:41:19.284Z PASS [ 0.014s] (2368/2705) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
91742026-03-02T23:41:19.298Z PASS [ 0.014s] (2369/2705) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
91752026-03-02T23:41:19.311Z PASS [ 0.013s] (2370/2705) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
91762026-03-02T23:41:19.329Z PASS [ 0.018s] (2371/2705) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
91772026-03-02T23:41:19.345Z PASS [ 0.016s] (2372/2705) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
91782026-03-02T23:41:19.377Z PASS [ 0.032s] (2373/2705) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
91792026-03-02T23:41:19.389Z PASS [ 0.013s] (2374/2705) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
91802026-03-02T23:41:19.411Z PASS [ 0.022s] (2375/2705) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
91812026-03-02T23:41:19.439Z PASS [ 0.027s] (2376/2705) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
91822026-03-02T23:41:19.451Z PASS [ 0.012s] (2377/2705) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
91832026-03-02T23:41:19.464Z PASS [ 0.013s] (2378/2705) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
91842026-03-02T23:41:19.476Z PASS [ 0.012s] (2379/2705) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
91852026-03-02T23:41:19.491Z PASS [ 0.014s] (2380/2705) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
91862026-03-02T23:41:19.506Z PASS [ 0.015s] (2381/2705) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
91872026-03-02T23:41:19.518Z PASS [ 0.012s] (2382/2705) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
91882026-03-02T23:41:19.531Z PASS [ 0.013s] (2383/2705) oximeter-schema ir::tests::fail_on_empty_descriptions
91892026-03-02T23:41:19.545Z PASS [ 0.013s] (2384/2705) oximeter-schema ir::tests::fail_on_empty_metric_name
91902026-03-02T23:41:19.558Z PASS [ 0.013s] (2385/2705) oximeter-schema ir::tests::fail_on_empty_target_name
91912026-03-02T23:41:19.571Z PASS [ 0.013s] (2386/2705) oximeter-schema ir::tests::fail_on_very_long_field_names
91922026-03-02T23:41:19.585Z PASS [ 0.014s] (2387/2705) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
91932026-03-02T23:41:19.598Z PASS [ 0.013s] (2388/2705) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
91942026-03-02T23:41:19.612Z PASS [ 0.014s] (2389/2705) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
91952026-03-02T23:41:19.630Z PASS [ 0.017s] (2390/2705) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
91962026-03-02T23:41:19.644Z PASS [ 0.015s] (2391/2705) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
91972026-03-02T23:41:19.662Z PASS [ 0.017s] (2392/2705) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
91982026-03-02T23:41:19.681Z PASS [ 0.019s] (2393/2705) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
91992026-03-02T23:41:19.697Z PASS [ 0.016s] (2394/2705) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
92002026-03-02T23:41:19.713Z PASS [ 0.016s] (2395/2705) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
92012026-03-02T23:41:19.730Z PASS [ 0.017s] (2396/2705) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
92022026-03-02T23:41:19.746Z PASS [ 0.017s] (2397/2705) oximeter-schema ir::tests::only_support_format_version_1
92032026-03-02T23:41:19.760Z PASS [ 0.014s] (2398/2705) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
92042026-03-02T23:41:19.773Z PASS [ 0.013s] (2399/2705) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
92052026-03-02T23:41:19.882Z PASS [ 0.108s] (2400/2705) oximeter-test-utils tests::test_gen_test_samples
92062026-03-02T23:41:19.910Z PASS [ 0.028s] (2401/2705) oximeter-test-utils tests::test_sample_struct
92072026-03-02T23:41:19.932Z PASS [ 0.022s] (2402/2705) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
92082026-03-02T23:41:19.949Z PASS [ 0.017s] (2403/2705) oximeter-test-utils tests::test_timeseries_schema_from_parts
92092026-03-02T23:41:19.969Z PASS [ 0.020s] (2404/2705) oximeter-test-utils tests::test_timeseries_schema_from_sample
92102026-03-02T23:41:19.988Z PASS [ 0.019s] (2405/2705) oximeter-types histogram::tests::test_bin_range
92112026-03-02T23:41:20.001Z PASS [ 0.012s] (2406/2705) oximeter-types histogram::tests::test_bin_range_from
92122026-03-02T23:41:20.013Z PASS [ 0.013s] (2407/2705) oximeter-types histogram::tests::test_bin_range_to
92132026-03-02T23:41:20.030Z PASS [ 0.017s] (2408/2705) oximeter-types histogram::tests::test_empty_bins_not_supported
92142026-03-02T23:41:20.043Z PASS [ 0.012s] (2409/2705) oximeter-types histogram::tests::test_ensure_finite
92152026-03-02T23:41:20.065Z PASS [ 0.022s] (2410/2705) oximeter-types histogram::tests::test_histogram
92162026-03-02T23:41:20.082Z PASS [ 0.017s] (2411/2705) oximeter-types histogram::tests::test_histogram_construct_with
92172026-03-02T23:41:20.100Z PASS [ 0.018s] (2412/2705) oximeter-types histogram::tests::test_histogram_extreme_bins
92182026-03-02T23:41:20.112Z PASS [ 0.012s] (2413/2705) oximeter-types histogram::tests::test_histogram_extreme_samples
92192026-03-02T23:41:20.125Z PASS [ 0.013s] (2414/2705) oximeter-types histogram::tests::test_histogram_float_bins
92202026-03-02T23:41:20.138Z PASS [ 0.013s] (2415/2705) oximeter-types histogram::tests::test_histogram_unbounded_samples
92212026-03-02T23:41:20.160Z PASS [ 0.022s] (2416/2705) oximeter-types histogram::tests::test_histogram_unsorted_bins
92222026-03-02T23:41:20.174Z PASS [ 0.013s] (2417/2705) oximeter-types histogram::tests::test_histogram_with_bins
92232026-03-02T23:41:20.186Z PASS [ 0.012s] (2418/2705) oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
92242026-03-02T23:41:20.198Z PASS [ 0.012s] (2419/2705) oximeter-types histogram::tests::test_histogram_with_overlapping_bins
92252026-03-02T23:41:20.211Z PASS [ 0.012s] (2420/2705) oximeter-types histogram::tests::test_log_bins_u64
92262026-03-02T23:41:20.230Z PASS [ 0.020s] (2421/2705) oximeter-types histogram::tests::test_log_bins_u8
92272026-03-02T23:41:20.271Z PASS [ 0.040s] (2422/2705) oximeter-types histogram::tests::test_log_linear_bins_all_representable
92282026-03-02T23:41:20.284Z PASS [ 0.013s] (2423/2705) oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
92292026-03-02T23:41:20.297Z PASS [ 0.013s] (2424/2705) oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
92302026-03-02T23:41:20.310Z PASS [ 0.013s] (2425/2705) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
92312026-03-02T23:41:20.323Z PASS [ 0.012s] (2426/2705) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
92322026-03-02T23:41:20.335Z PASS [ 0.012s] (2427/2705) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
92332026-03-02T23:41:20.347Z PASS [ 0.012s] (2428/2705) oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
92342026-03-02T23:41:20.360Z PASS [ 0.013s] (2429/2705) oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
92352026-03-02T23:41:20.363Z PASS [ 3.011s] (2430/2705) oximeter-producer tests::test_producer_registration_task
92362026-03-02T23:41:20.374Z PASS [ 0.014s] (2431/2705) oximeter-types histogram::tests::test_span_decades
92372026-03-02T23:41:20.377Z PASS [ 0.015s] (2432/2705) oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
92382026-03-02T23:41:20.387Z PASS [ 0.013s] (2433/2705) oximeter-types histogram::tests::test_span_decades_other_counts_f64
92392026-03-02T23:41:20.391Z PASS [ 0.016s] (2434/2705) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
92402026-03-02T23:41:20.400Z PASS [ 0.012s] (2435/2705) oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
92412026-03-02T23:41:20.408Z PASS [ 0.016s] (2436/2705) oximeter-types quantile::tests::test_default_percentiles
92422026-03-02T23:41:20.414Z PASS [ 0.014s] (2437/2705) oximeter-types quantile::tests::test_empty_observations
92432026-03-02T23:41:20.424Z PASS [ 0.016s] (2438/2705) oximeter-types quantile::tests::test_find_cells
92442026-03-02T23:41:20.427Z PASS [ 0.013s] (2439/2705) oximeter-types quantile::tests::test_float_observations
92452026-03-02T23:41:20.439Z PASS [ 0.015s] (2440/2705) oximeter-types quantile::tests::test_integer_observations
92462026-03-02T23:41:20.442Z PASS [ 0.013s] (2441/2705) oximeter-types quantile::tests::test_invalid_p_value
92472026-03-02T23:41:20.452Z PASS [ 0.013s] (2442/2705) oximeter-types quantile::tests::test_max_p
92482026-03-02T23:41:20.455Z PASS [ 0.015s] (2443/2705) oximeter-types quantile::tests::test_min_p
92492026-03-02T23:41:20.465Z PASS [ 0.013s] (2444/2705) oximeter-types quantile::tests::test_non_filled_observations
92502026-03-02T23:41:20.474Z PASS [ 0.019s] (2445/2705) oximeter-types quantile::tests::test_rounding
92512026-03-02T23:41:20.480Z PASS [ 0.016s] (2446/2705) oximeter-types schema::tests::test_field_schema_ordering
92522026-03-02T23:41:20.520Z PASS [ 0.046s] (2447/2705) oximeter-types schema::tests::test_timeseries_name
92532026-03-02T23:41:20.524Z PASS [ 0.043s] (2448/2705) oximeter-types schema::tests::test_timeseries_name_from_str
92542026-03-02T23:41:20.535Z PASS [ 0.015s] (2449/2705) oximeter-types traits::tests::test_metric_trait
92552026-03-02T23:41:20.545Z PASS [ 0.021s] (2450/2705) oximeter-types traits::tests::test_producer_trait
92562026-03-02T23:41:20.549Z PASS [ 0.014s] (2451/2705) oximeter-types traits::tests::test_target_trait
92572026-03-02T23:41:20.560Z PASS [ 0.015s] (2452/2705) oximeter-types types::tests::test_cumulative_f64
92582026-03-02T23:41:20.563Z PASS [ 0.014s] (2453/2705) oximeter-types types::tests::test_cumulative_i64
92592026-03-02T23:41:20.577Z PASS [ 0.017s] (2454/2705) oximeter-types types::tests::test_datum
92602026-03-02T23:41:20.580Z PASS [ 0.017s] (2455/2705) oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
92612026-03-02T23:41:20.594Z PASS [ 0.016s] (2456/2705) oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
92622026-03-02T23:41:20.594Z PASS [ 0.014s] (2457/2705) oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
92632026-03-02T23:41:20.607Z PASS [ 0.013s] (2458/2705) oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
92642026-03-02T23:41:20.610Z PASS [ 0.014s] (2459/2705) oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
92652026-03-02T23:41:20.620Z PASS [ 0.013s] (2460/2705) oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
92662026-03-02T23:41:20.627Z PASS [ 0.019s] (2461/2705) oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
92672026-03-02T23:41:20.636Z PASS [ 0.016s] (2462/2705) oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
92682026-03-02T23:41:20.641Z PASS [ 0.014s] (2463/2705) oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
92692026-03-02T23:41:20.649Z PASS [ 0.013s] (2464/2705) oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
92702026-03-02T23:41:20.654Z PASS [ 0.013s] (2465/2705) oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
92712026-03-02T23:41:20.662Z PASS [ 0.013s] (2466/2705) oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
92722026-03-02T23:41:20.670Z PASS [ 0.015s] (2467/2705) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
92732026-03-02T23:41:20.676Z PASS [ 0.014s] (2468/2705) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
92742026-03-02T23:41:20.683Z PASS [ 0.014s] (2469/2705) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
92752026-03-02T23:41:20.692Z PASS [ 0.016s] (2470/2705) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
92762026-03-02T23:41:20.696Z PASS [ 0.013s] (2471/2705) oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
92772026-03-02T23:41:20.705Z PASS [ 0.013s] (2472/2705) oximeter-types types::tests::test_measurement
92782026-03-02T23:41:20.709Z PASS [ 0.013s] (2473/2705) oximeter-types types::tests::test_verify_field_names
92792026-03-02T23:41:20.720Z PASS [ 0.010s] (2474/2705) oxlog tests::test_is_oxide_smf_log_file
92802026-03-02T23:41:20.723Z PASS [ 0.018s] (2475/2705) oxlog tests::test_daterange_filter
92812026-03-02T23:41:20.730Z PASS [ 0.011s] (2476/2705) oxlog tests::test_oxide_smf_service_name_from_log_file_name
92822026-03-02T23:41:20.734Z PASS [ 0.010s] (2477/2705) oxlog tests::test_sort_logs
92832026-03-02T23:41:20.765Z PASS [ 0.034s] (2478/2705) oxlog::bin/oxlog tests::test_parse_timestamp
92842026-03-02T23:41:20.795Z PASS [ 0.030s] (2479/2705) oxql-types point::tests::test_cast_points_from_double
92852026-03-02T23:41:20.798Z PASS [ 0.061s] (2480/2705) oxql-types point::tests::test_cast_points_from_bool
92862026-03-02T23:41:20.814Z PASS [ 0.020s] (2481/2705) oxql-types point::tests::test_cast_points_from_double_distribution
92872026-03-02T23:41:20.814Z PASS [ 0.019s] (2482/2705) oxql-types point::tests::test_cast_points_from_int_distribution
92882026-03-02T23:41:20.832Z PASS [ 0.017s] (2483/2705) oxql-types point::tests::test_cast_points_from_integer
92892026-03-02T23:41:20.835Z PASS [ 0.019s] (2484/2705) oxql-types point::tests::test_cast_points_from_string
92902026-03-02T23:41:20.847Z PASS [ 0.013s] (2485/2705) oxql-types point::tests::test_point_delta_between
92912026-03-02T23:41:20.850Z PASS [ 0.015s] (2486/2705) oxql-types point::tests::test_join_point_arrays
92922026-03-02T23:41:20.860Z PASS [ 0.013s] (2487/2705) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
92932026-03-02T23:41:20.864Z PASS [ 0.017s] (2488/2705) oxql-types point::tests::test_point_delta_between_with_new_epoch
92942026-03-02T23:41:20.873Z PASS [ 0.013s] (2489/2705) oxql-types point::tests::test_push_concrete_values
92952026-03-02T23:41:20.883Z PASS [ 0.019s] (2490/2705) oxql-types point::tests::test_sub_between_histogram_distributions
92962026-03-02T23:41:20.936Z PASS [ 0.052s] (2491/2705) range-requests test::get_response_no_range
92972026-03-02T23:41:20.960Z PASS [ 0.087s] (2492/2705) parallel-task-set test::test_spawn_many
92982026-03-02T23:41:20.970Z PASS [ 0.010s] (2493/2705) range-requests test::invalid_ranges
92992026-03-02T23:41:20.977Z PASS [ 0.041s] (2494/2705) range-requests test::get_response_with_range
93002026-03-02T23:41:20.982Z PASS [ 0.012s] (2495/2705) range-requests test::parse_range_invalid
93012026-03-02T23:41:20.989Z PASS [ 0.012s] (2496/2705) range-requests test::parse_range_valid
93022026-03-02T23:41:21.000Z PASS [ 0.018s] (2497/2705) range-requests test::potential_range_parsing_does_not_crash
93032026-03-02T23:41:21.003Z PASS [ 0.011s] (2498/2705) range-requests test::range_into_str
93042026-03-02T23:41:21.014Z PASS [ 0.014s] (2499/2705) range-requests test::single_range_parsing_does_not_crash
93052026-03-02T23:41:22.016Z PASS [ 1.015s] (2500/2705) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
93062026-03-02T23:41:22.331Z PASS [ 0.315s] (2501/2705) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
93072026-03-02T23:41:22.656Z PASS [ 0.324s] (2502/2705) reconfigurator-cli::test-scripts script::cmds-example.txt
93082026-03-02T23:41:22.986Z PASS [ 0.330s] (2503/2705) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
93092026-03-02T23:41:22.994Z PASS [ 1.980s] (2504/2705) reconfigurator-cli::test-scripts script::cmds-add-zones-with-mupdate-override.txt
93102026-03-02T23:41:23.138Z PASS [ 0.143s] (2505/2705) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
93112026-03-02T23:41:23.310Z PASS [ 0.324s] (2506/2705) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
93122026-03-02T23:41:23.448Z PASS [ 0.309s] (2507/2705) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
93132026-03-02T23:41:24.462Z PASS [ 1.014s] (2508/2705) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
93142026-03-02T23:41:25.333Z PASS [ 2.023s] (2509/2705) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
93152026-03-02T23:41:26.565Z PASS [ 1.231s] (2510/2705) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
93162026-03-02T23:41:26.606Z PASS [ 2.144s] (2511/2705) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
93172026-03-02T23:41:26.681Z PASS [ 0.116s] (2512/2705) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
93182026-03-02T23:41:26.765Z PASS [ 0.083s] (2513/2705) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
93192026-03-02T23:41:26.989Z PASS [ 0.223s] (2514/2705) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
93202026-03-02T23:41:27.195Z PASS [ 0.207s] (2515/2705) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
93212026-03-02T23:41:27.390Z PASS [ 0.194s] (2516/2705) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
93222026-03-02T23:41:28.403Z PASS [ 1.797s] (2517/2705) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
93232026-03-02T23:41:28.538Z PASS [ 0.135s] (2518/2705) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
93242026-03-02T23:41:30.377Z PASS [ 1.839s] (2519/2705) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
93252026-03-02T23:41:30.446Z PASS [ 3.056s] (2520/2705) reconfigurator-cli::test-scripts script::cmds-target-release.txt
93262026-03-02T23:41:30.523Z PASS [ 0.146s] (2521/2705) reconfigurator-cli::test-scripts script::cmds.txt
93272026-03-02T23:41:30.772Z PASS [ 14.322s] (2522/2705) oximeter-db::integration_test test_schemas_disjoint
93282026-03-02T23:41:31.345Z PASS [ 14.687s] (2523/2705) oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
93292026-03-02T23:41:31.551Z PASS [ 1.105s] (2524/2705) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
93302026-03-02T23:41:31.631Z PASS [ 0.859s] (2525/2705) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
93312026-03-02T23:41:31.724Z PASS [ 1.201s] (2526/2705) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
93322026-03-02T23:41:31.760Z PASS [ 30.041s] (2527/2705) oximeter-db client::tests::cannot_ping_nonexistent_server
93332026-03-02T23:41:32.686Z PASS [ 1.135s] (2528/2705) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
93342026-03-02T23:41:33.788Z PASS [ 17.345s] (2529/2705) oximeter-db::integration_test test_cluster
93352026-03-02T23:41:34.733Z PASS [ 3.102s] (2530/2705) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
93362026-03-02T23:41:35.191Z PASS [ 1.403s] (2531/2705) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
93372026-03-02T23:41:35.262Z PASS [ 0.071s] (2532/2705) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
93382026-03-02T23:41:35.287Z PASS [ 0.025s] (2533/2705) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
93392026-03-02T23:41:35.363Z PASS [ 0.076s] (2534/2705) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
93402026-03-02T23:41:35.423Z PASS [ 0.060s] (2535/2705) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
93412026-03-02T23:41:35.483Z PASS [ 0.059s] (2536/2705) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
93422026-03-02T23:41:35.541Z PASS [ 0.058s] (2537/2705) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
93432026-03-02T23:41:35.600Z PASS [ 0.058s] (2538/2705) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
93442026-03-02T23:41:35.629Z PASS [ 0.030s] (2539/2705) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
93452026-03-02T23:41:35.666Z PASS [ 0.037s] (2540/2705) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
93462026-03-02T23:41:35.722Z PASS [ 0.055s] (2541/2705) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
93472026-03-02T23:41:35.753Z PASS [ 0.031s] (2542/2705) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
93482026-03-02T23:41:35.794Z PASS [ 0.041s] (2543/2705) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
93492026-03-02T23:41:35.830Z PASS [ 0.036s] (2544/2705) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
93502026-03-02T23:41:35.868Z PASS [ 0.039s] (2545/2705) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
93512026-03-02T23:41:35.903Z PASS [ 0.034s] (2546/2705) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
93522026-03-02T23:41:35.933Z PASS [ 0.031s] (2547/2705) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
93532026-03-02T23:41:35.966Z PASS [ 0.032s] (2548/2705) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
93542026-03-02T23:41:36.001Z PASS [ 0.035s] (2549/2705) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
93552026-03-02T23:41:36.034Z PASS [ 0.033s] (2550/2705) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
93562026-03-02T23:41:36.260Z PASS [ 4.499s] (2551/2705) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
93572026-03-02T23:41:36.292Z PASS [ 0.033s] (2552/2705) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
93582026-03-02T23:41:36.331Z PASS [ 0.038s] (2553/2705) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
93592026-03-02T23:41:36.664Z PASS [ 0.333s] (2554/2705) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
93602026-03-02T23:41:37.172Z PASS [ 5.446s] (2555/2705) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
93612026-03-02T23:41:37.206Z PASS [ 0.034s] (2556/2705) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
93622026-03-02T23:41:37.236Z PASS [ 0.030s] (2557/2705) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
93632026-03-02T23:41:37.268Z PASS [ 0.032s] (2558/2705) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
93642026-03-02T23:41:37.327Z PASS [ 0.059s] (2559/2705) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
93652026-03-02T23:41:37.381Z PASS [ 0.716s] (2560/2705) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
93662026-03-02T23:41:37.398Z PASS [ 0.071s] (2561/2705) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
93672026-03-02T23:41:37.416Z PASS [ 0.035s] (2562/2705) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
93682026-03-02T23:41:37.430Z PASS [ 0.032s] (2563/2705) sled-agent-config-reconciler ledger::tests::read_existing_config
93692026-03-02T23:41:37.447Z PASS [ 0.031s] (2564/2705) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
93702026-03-02T23:41:37.458Z PASS [ 0.028s] (2565/2705) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
93712026-03-02T23:41:37.481Z PASS [ 0.034s] (2566/2705) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
93722026-03-02T23:41:37.490Z PASS [ 0.032s] (2567/2705) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
93732026-03-02T23:41:37.513Z PASS [ 0.032s] (2568/2705) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
93742026-03-02T23:41:37.518Z PASS [ 0.028s] (2569/2705) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
93752026-03-02T23:41:37.539Z PASS [ 0.020s] (2570/2705) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
93762026-03-02T23:41:37.644Z PASS [ 2.911s] (2571/2705) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
93772026-03-02T23:41:38.702Z PASS [ 7.349s] (2572/2705) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
93782026-03-02T23:41:40.542Z PASS [ 3.028s] (2573/2705) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
93792026-03-02T23:41:41.034Z PASS [ 3.495s] (2574/2705) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
93802026-03-02T23:41:41.060Z PASS [ 0.026s] (2575/2705) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
93812026-03-02T23:41:41.089Z PASS [ 0.029s] (2576/2705) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
93822026-03-02T23:41:41.120Z PASS [ 0.031s] (2577/2705) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
93832026-03-02T23:41:41.150Z PASS [ 0.030s] (2578/2705) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
93842026-03-02T23:41:41.182Z PASS [ 0.032s] (2579/2705) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
93852026-03-02T23:41:41.211Z PASS [ 0.029s] (2580/2705) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
93862026-03-02T23:41:41.238Z PASS [ 0.025s] (2581/2705) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
93872026-03-02T23:41:41.265Z PASS [ 0.028s] (2582/2705) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
93882026-03-02T23:41:41.293Z PASS [ 0.028s] (2583/2705) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
93892026-03-02T23:41:41.320Z PASS [ 0.027s] (2584/2705) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
93902026-03-02T23:41:41.349Z PASS [ 0.028s] (2585/2705) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
93912026-03-02T23:41:41.536Z PASS [ 8.849s] (2586/2705) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
93922026-03-02T23:41:41.572Z PASS [ 0.036s] (2587/2705) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
93932026-03-02T23:41:41.576Z PASS [ 0.223s] (2588/2705) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
93942026-03-02T23:41:41.601Z PASS [ 0.028s] (2589/2705) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
93952026-03-02T23:41:41.604Z PASS [ 0.032s] (2590/2705) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
93962026-03-02T23:41:41.627Z PASS [ 0.026s] (2591/2705) sled-agent-resolvable-files manifest::tests::read_success
93972026-03-02T23:41:41.631Z PASS [ 0.027s] (2592/2705) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
93982026-03-02T23:41:41.652Z PASS [ 0.025s] (2593/2705) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
93992026-03-02T23:41:41.656Z PASS [ 0.024s] (2594/2705) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
94002026-03-02T23:41:41.679Z PASS [ 0.025s] (2595/2705) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
94012026-03-02T23:41:41.682Z PASS [ 0.024s] (2596/2705) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
94022026-03-02T23:41:41.699Z PASS [ 0.023s] (2597/2705) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
94032026-03-02T23:41:41.704Z PASS [ 0.024s] (2598/2705) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
94042026-03-02T23:41:41.722Z PASS [ 0.023s] (2599/2705) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
94052026-03-02T23:41:41.727Z PASS [ 0.024s] (2600/2705) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
94062026-03-02T23:41:41.749Z PASS [ 0.027s] (2601/2705) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
94072026-03-02T23:41:41.753Z PASS [ 0.026s] (2602/2705) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
94082026-03-02T23:41:41.774Z PASS [ 0.025s] (2603/2705) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
94092026-03-02T23:41:41.777Z PASS [ 0.024s] (2604/2705) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
94102026-03-02T23:41:41.798Z PASS [ 0.023s] (2605/2705) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
94112026-03-02T23:41:41.801Z PASS [ 0.023s] (2606/2705) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
94122026-03-02T23:41:41.821Z PASS [ 0.023s] (2607/2705) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
94132026-03-02T23:41:41.826Z PASS [ 0.023s] (2608/2705) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
94142026-03-02T23:41:41.847Z PASS [ 0.026s] (2609/2705) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
94152026-03-02T23:41:41.850Z PASS [ 0.025s] (2610/2705) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
94162026-03-02T23:41:41.872Z PASS [ 0.025s] (2611/2705) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
94172026-03-02T23:41:41.875Z PASS [ 0.025s] (2612/2705) sled-agent-resolvable-files mupdate_override::tests::read_both_present
94182026-03-02T23:41:41.895Z PASS [ 0.022s] (2613/2705) sled-agent-resolvable-files mupdate_override::tests::read_different_values
94192026-03-02T23:41:41.899Z PASS [ 0.023s] (2614/2705) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
94202026-03-02T23:41:41.924Z PASS [ 0.027s] (2615/2705) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
94212026-03-02T23:41:41.927Z PASS [ 0.029s] (2616/2705) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
94222026-03-02T23:41:41.951Z PASS [ 0.026s] (2617/2705) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
94232026-03-02T23:41:41.954Z PASS [ 0.029s] (2618/2705) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
94242026-03-02T23:41:41.977Z PASS [ 0.026s] (2619/2705) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
94252026-03-02T23:41:42.066Z PASS [ 0.114s] (2620/2705) sled-agent-types rack_init::tests::parse_rack_initialization
94262026-03-02T23:41:42.066Z PASS [ 0.089s] (2621/2705) sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
94272026-03-02T23:41:42.091Z PASS [ 0.024s] (2622/2705) sled-agent-types rack_init::tests::test_subnets
94282026-03-02T23:41:42.113Z PASS [ 0.047s] (2623/2705) sled-agent-types rack_init::tests::test_extra_certs
94292026-03-02T23:41:42.116Z PASS [ 0.023s] (2624/2705) sled-agent-types zone_bundle::tests::test_compare_bundles
94302026-03-02T23:41:42.136Z PASS [ 0.022s] (2625/2705) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
94312026-03-02T23:41:42.143Z PASS [ 0.030s] (2626/2705) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
94322026-03-02T23:41:42.153Z PASS [ 0.017s] (2627/2705) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
94332026-03-02T23:41:42.216Z PASS [ 0.072s] (2628/2705) sled-agent-types-versions v1::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
94342026-03-02T23:41:42.464Z PASS [ 3.761s] (2629/2705) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
94352026-03-02T23:41:42.946Z PASS [ 5.301s] (2630/2705) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
94362026-03-02T23:41:43.233Z PASS [ 0.770s] (2631/2705) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
94372026-03-02T23:41:43.290Z PASS [ 0.056s] (2632/2705) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
94382026-03-02T23:41:43.309Z PASS [ 0.019s] (2633/2705) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
94392026-03-02T23:41:43.312Z PASS [ 1.157s] (2634/2705) sled-diagnostics logs::illumos_tests::collect_current_logs
94402026-03-02T23:41:43.337Z PASS [ 0.026s] (2635/2705) sled-diagnostics queries::test::test_command_stdout_is_correct
94412026-03-02T23:41:43.340Z PASS [ 0.028s] (2636/2705) sled-diagnostics queries::test::test_command_stderr_is_correct
94422026-03-02T23:41:43.367Z PASS [ 0.031s] (2637/2705) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
94432026-03-02T23:41:43.389Z PASS [ 1.173s] (2638/2705) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
94442026-03-02T23:41:43.446Z PASS [ 0.057s] (2639/2705) sled-hardware disk::test::test_partition_device_paths
94452026-03-02T23:41:43.449Z PASS [ 0.079s] (2640/2705) sled-hardware disk::test::test_disk_paths
94462026-03-02T23:41:43.555Z PASS [ 0.109s] (2641/2705) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
94472026-03-02T23:41:43.555Z PASS [ 0.108s] (2642/2705) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
94482026-03-02T23:41:43.577Z PASS [ 0.022s] (2643/2705) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
94492026-03-02T23:41:43.580Z PASS [ 0.023s] (2644/2705) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
94502026-03-02T23:41:43.600Z PASS [ 0.023s] (2645/2705) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
94512026-03-02T23:41:43.615Z PASS [ 0.039s] (2646/2705) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
94522026-03-02T23:41:43.622Z PASS [ 0.021s] (2647/2705) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
94532026-03-02T23:41:43.643Z PASS [ 0.021s] (2648/2705) sled-hardware illumos::tests::parse_smbios_valid
94542026-03-02T23:41:43.644Z PASS [ 0.028s] (2649/2705) sled-hardware illumos::tests::parse_smbios_invalid
94552026-03-02T23:41:43.671Z PASS [ 0.027s] (2650/2705) sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
94562026-03-02T23:41:43.690Z PASS [ 0.046s] (2651/2705) sled-storage dataset::test::serialize_dataset_name
94572026-03-02T23:41:43.744Z PASS [ 0.054s] (2652/2705) trust-quorum proxy::tests::proxy_roundtrip_disconnected
94582026-03-02T23:41:43.744Z PASS [ 0.073s] (2653/2705) trust-quorum proxy::tests::proxy_roundtrip_concurrent
94592026-03-02T23:41:43.773Z PASS [ 0.029s] (2654/2705) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
94602026-03-02T23:41:43.864Z PASS [ 0.527s] (2655/2705) sled-diagnostics queries::test::test_long_running_command_is_aborted
94612026-03-02T23:41:43.983Z PASS [ 1.036s] (2656/2705) sled-diagnostics logs::illumos_tests::log_snapshots_work
94622026-03-02T23:41:44.232Z PASS [ 3.690s] (2657/2705) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
94632026-03-02T23:41:46.220Z PASS [ 2.237s] (2658/2705) trust-quorum task::tests::tq_initial_config_prepare_and_commit
94642026-03-02T23:41:46.265Z PASS [ 2.400s] (2659/2705) trust-quorum task::tests::tq_initial_config
94652026-03-02T23:41:46.748Z PASS [ 2.974s] (2660/2705) trust-quorum task::tests::test_network_config
94662026-03-02T23:41:47.308Z PASS [ 3.564s] (2661/2705) trust-quorum task::tests::full_mesh_connectivity
94672026-03-02T23:41:48.197Z PASS [ 3.964s] (2662/2705) trust-quorum task::tests::tq_persistent_state
94682026-03-02T23:41:48.273Z PASS [ 0.075s] (2663/2705) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
94692026-03-02T23:41:48.292Z PASS [ 0.020s] (2664/2705) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
94702026-03-02T23:41:48.310Z PASS [ 1.002s] (2665/2705) trust-quorum-protocol crypto::tests::rack_secret_test
94712026-03-02T23:41:48.386Z PASS [ 0.075s] (2666/2705) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
94722026-03-02T23:41:48.505Z PASS [ 0.119s] (2667/2705) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
94732026-03-02T23:41:48.545Z PASS [ 0.252s] (2668/2705) trust-quorum-protocol node::tests::initial_configuration
94742026-03-02T23:41:48.617Z PASS [ 0.112s] (2669/2705) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
94752026-03-02T23:41:48.884Z PASS [ 12.848s] (2670/2705) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
94762026-03-02T23:41:49.027Z PASS [ 2.278s] (2671/2705) trust-quorum task::tests::tq_upgrade_from_lrtq
94772026-03-02T23:41:49.501Z PASS [ 3.236s] (2672/2705) trust-quorum task::tests::tq_reconfig_with_commit_advance
94782026-03-02T23:41:49.523Z PASS [ 3.302s] (2673/2705) trust-quorum task::tests::tq_proxy
94792026-03-02T23:41:49.552Z PASS [ 0.051s] (2674/2705) update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
94802026-03-02T23:41:49.588Z PASS [ 0.704s] (2675/2705) update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
94812026-03-02T23:41:49.592Z PASS [ 0.971s] (2676/2705) update-common artifacts::artifacts_with_plan::tests::test_extract_fake
94822026-03-02T23:41:49.592Z PASS [ 0.068s] (2677/2705) update-common artifacts::update_plan::tests::test_bad_rot_versions
94832026-03-02T23:41:49.615Z PASS [ 0.063s] (2678/2705) update-common artifacts::update_plan::tests::test_multi_rot_bord
94842026-03-02T23:41:49.618Z PASS [ 0.027s] (2679/2705) update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
94852026-03-02T23:41:49.623Z PASS [ 0.034s] (2680/2705) update-common artifacts::update_plan::tests::test_split_control_plane
94862026-03-02T23:41:49.655Z PASS [ 0.039s] (2681/2705) update-common artifacts::update_plan::tests::test_too_many_rot_bord
94872026-03-02T23:41:49.661Z PASS [ 0.073s] (2682/2705) update-common artifacts::update_plan::tests::test_multi_rot_version
94882026-03-02T23:41:49.680Z PASS [ 0.062s] (2683/2705) update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
94892026-03-02T23:41:49.689Z PASS [ 0.027s] (2684/2705) update-engine display::line_display_shared::tests::test_format_progress_counter
94902026-03-02T23:41:49.712Z PASS [ 0.032s] (2685/2705) update-engine display::line_display_shared::tests::test_start_line
94912026-03-02T23:41:49.760Z PASS [ 0.071s] (2686/2705) update-engine engine::tests::error_exits_early
94922026-03-02T23:41:49.766Z PASS [ 0.054s] (2687/2705) update-engine events::tests::progress_event_parse_unknown
94932026-03-02T23:41:49.784Z PASS [ 0.024s] (2688/2705) update-engine events::tests::step_event_parse_unknown
94942026-03-02T23:41:49.791Z PASS [ 0.025s] (2689/2705) update-engine spec::tests::test_merge_anyhow_list
94952026-03-02T23:41:49.811Z PASS [ 0.157s] (2690/2705) update-engine display::group_display::tests::test_stats
94962026-03-02T23:41:49.818Z PASS [ 0.027s] (2691/2705) wicket state::inventory::tests::component_id_display
94972026-03-02T23:41:49.838Z PASS [ 0.024s] (2692/2705) wicket state::rack::tests::prev_next_are_opposites
94982026-03-02T23:41:49.841Z PASS [ 0.019s] (2693/2705) wicket state::rack::tests::up_down_are_opposites
94992026-03-02T23:41:49.939Z PASS [ 0.101s] (2694/2705) wicket-common rack_setup::tests::roundtrip_import_export_policy
95002026-03-02T23:41:49.942Z PASS [ 0.316s] (2695/2705) update-engine buffer::tests::test_buffer
95012026-03-02T23:41:49.983Z PASS [ 0.198s] (2696/2705) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
95022026-03-02T23:41:50.066Z PASS [ 0.126s] (2697/2705) wicketd installinator_progress::tests::test_states
95032026-03-02T23:41:50.069Z PASS [ 0.127s] (2698/2705) wicketd rss_config::tests::test_bgp_auth_key_states
95042026-03-02T23:41:50.379Z PASS [ 0.543s] (2699/2705) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
95052026-03-02T23:41:51.142Z PASS [ 1.159s] (2700/2705) wicketd::mod integration_tests::inventory::test_inventory
95062026-03-02T23:41:51.618Z PASS [ 1.549s] (2701/2705) wicketd::mod integration_tests::updates::test_update_races
95072026-03-02T23:41:51.830Z PASS [ 1.764s] (2702/2705) wicketd::mod integration_tests::updates::test_installinator_fetch
95082026-03-02T23:41:52.051Z PASS [ 3.024s] (2703/2705) update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
95092026-03-02T23:41:52.658Z PASS [ 2.278s] (2704/2705) wicketd::mod integration_tests::updates::test_updates
95102026-03-02T23:42:48.553Z SLOW [> 60.000s] (─────────) trust-quorum-protocol::cluster test_trust_quorum_protocol
95112026-03-02T23:42:52.400Z PASS [ 63.848s] (2705/2705) trust-quorum-protocol::cluster test_trust_quorum_protocol
95122026-03-02T23:42:52.403Z────────────
95132026-03-02T23:42:52.403Z Summary [4379.901s] 2705 tests run: 2705 passed (36 slow), 6 skipped
95142026-03-02T23:42:52.528Z
95152026-03-02T23:42:52.531Zreal 1:13:32.851304557
95162026-03-02T23:42:52.531Zuser 7:06:49.202451980
95172026-03-02T23:42:52.531Zsys 1:12:13.617580163
95182026-03-02T23:42:52.531Ztrap 3:41.167809720
95192026-03-02T23:42:52.531Ztflt 1:00.242400004
95202026-03-02T23:42:52.531Zdflt 4:28.016486479
95212026-03-02T23:42:52.532Zkflt 1.272475287
95222026-03-02T23:42:52.532Zlock 1660:53:12.942226775
95232026-03-02T23:42:52.532Zslp 132:38:19.088179793
95242026-03-02T23:42:52.532Zlat 7:54:40.706472905
95252026-03-02T23:42:52.532Zstop 1:53:59.428592769
95262026-03-02T23:42:52.532Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
95272026-03-02T23:42:52.815Zinfo: exported run 689096a3-ab5e-4eb8-a711-1bbc77cfc704 to /tmp/nextest-run-archive.zip (2501446 bytes)
95282026-03-02T23:42:52.841Z
95292026-03-02T23:42:52.841Zreal 0.282177175
95302026-03-02T23:42:52.841Zuser 0.204836711
95312026-03-02T23:42:52.841Zsys 0.068312739
95322026-03-02T23:42:52.841Ztrap 0.000010898
95332026-03-02T23:42:52.841Ztflt 0.001006782
95342026-03-02T23:42:52.841Zdflt 0.000004689
95352026-03-02T23:42:52.841Zkflt 0.000000000
95362026-03-02T23:42:52.841Zlock 0.413554589
95372026-03-02T23:42:52.842Zslp 0.362101103
95382026-03-02T23:42:52.842Zlat 0.000773668
95392026-03-02T23:42:52.842Zstop 0.000509660
95402026-03-02T23:42:52.842Z+ [[ 0 -ne 0 ]]
95412026-03-02T23:42:52.842Z+ banner doctest
95422026-03-02T23:42:52.842Z
95432026-03-02T23:42:52.842Z ##### #### #### ##### ###### #### #####
95442026-03-02T23:42:52.842Z # # # # # # # # # #
95452026-03-02T23:42:52.842Z # # # # # # ##### #### #
95462026-03-02T23:42:52.842Z # # # # # # # # #
95472026-03-02T23:42:52.842Z # # # # # # # # # # #
95482026-03-02T23:42:52.842Z ##### #### #### # ###### #### #
95492026-03-02T23:42:52.842Z
95502026-03-02T23:42:52.842Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
95512026-03-02T23:42:55.912Z Fresh unicode-ident v1.0.24
95522026-03-02T23:42:55.917Z Fresh cfg-if v1.0.4
95532026-03-02T23:42:55.917Z Fresh autocfg v1.4.0
95542026-03-02T23:42:55.917Z Fresh proc-macro2 v1.0.106
95552026-03-02T23:42:55.917Z Fresh memchr v2.7.4
95562026-03-02T23:42:55.917Z Fresh smallvec v1.15.1
95572026-03-02T23:42:55.917Z Fresh value-bag v1.12.0
95582026-03-02T23:42:55.917Z Fresh quote v1.0.44
95592026-03-02T23:42:55.917Z Fresh libc v0.2.180
95602026-03-02T23:42:55.917Z Fresh serde_core v1.0.228
95612026-03-02T23:42:55.917Z Fresh log v0.4.29
95622026-03-02T23:42:55.917Z Fresh itoa v1.0.11
95632026-03-02T23:42:55.917Z Fresh version_check v0.9.5
95642026-03-02T23:42:55.917Z Fresh scopeguard v1.2.0
95652026-03-02T23:42:55.917Z Fresh syn v2.0.117
95662026-03-02T23:42:55.917Z Fresh getrandom v0.2.15
95672026-03-02T23:42:55.917Z Fresh stable_deref_trait v1.2.0
95682026-03-02T23:42:55.917Z Fresh serde_derive v1.0.228
95692026-03-02T23:42:55.917Z Fresh lock_api v0.4.12
95702026-03-02T23:42:55.917Z Fresh zeroize_derive v1.4.2
95712026-03-02T23:42:55.917Z Fresh synstructure v0.13.1
95722026-03-02T23:42:55.922Z Fresh serde v1.0.228
95732026-03-02T23:42:55.922Z Fresh zeroize v1.8.1
95742026-03-02T23:42:55.922Z Fresh libm v0.2.8
95752026-03-02T23:42:55.922Z Fresh zmij v1.0.15
95762026-03-02T23:42:55.922Z Fresh zerofrom-derive v0.1.4
95772026-03-02T23:42:55.922Z Fresh yoke-derive v0.7.4
95782026-03-02T23:42:55.922Z Fresh bytes v1.11.1
95792026-03-02T23:42:55.923Z Fresh bitflags v2.9.4
95802026-03-02T23:42:55.923Z Fresh num-traits v0.2.19
95812026-03-02T23:42:55.923Z Fresh serde_json v1.0.149
95822026-03-02T23:42:55.923Z Fresh zerofrom v0.1.4
95832026-03-02T23:42:55.923Z Fresh critical-section v1.1.3
95842026-03-02T23:42:55.923Z Fresh getrandom v0.3.4
95852026-03-02T23:42:55.923Z Fresh portable-atomic v1.11.0
95862026-03-02T23:42:55.923Z Fresh yoke v0.7.4
95872026-03-02T23:42:55.923Z Fresh zerovec-derive v0.10.3
95882026-03-02T23:42:55.923Z Fresh displaydoc v0.2.5
95892026-03-02T23:42:55.923Z Fresh percent-encoding v2.3.2
95902026-03-02T23:42:55.923Z Fresh litemap v0.7.3
95912026-03-02T23:42:55.923Z Fresh writeable v0.5.5
95922026-03-02T23:42:55.923Z Fresh once_cell v1.21.3
95932026-03-02T23:42:55.923Z Fresh zerovec v0.10.4
95942026-03-02T23:42:55.923Z Fresh icu_provider_macros v1.5.0
95952026-03-02T23:42:55.923Z Fresh icu_locid_transform_data v1.5.0
95962026-03-02T23:42:55.923Z Fresh icu_properties_data v1.5.0
95972026-03-02T23:42:55.923Z Fresh utf8_iter v1.0.4
95982026-03-02T23:42:55.923Z Fresh write16 v1.0.0
95992026-03-02T23:42:55.923Z Fresh utf16_iter v1.0.5
96002026-03-02T23:42:55.923Z Fresh tinystr v0.7.6
96012026-03-02T23:42:55.923Z Fresh icu_collections v1.5.0
96022026-03-02T23:42:55.923Z Fresh icu_normalizer_data v1.5.0
96032026-03-02T23:42:55.923Z Fresh shlex v1.3.0
96042026-03-02T23:42:55.923Z Fresh form_urlencoded v1.2.2
96052026-03-02T23:42:55.923Z Fresh semver v1.0.27
96062026-03-02T23:42:55.924Z Fresh jobserver v0.1.32
96072026-03-02T23:42:55.924Z Fresh find-msvc-tools v0.1.9
96082026-03-02T23:42:55.924Z Fresh icu_locid v1.5.0
96092026-03-02T23:42:55.924Z Fresh allocator-api2 v0.2.21
96102026-03-02T23:42:55.924Z Fresh cc v1.2.56
96112026-03-02T23:42:55.924Z Fresh pin-project-lite v0.2.14
96122026-03-02T23:42:55.924Z Fresh equivalent v1.0.2
96132026-03-02T23:42:55.924Z Fresh rand_core v0.6.4
96142026-03-02T23:42:55.924Z Fresh subtle v2.6.1
96152026-03-02T23:42:55.924Z Fresh icu_provider v1.5.0
96162026-03-02T23:42:55.924Z Fresh heck v0.5.0
96172026-03-02T23:42:55.924Z Fresh byteorder v1.5.0
96182026-03-02T23:42:55.924Z Fresh signal-hook-registry v1.4.2
96192026-03-02T23:42:55.924Z Fresh foldhash v0.2.0
96202026-03-02T23:42:55.924Z Fresh thiserror-impl v2.0.18
96212026-03-02T23:42:55.924Z Fresh icu_locid_transform v1.5.0
96222026-03-02T23:42:55.924Z Fresh parking_lot_core v0.9.10
96232026-03-02T23:42:55.924Z Fresh hashbrown v0.16.1
96242026-03-02T23:42:55.924Z Fresh fnv v1.0.7
96252026-03-02T23:42:55.924Z Fresh mio v1.0.2
96262026-03-02T23:42:55.924Z Fresh icu_properties v1.5.1
96272026-03-02T23:42:55.924Z Fresh parking_lot v0.12.3
96282026-03-02T23:42:55.925Z Fresh thiserror v2.0.18
96292026-03-02T23:42:55.925Z Fresh iana-time-zone v0.1.63
96302026-03-02T23:42:55.925Z Fresh futures-core v0.3.32
96312026-03-02T23:42:55.925Z Fresh uuid v1.19.0
96322026-03-02T23:42:55.925Z Fresh icu_normalizer v1.5.0
96332026-03-02T23:42:55.925Z Fresh typenum v1.17.0
96342026-03-02T23:42:55.925Z Fresh chrono v0.4.43
96352026-03-02T23:42:55.925Z Fresh tokio-macros v2.6.0
96362026-03-02T23:42:55.925Z Fresh socket2 v0.6.1
96372026-03-02T23:42:55.925Z Fresh regex-syntax v0.8.5
96382026-03-02T23:42:55.925Z Fresh indexmap v2.13.0
96392026-03-02T23:42:55.925Z Fresh serde_derive_internals v0.29.1
96402026-03-02T23:42:55.925Z Fresh idna_adapter v1.2.0
96412026-03-02T23:42:55.925Z Fresh generic-array v0.14.7
96422026-03-02T23:42:55.925Z Fresh tokio v1.49.0
96432026-03-02T23:42:55.929Z Fresh dyn-clone v1.0.20
96442026-03-02T23:42:55.929Z Fresh schemars_derive v0.8.22
96452026-03-02T23:42:55.929Z Fresh errno v0.3.12
96462026-03-02T23:42:55.929Z Fresh idna v1.0.3
96472026-03-02T23:42:55.929Z Fresh crypto-common v0.1.6
96482026-03-02T23:42:55.929Z Fresh thiserror-impl v1.0.69
96492026-03-02T23:42:55.929Z Fresh futures-io v0.3.31
96502026-03-02T23:42:55.929Z Fresh zerocopy-derive v0.7.35
96512026-03-02T23:42:55.929Z Fresh url v2.5.4
96522026-03-02T23:42:55.929Z Fresh thiserror v1.0.69
96532026-03-02T23:42:55.929Z Fresh const-oid v0.9.6
96542026-03-02T23:42:55.929Z Fresh zerocopy v0.7.35
96552026-03-02T23:42:55.929Z Fresh aho-corasick v1.1.3
96562026-03-02T23:42:55.929Z Fresh block-buffer v0.10.4
96572026-03-02T23:42:55.929Z Fresh schemars v0.8.22
96582026-03-02T23:42:55.930Z Fresh slab v0.4.9
96592026-03-02T23:42:55.930Z Fresh regex-automata v0.4.14
96602026-03-02T23:42:55.930Z Fresh digest v0.10.7
96612026-03-02T23:42:55.930Z Fresh pkg-config v0.3.31
96622026-03-02T23:42:55.930Z Fresh pin-utils v0.1.0
96632026-03-02T23:42:55.930Z Fresh rustversion v1.0.22
96642026-03-02T23:42:55.930Z Fresh futures-sink v0.3.31
96652026-03-02T23:42:55.930Z Fresh futures-macro v0.3.31
96662026-03-02T23:42:55.930Z Fresh strsim v0.11.1
96672026-03-02T23:42:55.930Z Fresh futures-task v0.3.31
96682026-03-02T23:42:55.930Z Fresh cpufeatures v0.2.14
96692026-03-02T23:42:55.930Z Fresh syn v1.0.109
96702026-03-02T23:42:55.930Z Fresh futures-channel v0.3.31
96712026-03-02T23:42:55.930Z Fresh ppv-lite86 v0.2.20
96722026-03-02T23:42:55.930Z Fresh regex v1.12.3
96732026-03-02T23:42:55.930Z Fresh tracing-core v0.1.32
96742026-03-02T23:42:55.930Z Fresh tracing-attributes v0.1.27
96752026-03-02T23:42:55.930Z Fresh adler2 v2.0.0
96762026-03-02T23:42:55.930Z Fresh futures-util v0.3.31
96772026-03-02T23:42:55.930Z Fresh rustix v0.38.37
96782026-03-02T23:42:55.930Z Fresh miniz_oxide v0.8.5
96792026-03-02T23:42:55.930Z Fresh tracing v0.1.40
96802026-03-02T23:42:55.930Z Fresh http v1.4.0
96812026-03-02T23:42:55.930Z Fresh serde_tokenstream v0.2.3
96822026-03-02T23:42:55.930Z Fresh foldhash v0.1.5
96832026-03-02T23:42:55.931Z Fresh hashbrown v0.15.4
96842026-03-02T23:42:55.931Z Fresh gimli v0.31.1
96852026-03-02T23:42:55.931Z Fresh object v0.36.5
96862026-03-02T23:42:55.931Z Fresh rustc-demangle v0.1.24
96872026-03-02T23:42:55.931Z Fresh base64 v0.22.1
96882026-03-02T23:42:55.931Z Fresh spin v0.9.8
96892026-03-02T23:42:55.931Z Fresh addr2line v0.24.2
96902026-03-02T23:42:55.931Z Fresh ipnet v2.11.0
96912026-03-02T23:42:55.931Z Fresh either v1.15.0
96922026-03-02T23:42:55.932Z Fresh untrusted v0.9.0
96932026-03-02T23:42:55.932Z Fresh base64ct v1.6.0
96942026-03-02T23:42:55.932Z Fresh tokio-util v0.7.15
96952026-03-02T23:42:55.932Z Fresh block-padding v0.3.3
96962026-03-02T23:42:55.932Z Fresh backtrace v0.3.74
96972026-03-02T23:42:55.932Z Fresh crossbeam-utils v0.8.21
96982026-03-02T23:42:55.932Z Fresh ring v0.17.14
96992026-03-02T23:42:55.932Z Fresh atomic-waker v1.1.2
97002026-03-02T23:42:55.932Z Fresh vcpkg v0.2.15
97012026-03-02T23:42:55.932Z Fresh inout v0.1.3
97022026-03-02T23:42:55.932Z Fresh utf8parse v0.2.2
97032026-03-02T23:42:55.932Z Fresh fastrand v2.1.1
97042026-03-02T23:42:55.932Z Fresh cipher v0.4.4
97052026-03-02T23:42:55.932Z Fresh rustls-pki-types v1.14.0
97062026-03-02T23:42:55.932Z Fresh zerocopy-derive v0.8.27
97072026-03-02T23:42:55.932Z Fresh httparse v1.9.5
97082026-03-02T23:42:55.932Z Fresh anyhow v1.0.99
97092026-03-02T23:42:55.932Z Fresh ryu v1.0.18
97102026-03-02T23:42:55.932Z Fresh ident_case v1.0.1
97112026-03-02T23:42:55.932Z Fresh pem-rfc7468 v0.7.0
97122026-03-02T23:42:55.932Z Fresh anstyle v1.0.11
97132026-03-02T23:42:55.932Z Fresh http-body v1.0.1
97142026-03-02T23:42:55.932Z Fresh zerocopy v0.8.27
97152026-03-02T23:42:55.932Z Fresh sha2 v0.10.9
97162026-03-02T23:42:55.932Z Fresh hmac v0.12.1
97172026-03-02T23:42:55.932Z Fresh cmake v0.1.57
97182026-03-02T23:42:55.932Z Fresh dunce v1.0.5
97192026-03-02T23:42:55.932Z Fresh fs_extra v1.3.0
97202026-03-02T23:42:55.932Z Fresh anstyle-parse v0.2.5
97212026-03-02T23:42:55.932Z Fresh lazy_static v1.5.0
97222026-03-02T23:42:55.932Z Fresh der_derive v0.7.3
97232026-03-02T23:42:55.932Z Fresh httpdate v1.0.3
97242026-03-02T23:42:55.932Z Fresh is_terminal_polyfill v1.70.1
97252026-03-02T23:42:55.932Z Fresh flagset v0.4.6
97262026-03-02T23:42:55.932Z Fresh colorchoice v1.0.2
97272026-03-02T23:42:55.932Z Fresh try-lock v0.2.5
97282026-03-02T23:42:55.932Z Fresh anstyle-query v1.1.1
97292026-03-02T23:42:55.932Z Fresh anstream v0.6.18
97302026-03-02T23:42:55.932Z Fresh want v0.3.1
97312026-03-02T23:42:55.933Z Fresh der v0.7.10
97322026-03-02T23:42:55.933Z Fresh h2 v0.4.6
97332026-03-02T23:42:55.933Z Fresh rand_chacha v0.3.1
97342026-03-02T23:42:55.933Z Fresh tower-service v0.3.3
97352026-03-02T23:42:55.933Z Fresh tower-layer v0.3.3
97362026-03-02T23:42:55.933Z Fresh rand v0.8.5
97372026-03-02T23:42:55.933Z Fresh hyper v1.8.1
97382026-03-02T23:42:55.933Z Fresh terminal_size v0.4.0
97392026-03-02T23:42:55.933Z Fresh clap_lex v0.7.4
97402026-03-02T23:42:55.933Z Fresh aws-lc-sys v0.37.1
97412026-03-02T23:42:55.933Z Fresh clap_derive v4.5.47
97422026-03-02T23:42:55.933Z Fresh untrusted v0.7.1
97432026-03-02T23:42:55.937Z Fresh hyper-util v0.1.19
97442026-03-02T23:42:55.937Z Fresh clap_builder v4.5.48
97452026-03-02T23:42:55.937Z Fresh openssl-probe v0.1.5
97462026-03-02T23:42:55.937Z Fresh http-body-util v0.1.3
97472026-03-02T23:42:55.937Z Fresh clap v4.5.48
97482026-03-02T23:42:55.937Z Fresh aws-lc-rs v1.16.0
97492026-03-02T23:42:55.937Z Fresh rand_core v0.9.3
97502026-03-02T23:42:55.937Z Fresh unicode-segmentation v1.12.0
97512026-03-02T23:42:55.937Z Fresh powerfmt v0.2.0
97522026-03-02T23:42:55.937Z Fresh time-core v0.1.8
97532026-03-02T23:42:55.937Z Fresh num-conv v0.2.0
97542026-03-02T23:42:55.937Z Fresh camino v1.2.2
97552026-03-02T23:42:55.937Z Fresh deranged v0.5.3
97562026-03-02T23:42:55.937Z Fresh rustls-webpki v0.103.9
97572026-03-02T23:42:55.937Z Fresh time-macros v0.2.27
97582026-03-02T23:42:55.937Z Fresh spki v0.7.3
97592026-03-02T23:42:55.937Z Fresh pbkdf2 v0.12.2
97602026-03-02T23:42:55.937Z Fresh aes v0.8.4
97612026-03-02T23:42:55.937Z Fresh erased-serde v0.3.31
97622026-03-02T23:42:55.937Z Fresh num_threads v0.1.7
97632026-03-02T23:42:55.937Z Fresh rustls v0.23.37
97642026-03-02T23:42:55.937Z Fresh time v0.3.47
97652026-03-02T23:42:55.937Z Fresh slog v2.8.2
97662026-03-02T23:42:55.937Z Fresh rustix v1.1.3
97672026-03-02T23:42:55.938Z Fresh serde_urlencoded v0.7.1
97682026-03-02T23:42:55.938Z Fresh salsa20 v0.10.2
97692026-03-02T23:42:55.938Z Fresh cbc v0.1.2
97702026-03-02T23:42:55.938Z Fresh rustc_version v0.4.1
97712026-03-02T23:42:55.938Z Fresh toml_datetime v0.6.11
97722026-03-02T23:42:55.938Z Fresh serde_spanned v0.6.9
97732026-03-02T23:42:55.938Z Fresh async-trait v0.1.89
97742026-03-02T23:42:55.938Z Fresh mime v0.3.17
97752026-03-02T23:42:55.938Z Fresh scrypt v0.11.0
97762026-03-02T23:42:55.938Z Fresh rand_chacha v0.9.0
97772026-03-02T23:42:55.938Z Fresh hex v0.4.3
97782026-03-02T23:42:55.938Z Fresh ucd-trie v0.1.7
97792026-03-02T23:42:55.938Z Fresh tempfile v3.24.0
97802026-03-02T23:42:55.938Z Fresh pkcs5 v0.7.1
97812026-03-02T23:42:55.938Z Fresh rand v0.9.2
97822026-03-02T23:42:55.938Z Fresh pest v2.8.2
97832026-03-02T23:42:55.938Z Fresh tokio-rustls v0.26.0
97842026-03-02T23:42:55.938Z Fresh rustls-native-certs v0.8.1
97852026-03-02T23:42:55.938Z Fresh sync_wrapper v1.0.1
97862026-03-02T23:42:55.938Z Fresh foreign-types-shared v0.1.1
97872026-03-02T23:42:55.938Z Fresh pest_meta v2.8.2
97882026-03-02T23:42:55.939Z Fresh tower v0.5.2
97892026-03-02T23:42:55.939Z Fresh pkcs8 v0.10.2
97902026-03-02T23:42:55.939Z Fresh foreign-types v0.3.2
97912026-03-02T23:42:55.939Z Fresh openssl-sys v0.9.109
97922026-03-02T23:42:55.939Z Fresh webpki-roots v1.0.1
97932026-03-02T23:42:55.939Z Fresh openapiv3 v2.2.0
97942026-03-02T23:42:55.939Z Fresh openssl-macros v0.1.1
97952026-03-02T23:42:55.939Z Fresh iri-string v0.7.8
97962026-03-02T23:42:55.939Z Fresh plain v0.2.3
97972026-03-02T23:42:55.939Z Fresh hyper-rustls v0.27.7
97982026-03-02T23:42:55.939Z Fresh pest_generator v2.8.2
97992026-03-02T23:42:55.939Z Fresh ipnetwork v0.21.1
98002026-03-02T23:42:55.939Z Fresh encoding_rs v0.8.34
98012026-03-02T23:42:55.939Z Fresh tower-http v0.6.8
98022026-03-02T23:42:55.939Z Fresh openssl v0.10.73
98032026-03-02T23:42:55.939Z Fresh pest_derive v2.8.2
98042026-03-02T23:42:55.939Z Fresh pretty-hex v0.4.1
98052026-03-02T23:42:55.939Z Fresh signature v2.2.0
98062026-03-02T23:42:55.939Z Fresh darling_core v0.21.0
98072026-03-02T23:42:55.939Z Fresh native-tls v0.2.12
98082026-03-02T23:42:55.939Z Fresh winnow v0.5.40
98092026-03-02T23:42:55.939Z Fresh winnow v0.7.14
98102026-03-02T23:42:55.939Z Fresh data-encoding v2.9.0
98112026-03-02T23:42:55.939Z Fresh darling_macro v0.21.0
98122026-03-02T23:42:55.939Z Fresh oxnet v0.1.4
98132026-03-02T23:42:55.939Z Fresh darling_core v0.20.10
98142026-03-02T23:42:55.939Z Fresh tokio-native-tls v0.3.1
98152026-03-02T23:42:55.940Z Fresh toml_edit v0.19.15
98162026-03-02T23:42:55.940Z Fresh hubpack_derive v0.1.1
98172026-03-02T23:42:55.940Z Fresh strum_macros v0.26.4
98182026-03-02T23:42:55.940Z Fresh sha1 v0.10.6
98192026-03-02T23:42:55.940Z Fresh quick-error v1.2.3
98202026-03-02T23:42:55.940Z Fresh static_assertions v1.1.0
98212026-03-02T23:42:55.940Z Fresh tinyvec_macros v0.1.1
98222026-03-02T23:42:55.940Z Fresh hyper-tls v0.6.0
98232026-03-02T23:42:55.940Z Fresh hubpack v0.1.2
98242026-03-02T23:42:55.940Z Fresh strum v0.26.3
98252026-03-02T23:42:55.940Z Fresh tinyvec v1.8.0
98262026-03-02T23:42:55.940Z Fresh darling v0.21.0
98272026-03-02T23:42:55.940Z Fresh paste v1.0.15
98282026-03-02T23:42:55.940Z Fresh darling_macro v0.20.10
98292026-03-02T23:42:55.940Z Fresh num-integer v0.1.46
98302026-03-02T23:42:55.940Z Fresh reqwest v0.12.28
98312026-03-02T23:42:55.940Z Fresh darling v0.20.10
98322026-03-02T23:42:55.940Z Fresh scroll_derive v0.12.0
98332026-03-02T23:42:55.940Z Fresh base16ct v0.2.0
98342026-03-02T23:42:55.940Z Fresh bit-vec v0.8.0
98352026-03-02T23:42:55.940Z Fresh ff v0.13.0
98362026-03-02T23:42:55.940Z Fresh wait-timeout v0.2.0
98372026-03-02T23:42:55.940Z Fresh sec1 v0.7.3
98382026-03-02T23:42:55.940Z Fresh scroll v0.12.0
98392026-03-02T23:42:55.940Z Fresh bit-set v0.8.0
98402026-03-02T23:42:55.941Z Fresh group v0.13.0
98412026-03-02T23:42:55.941Z Fresh num-iter v0.1.45
98422026-03-02T23:42:55.941Z Fresh hkdf v0.12.4
98432026-03-02T23:42:55.945Z Fresh crypto-bigint v0.5.5
98442026-03-02T23:42:55.945Z Fresh ahash v0.8.12
98452026-03-02T23:42:55.945Z Fresh goblin v0.8.2
98462026-03-02T23:42:55.945Z Fresh scroll_derive v0.13.1
98472026-03-02T23:42:55.945Z Fresh crc32fast v1.4.2
98482026-03-02T23:42:55.945Z Fresh elliptic-curve v0.13.8
98492026-03-02T23:42:55.945Z Fresh rusty-fork v0.3.0
98502026-03-02T23:42:55.945Z Fresh scroll v0.13.0
98512026-03-02T23:42:55.946Z Fresh dof v0.3.0
98522026-03-02T23:42:55.946Z Fresh dtrace-parser v0.2.0
98532026-03-02T23:42:55.946Z Fresh rand_xorshift v0.4.0
98542026-03-02T23:42:55.946Z Fresh crossbeam-epoch v0.9.18
98552026-03-02T23:42:55.946Z Fresh bstr v1.10.0
98562026-03-02T23:42:55.946Z Fresh thread-id v4.2.2
98572026-03-02T23:42:55.946Z Fresh unarray v0.1.4
98582026-03-02T23:42:55.946Z Fresh goblin v0.10.2
98592026-03-02T23:42:55.946Z Fresh num-bigint-dig v0.8.6
98602026-03-02T23:42:55.946Z Fresh pkcs1 v0.7.5
98612026-03-02T23:42:55.946Z Fresh x509-cert v0.2.5
98622026-03-02T23:42:55.946Z Fresh heck v0.4.1
98632026-03-02T23:42:55.946Z Fresh proptest v1.7.0
98642026-03-02T23:42:55.946Z Fresh usdt-impl v0.5.0
98652026-03-02T23:42:55.946Z Fresh itertools v0.13.0
98662026-03-02T23:42:55.946Z Fresh zlib-rs v0.5.1
98672026-03-02T23:42:55.947Z Fresh toml_write v0.1.2
98682026-03-02T23:42:55.947Z Fresh rsa v0.9.8
98692026-03-02T23:42:55.947Z Fresh toml_edit v0.22.27
98702026-03-02T23:42:55.947Z Fresh libz-rs-sys v0.5.1
98712026-03-02T23:42:55.947Z Fresh dof v0.4.0
98722026-03-02T23:42:55.947Z Fresh dtrace-parser v0.3.0
98732026-03-02T23:42:55.947Z Fresh rfc6979 v0.4.0
98742026-03-02T23:42:55.947Z Fresh curve25519-dalek-derive v0.1.1
98752026-03-02T23:42:55.947Z Fresh thread-id v5.0.0
98762026-03-02T23:42:55.947Z Fresh bitflags v1.3.2
98772026-03-02T23:42:55.947Z Fresh curve25519-dalek v4.1.3
98782026-03-02T23:42:55.947Z Fresh ecdsa v0.16.9
98792026-03-02T23:42:55.947Z Fresh flate2 v1.1.2
98802026-03-02T23:42:55.947Z Fresh newtype-uuid v1.3.2
98812026-03-02T23:42:55.947Z Fresh derive_builder_core v0.20.2
98822026-03-02T23:42:55.947Z Fresh usdt-impl v0.6.0
98832026-03-02T23:42:55.947Z Fresh daft-derive v0.1.4
98842026-03-02T23:42:55.947Z Fresh memmap2 v0.9.8
98852026-03-02T23:42:55.948Z Fresh env_filter v0.1.2
98862026-03-02T23:42:55.948Z Fresh cfg_aliases v0.2.1
98872026-03-02T23:42:55.948Z Fresh siphasher v0.3.11
98882026-03-02T23:42:55.948Z Fresh keccak v0.1.5
98892026-03-02T23:42:55.948Z Fresh daft v0.1.4
98902026-03-02T23:42:55.948Z Fresh env_logger v0.11.8
98912026-03-02T23:42:55.948Z Fresh phf_shared v0.11.2
98922026-03-02T23:42:55.948Z Fresh sha3 v0.10.8
98932026-03-02T23:42:55.948Z Fresh bzip2-sys v0.1.13+1.0.8
98942026-03-02T23:42:55.948Z Fresh derive_builder_macro v0.20.2
98952026-03-02T23:42:55.948Z Fresh serde_with_macros v3.16.1
98962026-03-02T23:42:55.948Z Fresh toml v0.7.8
98972026-03-02T23:42:55.948Z Fresh ed25519 v2.2.3
98982026-03-02T23:42:55.948Z Fresh memoffset v0.9.1
98992026-03-02T23:42:55.948Z Fresh serde_with v3.16.1
99002026-03-02T23:42:55.948Z Fresh derive_builder v0.20.2
99012026-03-02T23:42:55.948Z Fresh usdt-attr-macro v0.6.0
99022026-03-02T23:42:55.948Z Fresh usdt-macro v0.6.0
99032026-03-02T23:42:55.948Z Fresh ed25519-dalek v2.1.1
99042026-03-02T23:42:55.948Z Fresh unicode-normalization v0.1.24
99052026-03-02T23:42:55.948Z Fresh enum-as-inner v0.6.1
99062026-03-02T23:42:55.948Z Fresh managed v0.8.0
99072026-03-02T23:42:55.948Z Fresh signal-hook v0.3.18
99082026-03-02T23:42:55.948Z Fresh usdt v0.6.0
99092026-03-02T23:42:55.948Z Fresh itertools v0.10.5
99102026-03-02T23:42:55.948Z Fresh cargo-platform v0.1.8
99112026-03-02T23:42:55.948Z Fresh ref-cast-impl v1.0.25
99122026-03-02T23:42:55.948Z Fresh litrs v0.4.1
99132026-03-02T23:42:55.948Z Fresh fixedbitset v0.4.2
99142026-03-02T23:42:55.948Z Fresh new_debug_unreachable v1.0.6
99152026-03-02T23:42:55.948Z Fresh rustc-hash v2.1.1
99162026-03-02T23:42:55.948Z Fresh precomputed-hash v0.1.1
99172026-03-02T23:42:55.948Z Fresh vergen-lib v0.1.6
99182026-03-02T23:42:55.948Z Fresh string_cache v0.8.9
99192026-03-02T23:42:55.948Z Fresh petgraph v0.6.5
99202026-03-02T23:42:55.948Z Fresh ref-cast v1.0.25
99212026-03-02T23:42:55.948Z Fresh document-features v0.2.11
99222026-03-02T23:42:55.948Z Fresh cargo_metadata v0.19.2
99232026-03-02T23:42:55.948Z Fresh bzip2 v0.4.4
99242026-03-02T23:42:55.949Z Fresh psl-types v2.0.11
99252026-03-02T23:42:55.949Z Fresh cookie v0.18.1
99262026-03-02T23:42:55.949Z Fresh vergen v9.0.6
99272026-03-02T23:42:55.949Z Fresh zip v0.6.6
99282026-03-02T23:42:55.949Z Fresh signal-hook-mio v0.2.4
99292026-03-02T23:42:55.949Z Fresh zstd-sys v2.0.14+zstd.1.5.7
99302026-03-02T23:42:55.949Z Fresh publicsuffix v2.3.0
99312026-03-02T23:42:55.949Z Fresh lalrpop-util v0.19.12
99322026-03-02T23:42:55.949Z Fresh rustls-platform-verifier v0.6.2
99332026-03-02T23:42:55.949Z Fresh hash32 v0.2.1
99342026-03-02T23:42:55.949Z Fresh zstd-safe v7.2.3
99352026-03-02T23:42:55.949Z Fresh cookie_store v0.22.1
99362026-03-02T23:42:55.949Z Fresh serde-big-array v0.5.1
99372026-03-02T23:42:55.949Z Fresh socket2 v0.5.10
99382026-03-02T23:42:55.949Z Fresh winnow v0.6.26
99392026-03-02T23:42:55.949Z Fresh simd-adler32 v0.3.7
99402026-03-02T23:42:55.949Z Fresh predicates-core v1.0.8
99412026-03-02T23:42:55.949Z Fresh lockfree-object-pool v0.1.6
99422026-03-02T23:42:55.949Z Fresh unicode-properties v0.1.3
99432026-03-02T23:42:55.953Z Fresh bumpalo v3.16.0
99442026-03-02T23:42:55.953Z Fresh unicode-bidi v0.3.17
99452026-03-02T23:42:55.954Z Fresh reqwest v0.13.2
99462026-03-02T23:42:55.954Z Fresh fs-err v3.1.1
99472026-03-02T23:42:55.954Z Fresh stringprep v0.1.5
99482026-03-02T23:42:55.954Z Fresh zopfli v0.8.1
99492026-03-02T23:42:55.954Z Fresh zstd v0.13.3
99502026-03-02T23:42:55.954Z Fresh heapless v0.7.17
99512026-03-02T23:42:55.954Z Fresh crossterm v0.28.1
99522026-03-02T23:42:55.954Z Fresh hickory-proto v0.25.2
99532026-03-02T23:42:55.954Z Fresh bzip2 v0.5.2
99542026-03-02T23:42:55.954Z Fresh similar v2.7.0
99552026-03-02T23:42:55.954Z Fresh tokio-stream v0.1.17
99562026-03-02T23:42:55.954Z Fresh md-5 v0.10.6
99572026-03-02T23:42:55.954Z Fresh strum_macros v0.27.2
99582026-03-02T23:42:55.954Z Fresh float-cmp v0.10.0
99592026-03-02T23:42:55.954Z Fresh jiff v0.2.15
99602026-03-02T23:42:55.954Z Fresh difflib v0.4.0
99612026-03-02T23:42:55.954Z Fresh normalize-line-endings v0.3.0
99622026-03-02T23:42:55.954Z Fresh fallible-iterator v0.2.0
99632026-03-02T23:42:55.954Z Fresh zip v4.2.0
99642026-03-02T23:42:55.954Z Fresh strum v0.27.2
99652026-03-02T23:42:55.954Z Fresh buf-list v1.0.3
99662026-03-02T23:42:55.954Z Fresh nix v0.29.0
99672026-03-02T23:42:55.954Z Fresh smoltcp v0.9.1
99682026-03-02T23:42:55.954Z Fresh postgres-protocol v0.6.8
99692026-03-02T23:42:55.954Z Fresh predicates v3.1.3
99702026-03-02T23:42:55.954Z Fresh iddqd v0.3.16
99712026-03-02T23:42:55.954Z Fresh serde_repr v0.1.19
99722026-03-02T23:42:55.954Z Fresh peg-runtime v0.8.5
99732026-03-02T23:42:55.954Z Fresh fixedbitset v0.5.7
99742026-03-02T23:42:55.954Z Fresh phf v0.11.2
99752026-03-02T23:42:55.954Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
99762026-03-02T23:42:55.954Z Fresh petgraph v0.8.2
99772026-03-02T23:42:55.954Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
99782026-03-02T23:42:55.954Z Fresh postgres-types v0.2.9
99792026-03-02T23:42:55.954Z Fresh whoami v1.5.2
99802026-03-02T23:42:55.954Z Fresh regress v0.10.5
99812026-03-02T23:42:55.954Z Fresh futures-executor v0.3.31
99822026-03-02T23:42:55.955Z Fresh is-terminal v0.4.13
99832026-03-02T23:42:55.955Z Fresh crossbeam-channel v0.5.15
99842026-03-02T23:42:55.955Z Fresh tokio-postgres v0.7.13
99852026-03-02T23:42:55.955Z Fresh futures v0.3.31
99862026-03-02T23:42:55.955Z Fresh thread_local v1.1.8
99872026-03-02T23:42:55.955Z Fresh term v1.1.0
99882026-03-02T23:42:55.955Z Fresh take_mut v0.2.2
99892026-03-02T23:42:55.955Z Fresh match_cfg v0.1.0
99902026-03-02T23:42:55.955Z Fresh newtype-uuid-macros v0.1.0
99912026-03-02T23:42:55.955Z Fresh slog-term v2.9.2
99922026-03-02T23:42:55.955Z Fresh hostname v0.3.1
99932026-03-02T23:42:55.955Z Fresh debug-ignore v1.0.5
99942026-03-02T23:42:55.955Z Fresh slog-json v2.6.1
99952026-03-02T23:42:55.955Z Fresh structmeta-derive v0.3.0
99962026-03-02T23:42:55.955Z Fresh slog-async v2.8.0
99972026-03-02T23:42:55.955Z Fresh slog-bunyan v2.5.0
99982026-03-02T23:42:55.955Z Fresh structmeta v0.3.0
99992026-03-02T23:42:55.955Z Fresh toml_parser v1.0.6+spec-1.1.0
100002026-03-02T23:42:55.955Z Fresh rustls-webpki v0.102.8
100012026-03-02T23:42:55.955Z Fresh serde_path_to_error v0.1.20
100022026-03-02T23:42:55.955Z Fresh serde_spanned v1.0.4
100032026-03-02T23:42:55.955Z Fresh toml_datetime v0.7.5+spec-1.1.0
100042026-03-02T23:42:55.955Z Fresh toml_writer v1.0.6+spec-1.1.0
100052026-03-02T23:42:55.955Z Fresh async-stream-impl v0.3.6
100062026-03-02T23:42:55.955Z Fresh rustls v0.22.4
100072026-03-02T23:42:55.955Z Fresh toml v0.9.11+spec-1.1.0
100082026-03-02T23:42:55.955Z Fresh async-stream v0.3.6
100092026-03-02T23:42:55.955Z Fresh rustls-pemfile v2.2.0
100102026-03-02T23:42:55.955Z Fresh waitgroup v0.1.2
100112026-03-02T23:42:55.955Z Fresh dropshot_endpoint v0.16.7
100122026-03-02T23:42:55.955Z Fresh multer v3.1.0
100132026-03-02T23:42:55.955Z Fresh tokio-rustls v0.25.0
100142026-03-02T23:42:55.955Z Fresh hostname v0.4.2
100152026-03-02T23:42:55.955Z Fresh derive-ex v0.1.8
100162026-03-02T23:42:55.955Z Fresh progenitor-client v0.13.0
100172026-03-02T23:42:55.955Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
100182026-03-02T23:42:55.955Z Fresh itertools v0.14.0
100192026-03-02T23:42:55.957Z Fresh macaddr v1.0.1
100202026-03-02T23:42:55.957Z Fresh dropshot v0.16.7
100212026-03-02T23:42:55.957Z Fresh test-strategy v0.4.3
100222026-03-02T23:42:55.957Z Fresh progenitor-client v0.10.0
100232026-03-02T23:42:55.957Z Fresh instant v0.1.13
100242026-03-02T23:42:55.957Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
100252026-03-02T23:42:55.957Z Fresh parse-display-derive v0.10.0
100262026-03-02T23:42:55.957Z Fresh backon v1.6.0
100272026-03-02T23:42:55.957Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
100282026-03-02T23:42:55.957Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
100292026-03-02T23:42:55.957Z Fresh parse-display v0.10.0
100302026-03-02T23:42:55.957Z Fresh backoff v0.4.0
100312026-03-02T23:42:55.958Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
100322026-03-02T23:42:55.958Z Fresh unicode-width v0.1.14
100332026-03-02T23:42:55.958Z Fresh camino-tempfile v1.4.1
100342026-03-02T23:42:55.958Z Fresh glob v0.3.2
100352026-03-02T23:42:55.958Z Fresh toml v0.8.23
100362026-03-02T23:42:55.958Z Fresh crossbeam-deque v0.8.5
100372026-03-02T23:42:55.958Z Fresh unsafe-libyaml v0.2.11
100382026-03-02T23:42:55.958Z Fresh proc-macro-error-attr v1.0.4
100392026-03-02T23:42:55.958Z Fresh serde_yaml v0.9.34+deprecated
100402026-03-02T23:42:55.958Z Fresh proc-macro-crate v1.3.1
100412026-03-02T23:42:55.958Z Fresh secrecy v0.10.3
100422026-03-02T23:42:55.958Z Fresh proc-macro-error v1.0.4
100432026-03-02T23:42:55.962Z Fresh rayon-core v1.12.1
100442026-03-02T23:42:55.962Z Fresh num_enum_derive v0.5.11
100452026-03-02T23:42:55.962Z Fresh tabwriter v1.4.0
100462026-03-02T23:42:55.962Z Fresh crucible-workspace-hack v0.1.0
100472026-03-02T23:42:55.962Z Fresh rayon v1.10.0
100482026-03-02T23:42:55.962Z Fresh nix v0.30.1
100492026-03-02T23:42:55.962Z Fresh num_enum v0.5.11
100502026-03-02T23:42:55.962Z Fresh ingot-macros v0.1.1
100512026-03-02T23:42:55.962Z Fresh hash32 v0.3.1
100522026-03-02T23:42:55.962Z Fresh convert_case v0.4.0
100532026-03-02T23:42:55.962Z Fresh heapless v0.8.0
100542026-03-02T23:42:55.962Z Fresh ingot-types v0.1.2
100552026-03-02T23:42:55.962Z Fresh foreign-types-macros v0.2.3
100562026-03-02T23:42:55.962Z Fresh cobs v0.2.3
100572026-03-02T23:42:55.962Z Fresh foreign-types-shared v0.3.1
100582026-03-02T23:42:55.962Z Fresh derive_more v0.99.20
100592026-03-02T23:42:55.962Z Fresh ingot v0.1.1
100602026-03-02T23:42:55.962Z Fresh foreign-types v0.5.0
100612026-03-02T23:42:55.963Z Fresh postcard v1.0.10
100622026-03-02T23:42:55.963Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
100632026-03-02T23:42:55.963Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
100642026-03-02T23:42:55.963Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
100652026-03-02T23:42:55.963Z Fresh smoltcp v0.11.0
100662026-03-02T23:42:55.963Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
100672026-03-02T23:42:55.964Z Fresh cstr-argument v0.1.2
100682026-03-02T23:42:55.964Z Fresh pretty-hex v0.2.1
100692026-03-02T23:42:55.964Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
100702026-03-02T23:42:55.964Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
100712026-03-02T23:42:55.964Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
100722026-03-02T23:42:55.964Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
100732026-03-02T23:42:55.964Z Fresh colored v2.2.0
100742026-03-02T23:42:55.964Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
100752026-03-02T23:42:55.964Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
100762026-03-02T23:42:55.964Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
100772026-03-02T23:42:55.964Z Fresh sigpipe v0.1.3
100782026-03-02T23:42:55.964Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
100792026-03-02T23:42:55.964Z Fresh zone_cfg_derive v0.3.0
100802026-03-02T23:42:55.964Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
100812026-03-02T23:42:55.964Z Fresh itertools v0.12.1
100822026-03-02T23:42:55.964Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
100832026-03-02T23:42:55.964Z Fresh smf v0.2.3
100842026-03-02T23:42:55.964Z Fresh num-derive v0.4.2
100852026-03-02T23:42:55.964Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
100862026-03-02T23:42:55.964Z Fresh zone v0.3.1
100872026-03-02T23:42:55.964Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
100882026-03-02T23:42:55.964Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
100892026-03-02T23:42:55.964Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
100902026-03-02T23:42:55.964Z Fresh unicode-width v0.2.0
100912026-03-02T23:42:55.964Z Fresh half v2.4.1
100922026-03-02T23:42:55.964Z Fresh ciborium-io v0.2.2
100932026-03-02T23:42:55.964Z Fresh typify-impl v0.6.1
100942026-03-02T23:42:55.964Z Fresh ciborium-ll v0.2.2
100952026-03-02T23:42:55.964Z Fresh typify-macro v0.6.1
100962026-03-02T23:42:55.964Z Fresh indent_write v2.2.0
100972026-03-02T23:42:55.964Z Fresh universal-hash v0.5.1
100982026-03-02T23:42:55.964Z Fresh opaque-debug v0.3.1
100992026-03-02T23:42:55.964Z Fresh aead v0.5.2
101002026-03-02T23:42:55.964Z Fresh chacha20 v0.9.1
101012026-03-02T23:42:55.964Z Fresh ciborium v0.2.2
101022026-03-02T23:42:55.965Z Fresh typify v0.6.1
101032026-03-02T23:42:55.965Z Fresh poly1305 v0.8.0
101042026-03-02T23:42:55.965Z Fresh swrite v0.1.0
101052026-03-02T23:42:55.965Z Fresh thiserror-impl-no-std v2.0.2
101062026-03-02T23:42:55.965Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
101072026-03-02T23:42:55.965Z Fresh progenitor-impl v0.13.0
101082026-03-02T23:42:55.965Z Fresh thiserror-no-std v2.0.2
101092026-03-02T23:42:55.965Z Fresh password-hash v0.5.0
101102026-03-02T23:42:55.965Z Fresh blake2 v0.10.6
101112026-03-02T23:42:55.965Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
101122026-03-02T23:42:55.965Z Fresh chacha20poly1305 v0.10.1
101132026-03-02T23:42:55.965Z Fresh typify-impl v0.4.3
101142026-03-02T23:42:55.965Z Fresh progenitor-macro v0.13.0
101152026-03-02T23:42:55.965Z Fresh vsss-rs v3.3.4
101162026-03-02T23:42:55.965Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
101172026-03-02T23:42:55.965Z Fresh argon2 v0.5.3
101182026-03-02T23:42:55.965Z Fresh typify-macro v0.4.3
101192026-03-02T23:42:55.965Z Fresh usdt-macro v0.5.0
101202026-03-02T23:42:55.965Z Fresh usdt-attr-macro v0.5.0
101212026-03-02T23:42:55.965Z Fresh memmap v0.7.0
101222026-03-02T23:42:55.965Z Fresh progenitor v0.13.0
101232026-03-02T23:42:55.965Z Fresh typify v0.4.3
101242026-03-02T23:42:55.965Z Fresh usdt v0.5.0
101252026-03-02T23:42:55.965Z Fresh console v0.15.10
101262026-03-02T23:42:55.965Z Fresh num-rational v0.4.2
101272026-03-02T23:42:55.965Z Fresh atomicwrites v0.4.4
101282026-03-02T23:42:55.965Z Fresh num-complex v0.4.6
101292026-03-02T23:42:55.965Z Fresh float-ord v0.3.2
101302026-03-02T23:42:55.965Z Fresh derive-where v1.5.0
101312026-03-02T23:42:55.965Z Fresh newline-converter v0.3.0
101322026-03-02T23:42:55.965Z Fresh num v0.4.3
101332026-03-02T23:42:55.965Z Fresh expectorate v1.2.0
101342026-03-02T23:42:55.965Z Fresh libsw-core v0.3.1
101352026-03-02T23:42:55.966Z Fresh bytecount v0.6.8
101362026-03-02T23:42:55.966Z Fresh prettyplease v0.2.36
101372026-03-02T23:42:55.966Z Fresh cancel-safe-futures v0.1.5
101382026-03-02T23:42:55.966Z Fresh owo-colors v4.2.3
101392026-03-02T23:42:55.966Z Fresh libsw v3.5.0
101402026-03-02T23:42:55.966Z Fresh progenitor-impl v0.11.2
101412026-03-02T23:42:55.966Z Fresh linear-map v1.2.0
101422026-03-02T23:42:55.966Z Fresh progenitor-client v0.11.2
101432026-03-02T23:42:55.970Z Fresh gethostname v0.5.0
101442026-03-02T23:42:55.970Z Fresh progenitor-macro v0.11.2
101452026-03-02T23:42:55.970Z Fresh same-file v1.0.6
101462026-03-02T23:42:55.970Z Fresh unicode-xid v0.2.6
101472026-03-02T23:42:55.970Z Fresh progenitor v0.11.2
101482026-03-02T23:42:55.970Z Fresh walkdir v2.5.0
101492026-03-02T23:42:55.970Z Fresh tokio-dtrace v0.1.0
101502026-03-02T23:42:55.970Z Fresh async-recursion v1.1.1
101512026-03-02T23:42:55.970Z Fresh globset v0.4.15
101522026-03-02T23:42:55.970Z Fresh oxide-tokio-rt v0.1.2
101532026-03-02T23:42:55.970Z Fresh pin-project-internal v1.1.6
101542026-03-02T23:42:55.970Z Fresh unicode-linebreak v0.1.5
101552026-03-02T23:42:55.970Z Fresh smawk v0.3.2
101562026-03-02T23:42:55.971Z Fresh pin-project v1.1.6
101572026-03-02T23:42:55.971Z Fresh resolv-conf v0.7.0
101582026-03-02T23:42:55.971Z Fresh csv-core v0.1.11
101592026-03-02T23:42:55.971Z Fresh minimal-lexical v0.2.1
101602026-03-02T23:42:55.971Z Fresh object v0.37.3
101612026-03-02T23:42:55.971Z Fresh csv v1.3.1
101622026-03-02T23:42:55.971Z Fresh slog-dtrace v0.3.0
101632026-03-02T23:42:55.971Z Fresh convert_case v0.7.1
101642026-03-02T23:42:55.971Z Fresh pem v3.0.5
101652026-03-02T23:42:55.971Z Fresh snafu-derive v0.8.5
101662026-03-02T23:42:55.971Z Fresh nom v7.1.3
101672026-03-02T23:42:55.971Z Fresh vte_generate_state_changes v0.1.2
101682026-03-02T23:42:55.971Z Fresh termtree v0.5.1
101692026-03-02T23:42:55.971Z Fresh derive_more-impl v2.0.1
101702026-03-02T23:42:55.971Z Fresh ar_archive_writer v0.5.1
101712026-03-02T23:42:55.971Z Fresh snafu v0.8.5
101722026-03-02T23:42:55.971Z Fresh vte v0.11.1
101732026-03-02T23:42:55.971Z Fresh olpc-cjson v0.1.4
101742026-03-02T23:42:55.971Z Fresh fd-lock v4.0.2
101752026-03-02T23:42:55.971Z Fresh serde_plain v1.0.2
101762026-03-02T23:42:55.971Z Fresh linked-hash-map v0.5.6
101772026-03-02T23:42:55.971Z Fresh base64 v0.21.7
101782026-03-02T23:42:55.971Z Fresh typed-path v0.9.3
101792026-03-02T23:42:55.971Z Fresh strip-ansi-escapes v0.2.0
101802026-03-02T23:42:55.971Z Fresh tough v0.20.0
101812026-03-02T23:42:55.971Z Fresh lru-cache v0.1.2
101822026-03-02T23:42:55.971Z Fresh derive_more v2.0.1
101832026-03-02T23:42:55.971Z Fresh hickory-proto v0.24.4
101842026-03-02T23:42:55.971Z Fresh nu-ansi-term v0.50.1
101852026-03-02T23:42:55.971Z Fresh crossterm v0.29.0
101862026-03-02T23:42:55.971Z Fresh nibble_vec v0.1.0
101872026-03-02T23:42:55.971Z Fresh highway v1.3.0
101882026-03-02T23:42:55.971Z Fresh endian-type v0.1.2
101892026-03-02T23:42:55.971Z Fresh display-error-chain v0.2.2
101902026-03-02T23:42:55.971Z Fresh reedline v0.40.0
101912026-03-02T23:42:55.971Z Fresh semver v0.1.20
101922026-03-02T23:42:55.971Z Fresh cfg_aliases v0.1.1
101932026-03-02T23:42:55.971Z Fresh radix_trie v0.2.1
101942026-03-02T23:42:55.972Z Fresh psm v0.1.30
101952026-03-02T23:42:55.972Z Fresh hickory-resolver v0.24.4
101962026-03-02T23:42:55.972Z Fresh rustc_version v0.1.7
101972026-03-02T23:42:55.972Z Fresh humantime v2.2.0
101982026-03-02T23:42:55.972Z Fresh siphasher v1.0.1
101992026-03-02T23:42:55.972Z Fresh home v0.5.9
102002026-03-02T23:42:55.972Z Fresh stacker v0.1.23
102012026-03-02T23:42:55.972Z Fresh qorb v0.4.1
102022026-03-02T23:42:55.972Z Fresh phf_shared v0.12.1
102032026-03-02T23:42:55.972Z Fresh textwrap v0.16.2
102042026-03-02T23:42:55.972Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
102052026-03-02T23:42:55.972Z Fresh recursive-proc-macro-impl v0.1.1
102062026-03-02T23:42:55.972Z Fresh recursive v0.1.1
102072026-03-02T23:42:55.972Z Fresh nix v0.28.0
102082026-03-02T23:42:55.972Z Fresh phf v0.12.1
102092026-03-02T23:42:55.972Z Fresh const_format_proc_macros v0.2.34
102102026-03-02T23:42:55.972Z Fresh papergrid v0.11.0
102112026-03-02T23:42:55.972Z Fresh tabled_derive v0.7.0
102122026-03-02T23:42:55.972Z Fresh peg-macros v0.8.5
102132026-03-02T23:42:55.972Z Fresh rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
102142026-03-02T23:42:55.972Z Fresh sqlparser_derive v0.5.0
102152026-03-02T23:42:55.972Z Fresh colored v3.0.0
102162026-03-02T23:42:55.972Z Fresh unicode_categories v0.1.1
102172026-03-02T23:42:55.972Z Fresh peg v0.8.5
102182026-03-02T23:42:55.972Z Fresh sqlparser v0.61.0
102192026-03-02T23:42:55.972Z Fresh sqlformat v0.3.5
102202026-03-02T23:42:55.972Z Fresh chrono-tz v0.10.4
102212026-03-02T23:42:55.972Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
102222026-03-02T23:42:55.972Z Fresh tabled v0.15.0
102232026-03-02T23:42:55.972Z Fresh const_format v0.2.34
102242026-03-02T23:42:55.972Z Fresh newtype_derive v0.1.6
102252026-03-02T23:42:55.972Z Fresh rustyline v14.0.0
102262026-03-02T23:42:55.972Z Fresh bcs v0.1.6
102272026-03-02T23:42:55.972Z Fresh utf-8 v0.7.6
102282026-03-02T23:42:55.972Z Fresh xattr v1.3.1
102292026-03-02T23:42:55.972Z Fresh filetime v0.2.26
102302026-03-02T23:42:55.972Z Fresh arc-swap v1.7.1
102312026-03-02T23:42:55.972Z Fresh steno v0.4.1
102322026-03-02T23:42:55.972Z Fresh tungstenite v0.21.0
102332026-03-02T23:42:55.973Z Fresh tar v0.4.44
102342026-03-02T23:42:55.973Z Fresh slog-scope v4.4.0
102352026-03-02T23:42:55.973Z Fresh typify-impl v0.2.0
102362026-03-02T23:42:55.973Z Fresh headers-core v0.3.0
102372026-03-02T23:42:55.973Z Fresh tokio-tungstenite v0.21.0
102382026-03-02T23:42:55.973Z Fresh slog-stdlog v4.1.1
102392026-03-02T23:42:55.973Z Fresh typify-macro v0.2.0
102402026-03-02T23:42:55.973Z Fresh headers v0.4.1
102412026-03-02T23:42:55.973Z Fresh progenitor-client v0.8.0
102422026-03-02T23:42:55.973Z Fresh dropshot-api-manager-types v0.5.2
102432026-03-02T23:42:55.977Z Fresh slog-envlogger v2.2.0
102442026-03-02T23:42:55.977Z Fresh typify v0.2.0
102452026-03-02T23:42:55.977Z Fresh heck v0.3.3
102462026-03-02T23:42:55.977Z Fresh subprocess v0.2.9
102472026-03-02T23:42:55.977Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
102482026-03-02T23:42:55.977Z Fresh base64 v0.13.1
102492026-03-02T23:42:55.977Z Fresh progenitor-impl v0.8.0
102502026-03-02T23:42:55.977Z Fresh zone_cfg_derive v0.1.2
102512026-03-02T23:42:55.977Z Fresh lzma-sys v0.1.20
102522026-03-02T23:42:55.977Z Fresh number_prefix v0.4.0
102532026-03-02T23:42:55.977Z Fresh ron v0.7.1
102542026-03-02T23:42:55.977Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
102552026-03-02T23:42:55.977Z Fresh yasna v0.5.2
102562026-03-02T23:42:55.977Z Fresh progenitor-macro v0.8.0
102572026-03-02T23:42:55.977Z Fresh zone v0.1.8
102582026-03-02T23:42:55.977Z Fresh xz2 v0.1.7
102592026-03-02T23:42:55.977Z Fresh indicatif v0.17.11
102602026-03-02T23:42:55.977Z Fresh rcgen v0.12.1
102612026-03-02T23:42:55.978Z Fresh progenitor-impl v0.10.0
102622026-03-02T23:42:55.978Z Fresh progenitor v0.8.0
102632026-03-02T23:42:55.978Z Fresh tagptr v0.2.0
102642026-03-02T23:42:55.978Z Fresh progenitor-macro v0.10.0
102652026-03-02T23:42:55.978Z Fresh bitfield-struct v0.6.2
102662026-03-02T23:42:55.978Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
102672026-03-02T23:42:55.978Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
102682026-03-02T23:42:55.978Z Fresh moka v0.12.10
102692026-03-02T23:42:55.978Z Fresh progenitor v0.10.0
102702026-03-02T23:42:55.978Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
102712026-03-02T23:42:55.978Z Fresh xshell-macros v0.2.7
102722026-03-02T23:42:55.978Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
102732026-03-02T23:42:55.978Z Fresh hickory-resolver v0.25.2
102742026-03-02T23:42:55.978Z Fresh libefi-sys v0.1.0
102752026-03-02T23:42:55.978Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
102762026-03-02T23:42:55.978Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
102772026-03-02T23:42:55.978Z Fresh xshell v0.2.7
102782026-03-02T23:42:55.978Z Fresh tap v1.0.1
102792026-03-02T23:42:55.978Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
102802026-03-02T23:42:55.978Z Fresh wyz v0.5.1
102812026-03-02T23:42:55.978Z Fresh zerocopy-derive v0.6.6
102822026-03-02T23:42:55.978Z Fresh radium v0.7.0
102832026-03-02T23:42:55.978Z Fresh funty v2.0.0
102842026-03-02T23:42:55.978Z Fresh crc-catalog v2.4.0
102852026-03-02T23:42:55.979Z Fresh zerocopy v0.6.6
102862026-03-02T23:42:55.979Z Fresh packed_struct_codegen v0.10.1
102872026-03-02T23:42:55.979Z Fresh bitvec v1.0.1
102882026-03-02T23:42:55.979Z Fresh crc v3.2.1
102892026-03-02T23:42:55.979Z Fresh maybe-uninit v2.0.0
102902026-03-02T23:42:55.979Z Fresh bitfield-macros v0.19.2
102912026-03-02T23:42:55.979Z Fresh nodrop v0.1.14
102922026-03-02T23:42:55.979Z Fresh packed_struct v0.10.1
102932026-03-02T23:42:55.979Z Fresh bitfield v0.19.2
102942026-03-02T23:42:55.979Z Fresh array-init v0.0.4
102952026-03-02T23:42:55.979Z Fresh smallvec v0.6.14
102962026-03-02T23:42:55.979Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
102972026-03-02T23:42:55.979Z Fresh maplit v1.0.2
102982026-03-02T23:42:55.979Z Fresh hashbrown v0.12.3
102992026-03-02T23:42:55.979Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
103002026-03-02T23:42:55.979Z Fresh serde-hex v0.1.0
103012026-03-02T23:42:55.979Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
103022026-03-02T23:42:55.979Z Fresh ron v0.8.1
103032026-03-02T23:42:55.979Z Fresh hashbrown v0.13.2
103042026-03-02T23:42:55.979Z Fresh crc-any v2.5.0
103052026-03-02T23:42:55.979Z Fresh path-slash v0.1.5
103062026-03-02T23:42:55.979Z Fresh indexmap v1.9.3
103072026-03-02T23:42:55.979Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
103082026-03-02T23:42:55.979Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
103092026-03-02T23:42:55.979Z Fresh proc-macro-error-attr2 v2.0.0
103102026-03-02T23:42:55.979Z Fresh dsl_auto_type v0.1.2
103112026-03-02T23:42:55.979Z Fresh scheduled-thread-pool v0.2.7
103122026-03-02T23:42:55.979Z Fresh diesel_table_macro_syntax v0.2.0
103132026-03-02T23:42:55.979Z Fresh object v0.30.4
103142026-03-02T23:42:55.979Z Fresh proc-macro-error2 v2.0.1
103152026-03-02T23:42:55.979Z Fresh r2d2 v0.8.10
103162026-03-02T23:42:55.979Z Fresh diesel_derives v2.2.3
103172026-03-02T23:42:55.979Z Fresh num-derive v0.3.3
103182026-03-02T23:42:55.979Z Fresh diff v0.1.13
103192026-03-02T23:42:55.979Z Fresh diesel v2.2.12
103202026-03-02T23:42:55.979Z Fresh libscf-sys v1.1.0
103212026-03-02T23:42:55.979Z Fresh dirs-sys-next v0.1.2
103222026-03-02T23:42:55.979Z Fresh unicase v2.8.1
103232026-03-02T23:42:55.979Z Fresh dirs-next v2.0.0
103242026-03-02T23:42:55.979Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
103252026-03-02T23:42:55.980Z Fresh vergen-gitcl v1.0.8
103262026-03-02T23:42:55.980Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
103272026-03-02T23:42:55.980Z Fresh term v0.7.0
103282026-03-02T23:42:55.980Z Fresh crunchy v0.2.2
103292026-03-02T23:42:55.980Z Fresh tabled_derive v0.11.0
103302026-03-02T23:42:55.980Z Fresh papergrid v0.17.0
103312026-03-02T23:42:55.980Z Fresh testing_table v0.3.0
103322026-03-02T23:42:55.980Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
103332026-03-02T23:42:55.980Z Fresh bit-vec v0.6.3
103342026-03-02T23:42:55.980Z Fresh tiny-keccak v2.0.2
103352026-03-02T23:42:55.980Z Fresh tabled v0.20.0
103362026-03-02T23:42:55.980Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
103372026-03-02T23:42:55.980Z Fresh ascii-canvas v3.0.0
103382026-03-02T23:42:55.980Z Fresh bit-set v0.5.3
103392026-03-02T23:42:55.981Z Fresh ena v0.14.3
103402026-03-02T23:42:55.981Z Fresh libloading v0.8.5
103412026-03-02T23:42:55.981Z Fresh regex-syntax v0.6.29
103422026-03-02T23:42:55.981Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
103432026-03-02T23:42:55.988Z Fresh clang-sys v1.8.1
103442026-03-02T23:42:55.988Z Fresh cexpr v0.6.0
103452026-03-02T23:42:55.988Z Fresh crc8 v0.1.1
103462026-03-02T23:42:55.988Z Fresh half v1.8.3
103472026-03-02T23:42:55.988Z Fresh lalrpop v0.19.12
103482026-03-02T23:42:55.988Z Fresh serde_cbor v0.11.2
103492026-03-02T23:42:55.988Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
103502026-03-02T23:42:55.988Z Fresh bindgen v0.71.1
103512026-03-02T23:42:55.988Z Fresh strum_macros v0.24.3
103522026-03-02T23:42:55.988Z Fresh indoc v1.0.9
103532026-03-02T23:42:55.988Z Fresh libxml v0.3.3
103542026-03-02T23:42:55.988Z Fresh oso-derive v0.27.3
103552026-03-02T23:42:55.988Z Fresh impl-trait-for-tuples v0.2.2
103562026-03-02T23:42:55.988Z Fresh quick-xml v0.37.2
103572026-03-02T23:42:55.988Z Fresh polar-core v0.27.3
103582026-03-02T23:42:55.988Z Fresh trait-variant v0.1.2
103592026-03-02T23:42:55.988Z Fresh samael v0.0.19
103602026-03-02T23:42:55.988Z Fresh oso v0.27.3
103612026-03-02T23:42:55.988Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
103622026-03-02T23:42:55.988Z Fresh primeorder v0.13.6
103632026-03-02T23:42:55.988Z Fresh fxhash v0.2.1
103642026-03-02T23:42:55.988Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
103652026-03-02T23:42:55.988Z Fresh bb8 v0.8.5
103662026-03-02T23:42:55.988Z Fresh diesel-dtrace v0.4.2
103672026-03-02T23:42:55.988Z Fresh async-bb8-diesel v0.2.1
103682026-03-02T23:42:55.988Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
103692026-03-02T23:42:55.988Z Fresh salty v0.3.0
103702026-03-02T23:42:55.988Z Fresh p384 v0.13.1
103712026-03-02T23:42:55.988Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
103722026-03-02T23:42:55.988Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
103732026-03-02T23:42:55.988Z Fresh kstat-rs v0.2.4
103742026-03-02T23:42:55.988Z Fresh nonempty v0.12.0
103752026-03-02T23:42:55.988Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
103762026-03-02T23:42:55.988Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
103772026-03-02T23:42:55.988Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
103782026-03-02T23:42:55.989Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
103792026-03-02T23:42:55.989Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
103802026-03-02T23:42:55.989Z Fresh predicates-tree v1.0.12
103812026-03-02T23:42:55.989Z Fresh git-stub v1.0.0
103822026-03-02T23:42:55.989Z Fresh ignore v0.4.23
103832026-03-02T23:42:55.989Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
103842026-03-02T23:42:55.989Z Fresh git-stub-vcs v0.1.0
103852026-03-02T23:42:55.989Z Fresh parking_lot_core v0.8.6
103862026-03-02T23:42:55.989Z Fresh globwalk v0.9.1
103872026-03-02T23:42:55.989Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
103882026-03-02T23:42:55.989Z Fresh parking_lot v0.11.2
103892026-03-02T23:42:55.989Z Fresh fs-err v2.11.0
103902026-03-02T23:42:55.989Z Fresh prefix-trie v0.7.0
103912026-03-02T23:42:55.989Z Fresh nanorand v0.7.0
103922026-03-02T23:42:55.989Z Fresh parse-size v1.1.0
103932026-03-02T23:42:55.989Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
103942026-03-02T23:42:55.989Z Fresh sled v0.34.7
103952026-03-02T23:42:55.989Z Fresh flume v0.11.1
103962026-03-02T23:42:55.989Z Fresh hickory-server v0.25.2
103972026-03-02T23:42:55.989Z Fresh camino-tempfile-ext v0.3.2
103982026-03-02T23:42:55.989Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
103992026-03-02T23:42:55.989Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
104002026-03-02T23:42:55.990Z Fresh hickory-client v0.25.2
104012026-03-02T23:42:55.990Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
104022026-03-02T23:42:55.990Z Fresh http-range v0.1.5
104032026-03-02T23:42:55.990Z Fresh void v1.0.2
104042026-03-02T23:42:55.990Z Fresh corncobs v0.1.4
104052026-03-02T23:42:55.990Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
104062026-03-02T23:42:55.990Z Fresh lzss v0.8.2
104072026-03-02T23:42:55.990Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
104082026-03-02T23:42:55.990Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
104092026-03-02T23:42:55.990Z Fresh tungstenite v0.23.0
104102026-03-02T23:42:55.990Z Fresh nix v0.27.1
104112026-03-02T23:42:55.990Z Fresh concurrent-queue v2.5.0
104122026-03-02T23:42:55.990Z Fresh secrecy v0.8.0
104132026-03-02T23:42:55.990Z Fresh serde_bytes v0.11.19
104142026-03-02T23:42:55.990Z Fresh atty v0.2.14
104152026-03-02T23:42:55.990Z Fresh parking v2.2.1
104162026-03-02T23:42:55.990Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
104172026-03-02T23:42:55.990Z Fresh tokio-tungstenite v0.23.1
104182026-03-02T23:42:55.990Z Fresh mime_guess v2.0.5
104192026-03-02T23:42:55.990Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
104202026-03-02T23:42:55.990Z Fresh signal-hook-tokio v0.3.1
104212026-03-02T23:42:55.990Z Fresh hyper-staticfile v0.10.1
104222026-03-02T23:42:55.990Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
104232026-03-02T23:42:55.990Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
104242026-03-02T23:42:55.990Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
104252026-03-02T23:42:55.990Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
104262026-03-02T23:42:55.990Z Fresh rand_seeder v0.4.0
104272026-03-02T23:42:55.990Z Fresh assert_matches v1.5.0
104282026-03-02T23:42:55.990Z Fresh is_ci v1.2.0
104292026-03-02T23:42:55.990Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
104302026-03-02T23:42:55.991Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
104312026-03-02T23:42:55.991Z Fresh event-listener v5.3.1
104322026-03-02T23:42:55.991Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
104332026-03-02T23:42:55.991Z Fresh tabled_derive v0.10.0
104342026-03-02T23:42:55.991Z Fresh papergrid v0.14.0
104352026-03-02T23:42:55.991Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
104362026-03-02T23:42:55.991Z Fresh tabled v0.18.0
104372026-03-02T23:42:55.991Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
104382026-03-02T23:42:55.991Z Fresh event-listener-strategy v0.5.2
104392026-03-02T23:42:55.991Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
104402026-03-02T23:42:55.991Z Fresh yansi v1.0.1
104412026-03-02T23:42:55.991Z Fresh typeid v1.0.3
104422026-03-02T23:42:55.991Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
104432026-03-02T23:42:55.995Z Fresh futures-lite v2.3.0
104442026-03-02T23:42:55.995Z Fresh pretty_assertions v1.4.1
104452026-03-02T23:42:55.995Z Fresh erased-serde v0.4.6
104462026-03-02T23:42:55.995Z Fresh ordered-float v2.10.1
104472026-03-02T23:42:55.995Z Fresh serde-value v0.7.0
104482026-03-02T23:42:55.995Z Fresh serde-untagged v0.1.7
104492026-03-02T23:42:55.995Z Fresh async-lock v3.4.0
104502026-03-02T23:42:55.995Z Fresh polling v3.7.3
104512026-03-02T23:42:55.995Z Fresh castaway v0.2.3
104522026-03-02T23:42:55.995Z Fresh indoc v2.0.6
104532026-03-02T23:42:55.995Z Fresh libz-sys v1.1.20
104542026-03-02T23:42:55.995Z Fresh cargo-util-schemas v0.8.2
104552026-03-02T23:42:55.995Z Fresh async-io v2.3.4
104562026-03-02T23:42:55.995Z Fresh compact_str v0.8.0
104572026-03-02T23:42:55.995Z Fresh console v0.16.0
104582026-03-02T23:42:55.995Z Fresh unicode-truncate v1.1.0
104592026-03-02T23:42:55.995Z Fresh lru v0.12.5
104602026-03-02T23:42:55.995Z Fresh cargo-platform v0.2.0
104612026-03-02T23:42:55.995Z Fresh instability v0.3.2
104622026-03-02T23:42:55.995Z Fresh async-task v4.7.1
104632026-03-02T23:42:55.995Z Fresh cassowary v0.3.0
104642026-03-02T23:42:55.995Z Fresh unit-prefix v0.5.1
104652026-03-02T23:42:55.995Z Fresh cargo_metadata v0.21.0
104662026-03-02T23:42:55.995Z Fresh libgit2-sys v0.18.2+1.9.1
104672026-03-02T23:42:55.997Z Fresh async-channel v2.3.1
104682026-03-02T23:42:55.997Z Fresh polyval v0.6.2
104692026-03-02T23:42:55.997Z Fresh ratatui v0.29.0
104702026-03-02T23:42:55.997Z Fresh indicatif v0.18.0
104712026-03-02T23:42:55.997Z Fresh piper v0.2.4
104722026-03-02T23:42:55.997Z Fresh plotters-backend v0.3.7
104732026-03-02T23:42:55.997Z Fresh ghash v0.5.1
104742026-03-02T23:42:55.997Z Fresh git2 v0.20.2
104752026-03-02T23:42:55.997Z Fresh async-executor v1.13.1
104762026-03-02T23:42:55.997Z Fresh blocking v1.6.1
104772026-03-02T23:42:55.997Z Fresh plotters-svg v0.3.7
104782026-03-02T23:42:55.997Z Fresh async-signal v0.2.10
104792026-03-02T23:42:55.997Z Fresh supports-color v2.1.0
104802026-03-02T23:42:55.997Z Fresh textwrap v0.15.2
104812026-03-02T23:42:55.997Z Fresh supports-hyperlinks v2.1.0
104822026-03-02T23:42:55.997Z Fresh supports-unicode v2.1.0
104832026-03-02T23:42:55.997Z Fresh hashbrown v0.14.5
104842026-03-02T23:42:55.997Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
104852026-03-02T23:42:55.997Z Fresh ctr v0.9.2
104862026-03-02T23:42:55.997Z Fresh backtrace-ext v0.2.1
104872026-03-02T23:42:55.997Z Fresh miette-derive v5.10.0
104882026-03-02T23:42:55.997Z Fresh terminal_size v0.1.17
104892026-03-02T23:42:55.997Z Fresh arrayvec v0.7.6
104902026-03-02T23:42:55.997Z Fresh cast v0.3.0
104912026-03-02T23:42:55.997Z Fresh constant_time_eq v0.3.1
104922026-03-02T23:42:55.997Z Fresh arrayref v0.3.9
104932026-03-02T23:42:55.997Z Fresh shell-words v1.1.0
104942026-03-02T23:42:55.997Z Fresh event-listener v2.5.3
104952026-03-02T23:42:55.997Z Fresh owo-colors v3.5.0
104962026-03-02T23:42:55.997Z Fresh criterion-plot v0.6.0
104972026-03-02T23:42:55.997Z Fresh aes-gcm v0.10.3
104982026-03-02T23:42:55.997Z Fresh chumsky v0.9.3
104992026-03-02T23:42:55.997Z Fresh async-process v2.3.0
105002026-03-02T23:42:55.997Z Fresh async-channel v1.9.0
105012026-03-02T23:42:55.997Z Fresh miette v5.10.0
105022026-03-02T23:42:55.997Z Fresh vergen-git2 v1.0.7
105032026-03-02T23:42:55.998Z Fresh plotters v0.3.7
105042026-03-02T23:42:55.998Z Fresh async-global-executor v2.4.1
105052026-03-02T23:42:55.998Z Fresh supports-color v3.0.2
105062026-03-02T23:42:55.998Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
105072026-03-02T23:42:55.998Z Fresh knuffel-derive v3.2.0
105082026-03-02T23:42:55.998Z Fresh ssh-encoding v0.2.0
105092026-03-02T23:42:55.998Z Fresh blowfish v0.9.1
105102026-03-02T23:42:55.998Z Fresh rustls-webpki v0.101.7
105112026-03-02T23:42:55.998Z Fresh sct v0.7.1
105122026-03-02T23:42:55.998Z Fresh async-attributes v1.1.2
105132026-03-02T23:42:55.998Z Fresh tinytemplate v1.2.1
105142026-03-02T23:42:55.998Z Fresh rtoolbox v0.0.2
105152026-03-02T23:42:55.998Z Fresh kv-log-macro v1.0.7
105162026-03-02T23:42:55.998Z Fresh anes v0.1.6
105172026-03-02T23:42:55.999Z Fresh hex-literal v0.4.1
105182026-03-02T23:42:55.999Z Fresh futures-timer v3.0.3
105192026-03-02T23:42:55.999Z Fresh oorandom v11.1.4
105202026-03-02T23:42:55.999Z Fresh rustls v0.21.12
105212026-03-02T23:42:55.999Z Fresh async-std v1.13.0
105222026-03-02T23:42:55.999Z Fresh rpassword v7.4.0
105232026-03-02T23:42:55.999Z Fresh criterion v0.7.0
105242026-03-02T23:42:55.999Z Fresh ssh-cipher v0.2.0
105252026-03-02T23:42:55.999Z Fresh knuffel v3.2.0
105262026-03-02T23:42:55.999Z Fresh bcrypt-pbkdf v0.10.0
105272026-03-02T23:42:55.999Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
105282026-03-02T23:42:55.999Z Fresh petname v2.0.2
105292026-03-02T23:42:55.999Z Fresh tui-tree-widget v0.23.1
105302026-03-02T23:42:55.999Z Fresh password-hash v0.4.2
105312026-03-02T23:42:55.999Z Fresh sapling-renderdag v0.1.0
105322026-03-02T23:42:55.999Z Fresh sync-ptr v0.1.4
105332026-03-02T23:42:55.999Z Fresh pbkdf2 v0.11.0
105342026-03-02T23:42:55.999Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
105352026-03-02T23:42:55.999Z Fresh ssh-key v0.6.6
105362026-03-02T23:42:55.999Z Fresh target-lexicon v0.13.2
105372026-03-02T23:42:55.999Z Fresh tokio-rustls v0.24.1
105382026-03-02T23:42:55.999Z Fresh async-object-pool v0.1.5
105392026-03-02T23:42:56.000Z Fresh p256 v0.13.2
105402026-03-02T23:42:56.000Z Fresh p521 v0.13.3
105412026-03-02T23:42:56.000Z Fresh rustls-pemfile v1.0.4
105422026-03-02T23:42:56.000Z Fresh twox-hash v2.1.0
105432026-03-02T23:42:56.005Z Fresh serde_regex v1.1.0
105442026-03-02T23:42:56.005Z Fresh assert-json-diff v2.0.2
105452026-03-02T23:42:56.005Z Fresh russh-cryptovec v0.7.3
105462026-03-02T23:42:56.005Z Fresh path-tree v0.8.1
105472026-03-02T23:42:56.005Z Fresh md5 v0.7.0
105482026-03-02T23:42:56.005Z Fresh stringmetrics v2.2.2
105492026-03-02T23:42:56.005Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
105502026-03-02T23:42:56.005Z Fresh russh-keys v0.45.0
105512026-03-02T23:42:56.005Z Fresh httpmock v0.8.0-alpha.1
105522026-03-02T23:42:56.005Z Fresh cfg-expr v0.20.1
105532026-03-02T23:42:56.005Z Fresh blake3 v1.5.4
105542026-03-02T23:42:56.005Z Fresh guppy-workspace-hack v0.1.0
105552026-03-02T23:42:56.005Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
105562026-03-02T23:42:56.005Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
105572026-03-02T23:42:56.005Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
105582026-03-02T23:42:56.005Z Fresh progenitor-extras v0.1.0
105592026-03-02T23:42:56.005Z Fresh httptest v0.16.3
105602026-03-02T23:42:56.005Z Fresh fatfs v0.3.6
105612026-03-02T23:42:56.005Z Fresh proc-macro-crate v3.2.0
105622026-03-02T23:42:56.005Z Fresh num-bigint v0.4.6
105632026-03-02T23:42:56.005Z Fresh des v0.8.1
105642026-03-02T23:42:56.005Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
105652026-03-02T23:42:56.006Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
105662026-03-02T23:42:56.006Z Fresh relative-path v1.9.3
105672026-03-02T23:42:56.006Z Fresh seq-macro v0.3.6
105682026-03-02T23:42:56.006Z Fresh topological-sort v0.2.2
105692026-03-02T23:42:56.006Z Fresh escape8259 v0.5.3
105702026-03-02T23:42:56.006Z Fresh rstest_macros v0.25.0
105712026-03-02T23:42:56.006Z Fresh russh v0.45.0
105722026-03-02T23:42:56.006Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
105732026-03-02T23:42:56.006Z Fresh omicron-zone-package v0.12.2
105742026-03-02T23:42:56.006Z Fresh libtest-mimic v0.8.1
105752026-03-02T23:42:56.006Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
105762026-03-02T23:42:56.006Z Fresh target-triple v0.1.3
105772026-03-02T23:42:56.006Z Fresh doc-comment v0.3.3
105782026-03-02T23:42:56.006Z Fresh target-spec v3.5.0
105792026-03-02T23:42:56.006Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
105802026-03-02T23:42:56.006Z Fresh blake2b_simd v1.0.2
105812026-03-02T23:42:56.006Z Fresh fancy-regex v0.14.0
105822026-03-02T23:42:56.006Z Fresh pathdiff v0.2.3
105832026-03-02T23:42:56.006Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
105842026-03-02T23:42:56.006Z Fresh uzers v0.12.1
105852026-03-02T23:42:56.006Z Fresh nested v0.1.1
105862026-03-02T23:42:56.006Z Fresh internet-checksum v0.2.1
105872026-03-02T23:42:56.006Z Fresh termcolor v1.4.1
105882026-03-02T23:42:56.007Z Fresh datatest-stable v0.3.2
105892026-03-02T23:42:56.007Z Fresh guppy v0.17.20
105902026-03-02T23:42:56.007Z Fresh rust-argon2 v2.1.0
105912026-03-02T23:42:56.007Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
105922026-03-02T23:42:56.007Z Fresh trybuild v1.0.106
105932026-03-02T23:42:56.007Z Fresh assert_cmd v2.0.17
105942026-03-02T23:42:56.007Z Fresh rstest v0.25.0
105952026-03-02T23:42:56.007Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
105962026-03-02T23:42:56.007Z Fresh partial-io v0.5.4
105972026-03-02T23:42:56.007Z Fresh similar-asserts v1.7.0
105982026-03-02T23:42:56.007Z Fresh rand_distr v0.5.1
105992026-03-02T23:42:56.007Z Fresh approx v0.5.1
106002026-03-02T23:42:56.007Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
106012026-03-02T23:42:56.007Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
106022026-03-02T23:42:56.007Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
106032026-03-02T23:42:56.007Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
106042026-03-02T23:42:56.007Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
106052026-03-02T23:42:56.007Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
106062026-03-02T23:42:56.007Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
106072026-03-02T23:42:56.007Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
106082026-03-02T23:42:56.007Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
106092026-03-02T23:42:56.008Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
106102026-03-02T23:42:56.008Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
106112026-03-02T23:42:56.008Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
106122026-03-02T23:42:56.008Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
106132026-03-02T23:42:56.008Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
106142026-03-02T23:42:56.008Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
106152026-03-02T23:42:56.008Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
106162026-03-02T23:42:56.008Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
106172026-03-02T23:42:56.008Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
106182026-03-02T23:42:56.008Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
106192026-03-02T23:42:56.008Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
106202026-03-02T23:42:56.008Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
106212026-03-02T23:42:56.008Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
106222026-03-02T23:42:56.008Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
106232026-03-02T23:42:56.008Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
106242026-03-02T23:42:56.008Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
106252026-03-02T23:42:56.008Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
106262026-03-02T23:42:56.008Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
106272026-03-02T23:42:56.008Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
106282026-03-02T23:42:56.009Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
106292026-03-02T23:42:56.009Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
106302026-03-02T23:42:56.009Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
106312026-03-02T23:42:56.009Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
106322026-03-02T23:42:56.009Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
106332026-03-02T23:42:56.009Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
106342026-03-02T23:42:56.009Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
106352026-03-02T23:42:56.009Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
106362026-03-02T23:42:56.009Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
106372026-03-02T23:42:56.009Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
106382026-03-02T23:42:56.009Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
106392026-03-02T23:42:56.009Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
106402026-03-02T23:42:56.009Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
106412026-03-02T23:42:56.009Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
106422026-03-02T23:42:56.009Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
106432026-03-02T23:42:56.013Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
106442026-03-02T23:42:56.013Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
106452026-03-02T23:42:56.013Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
106462026-03-02T23:42:56.013Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
106472026-03-02T23:42:56.014Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
106482026-03-02T23:42:56.014Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
106492026-03-02T23:42:56.014Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
106502026-03-02T23:42:56.014Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
106512026-03-02T23:42:56.014Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
106522026-03-02T23:42:56.014Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
106532026-03-02T23:42:56.014Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
106542026-03-02T23:42:56.014Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
106552026-03-02T23:42:56.014Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
106562026-03-02T23:42:56.014Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
106572026-03-02T23:42:56.014Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
106582026-03-02T23:42:56.014Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
106592026-03-02T23:42:56.014Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
106602026-03-02T23:42:56.014Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
106612026-03-02T23:42:56.014Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
106622026-03-02T23:42:56.014Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
106632026-03-02T23:42:56.014Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
106642026-03-02T23:42:56.014Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
106652026-03-02T23:42:56.014Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
106662026-03-02T23:42:56.014Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
106672026-03-02T23:42:56.014Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
106682026-03-02T23:42:56.015Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
106692026-03-02T23:42:56.015Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
106702026-03-02T23:42:56.015Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
106712026-03-02T23:42:56.015Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
106722026-03-02T23:42:56.015Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
106732026-03-02T23:42:56.015Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
106742026-03-02T23:42:56.015Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
106752026-03-02T23:42:56.015Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
106762026-03-02T23:42:56.015Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
106772026-03-02T23:42:56.015Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
106782026-03-02T23:42:56.015Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
106792026-03-02T23:42:56.015Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
106802026-03-02T23:42:56.015Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
106812026-03-02T23:42:56.015Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
106822026-03-02T23:42:56.015Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
106832026-03-02T23:42:56.015Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
106842026-03-02T23:42:56.015Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
106852026-03-02T23:42:56.015Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
106862026-03-02T23:42:56.015Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
106872026-03-02T23:42:56.015Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
106882026-03-02T23:42:56.015Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
106892026-03-02T23:42:56.015Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
106902026-03-02T23:42:56.015Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
106912026-03-02T23:42:56.015Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
106922026-03-02T23:42:56.015Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
106932026-03-02T23:42:56.015Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
106942026-03-02T23:42:56.015Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
106952026-03-02T23:42:56.015Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
106962026-03-02T23:42:56.015Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
106972026-03-02T23:42:56.015Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
106982026-03-02T23:42:56.015Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
106992026-03-02T23:42:56.015Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
107002026-03-02T23:42:56.015Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
107012026-03-02T23:42:56.015Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
107022026-03-02T23:42:56.015Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
107032026-03-02T23:42:56.015Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
107042026-03-02T23:42:56.015Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
107052026-03-02T23:42:56.015Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
107062026-03-02T23:42:56.016Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
107072026-03-02T23:42:56.016Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
107082026-03-02T23:42:56.016Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
107092026-03-02T23:42:56.016Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
107102026-03-02T23:42:56.016Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
107112026-03-02T23:42:56.016Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
107122026-03-02T23:42:56.016Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
107132026-03-02T23:42:56.016Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
107142026-03-02T23:42:56.016Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
107152026-03-02T23:42:56.016Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
107162026-03-02T23:42:56.016Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
107172026-03-02T23:42:56.016Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
107182026-03-02T23:42:56.016Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
107192026-03-02T23:42:56.016Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
107202026-03-02T23:42:56.016Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
107212026-03-02T23:42:56.017Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
107222026-03-02T23:42:56.017Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
107232026-03-02T23:42:56.017Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
107242026-03-02T23:42:56.017Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
107252026-03-02T23:42:56.017Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
107262026-03-02T23:42:56.017Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
107272026-03-02T23:42:56.017Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
107282026-03-02T23:42:56.017Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
107292026-03-02T23:42:56.017Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
107302026-03-02T23:42:56.017Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
107312026-03-02T23:42:56.017Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
107322026-03-02T23:42:56.017Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
107332026-03-02T23:42:56.018Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
107342026-03-02T23:42:56.018Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
107352026-03-02T23:42:56.018Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
107362026-03-02T23:42:56.018Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
107372026-03-02T23:42:56.018Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
107382026-03-02T23:42:56.018Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
107392026-03-02T23:42:56.018Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
107402026-03-02T23:42:56.018Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
107412026-03-02T23:42:56.018Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
107422026-03-02T23:42:56.018Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
107432026-03-02T23:42:56.022Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
107442026-03-02T23:42:56.022Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
107452026-03-02T23:42:56.022Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
107462026-03-02T23:42:56.022Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
107472026-03-02T23:42:56.022Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
107482026-03-02T23:42:56.022Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
107492026-03-02T23:42:56.022Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
107502026-03-02T23:42:56.022Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
107512026-03-02T23:42:56.022Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
107522026-03-02T23:42:56.022Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
107532026-03-02T23:42:56.022Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3.07s
107542026-03-02T23:42:56.099Z Doc-tests api_identity
107552026-03-02T23:42:56.105Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1961a89b1723ffce.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107562026-03-02T23:42:56.259Z
107572026-03-02T23:42:56.259Zrunning 0 tests
107582026-03-02T23:42:56.259Z
107592026-03-02T23:42:56.262Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107602026-03-02T23:42:56.262Z
107612026-03-02T23:42:56.273Z Doc-tests authz_macros
107622026-03-02T23:42:56.276Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2331e216153839e6.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-727173de81aeb9fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107632026-03-02T23:42:57.073Z
107642026-03-02T23:42:57.073Zrunning 7 tests
107652026-03-02T23:42:57.073Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
107662026-03-02T23:42:57.073Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
107672026-03-02T23:42:57.073Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
107682026-03-02T23:42:57.073Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
107692026-03-02T23:42:57.073Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
107702026-03-02T23:42:57.073Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
107712026-03-02T23:42:57.073Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
107722026-03-02T23:42:57.073Z
107732026-03-02T23:42:57.077Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
107742026-03-02T23:42:57.077Z
107752026-03-02T23:42:57.089Z Doc-tests bootstore
107762026-03-02T23:42:57.092Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f5a2a231840931bf.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-6b4ce3e9a64e5618.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107772026-03-02T23:42:57.803Z
107782026-03-02T23:42:57.803Zrunning 0 tests
107792026-03-02T23:42:57.803Z
107802026-03-02T23:42:57.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107812026-03-02T23:42:57.803Z
107822026-03-02T23:42:57.837Z Doc-tests bootstrap_agent_api
107832026-03-02T23:42:57.840Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ebb899d64b0dc5ad.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107842026-03-02T23:42:58.706Z
107852026-03-02T23:42:58.706Zrunning 2 tests
107862026-03-02T23:42:58.709Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 41) ... ignored
107872026-03-02T23:42:58.709Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 47) ... ignored
107882026-03-02T23:42:58.710Z
107892026-03-02T23:42:58.710Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107902026-03-02T23:42:58.710Z
107912026-03-02T23:42:58.738Z Doc-tests bootstrap_agent_client
107922026-03-02T23:42:58.741Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-45f77a910e2b31b4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107932026-03-02T23:42:59.140Z
107942026-03-02T23:42:59.140Zrunning 0 tests
107952026-03-02T23:42:59.140Z
107962026-03-02T23:42:59.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107972026-03-02T23:42:59.141Z
107982026-03-02T23:42:59.172Z Doc-tests bootstrap_agent_lockstep_api
107992026-03-02T23:42:59.176Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1b9a8cc411285bbe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108002026-03-02T23:42:59.932Z
108012026-03-02T23:42:59.932Zrunning 2 tests
108022026-03-02T23:42:59.932Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 26) ... ignored
108032026-03-02T23:42:59.932Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 32) ... ignored
108042026-03-02T23:42:59.932Z
108052026-03-02T23:42:59.932Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108062026-03-02T23:42:59.932Z
108072026-03-02T23:42:59.962Z Doc-tests bootstrap_agent_lockstep_client
108082026-03-02T23:42:59.965Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5591a1b0f96875bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108092026-03-02T23:43:00.658Z
108102026-03-02T23:43:00.658Zrunning 0 tests
108112026-03-02T23:43:00.658Z
108122026-03-02T23:43:00.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108132026-03-02T23:43:00.658Z
108142026-03-02T23:43:00.696Z Doc-tests clickana
108152026-03-02T23:43:00.699Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-15b35d564345eb9b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108162026-03-02T23:43:01.081Z
108172026-03-02T23:43:01.081Zrunning 0 tests
108182026-03-02T23:43:01.081Z
108192026-03-02T23:43:01.081Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108202026-03-02T23:43:01.081Z
108212026-03-02T23:43:01.109Z Doc-tests clickhouse_admin_api
108222026-03-02T23:43:01.112Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-455f4fafb1c50e3c.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-b5ed41fd57ba7c35.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108232026-03-02T23:43:01.858Z
108242026-03-02T23:43:01.858Zrunning 6 tests
108252026-03-02T23:43:01.858Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 65) ... ignored
108262026-03-02T23:43:01.858Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 71) ... ignored
108272026-03-02T23:43:01.859Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 149) ... ignored
108282026-03-02T23:43:01.859Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 155) ... ignored
108292026-03-02T23:43:01.859Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 220) ... ignored
108302026-03-02T23:43:01.859Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 226) ... ignored
108312026-03-02T23:43:01.863Z
108322026-03-02T23:43:01.863Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
108332026-03-02T23:43:01.863Z
108342026-03-02T23:43:01.885Z Doc-tests clickhouse_admin_keeper_client
108352026-03-02T23:43:01.888Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-92f1fa68d1c5aabe.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108362026-03-02T23:43:02.425Z
108372026-03-02T23:43:02.425Zrunning 0 tests
108382026-03-02T23:43:02.425Z
108392026-03-02T23:43:02.425Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108402026-03-02T23:43:02.425Z
108412026-03-02T23:43:02.458Z Doc-tests clickhouse_admin_server_client
108422026-03-02T23:43:02.461Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108432026-03-02T23:43:02.945Z
108442026-03-02T23:43:02.945Zrunning 0 tests
108452026-03-02T23:43:02.945Z
108462026-03-02T23:43:02.945Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108472026-03-02T23:43:02.945Z
108482026-03-02T23:43:02.977Z Doc-tests clickhouse_admin_single_client
108492026-03-02T23:43:02.980Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c4c364fdcd831b03.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108502026-03-02T23:43:03.186Z
108512026-03-02T23:43:03.186Zrunning 0 tests
108522026-03-02T23:43:03.186Z
108532026-03-02T23:43:03.186Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108542026-03-02T23:43:03.187Z
108552026-03-02T23:43:03.208Z Doc-tests clickhouse_admin_test_utils
108562026-03-02T23:43:03.213Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3066b3ace58dda21.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-9a4ce45dd6bb1d96.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108572026-03-02T23:43:03.425Z
108582026-03-02T23:43:03.425Zrunning 0 tests
108592026-03-02T23:43:03.425Z
108602026-03-02T23:43:03.425Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108612026-03-02T23:43:03.425Z
108622026-03-02T23:43:03.448Z Doc-tests clickhouse_admin_types
108632026-03-02T23:43:03.451Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f347def48f550b19.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-b5ed41fd57ba7c35.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108642026-03-02T23:43:03.661Z
108652026-03-02T23:43:03.661Zrunning 0 tests
108662026-03-02T23:43:03.661Z
108672026-03-02T23:43:03.661Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108682026-03-02T23:43:03.661Z
108692026-03-02T23:43:03.684Z Doc-tests clickhouse_admin_types_versions
108702026-03-02T23:43:03.688Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-b5ed41fd57ba7c35.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108712026-03-02T23:43:04.666Z
108722026-03-02T23:43:04.666Zrunning 1 test
108732026-03-02T23:43:04.667Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
108742026-03-02T23:43:04.667Z
108752026-03-02T23:43:04.667Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108762026-03-02T23:43:04.667Z
108772026-03-02T23:43:04.700Z Doc-tests cockroach_admin_api
108782026-03-02T23:43:04.704Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7ea2bfb0535a24d3.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-68cc4fb85bd84e40.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108792026-03-02T23:43:05.382Z
108802026-03-02T23:43:05.382Zrunning 2 tests
108812026-03-02T23:43:05.382Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
108822026-03-02T23:43:05.382Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
108832026-03-02T23:43:05.382Z
108842026-03-02T23:43:05.382Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108852026-03-02T23:43:05.382Z
108862026-03-02T23:43:05.405Z Doc-tests cockroach_admin_client
108872026-03-02T23:43:05.408Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108882026-03-02T23:43:05.686Z
108892026-03-02T23:43:05.687Zrunning 0 tests
108902026-03-02T23:43:05.687Z
108912026-03-02T23:43:05.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108922026-03-02T23:43:05.687Z
108932026-03-02T23:43:05.709Z Doc-tests cockroach_admin_types
108942026-03-02T23:43:05.712Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5fc0dc3588b015ed.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-68cc4fb85bd84e40.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108952026-03-02T23:43:05.823Z
108962026-03-02T23:43:05.823Zrunning 0 tests
108972026-03-02T23:43:05.823Z
108982026-03-02T23:43:05.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108992026-03-02T23:43:05.823Z
109002026-03-02T23:43:05.839Z Doc-tests cockroach_admin_types_versions
109012026-03-02T23:43:05.842Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-68cc4fb85bd84e40.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109022026-03-02T23:43:06.539Z
109032026-03-02T23:43:06.539Zrunning 1 test
109042026-03-02T23:43:06.539Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
109052026-03-02T23:43:06.539Z
109062026-03-02T23:43:06.539Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109072026-03-02T23:43:06.539Z
109082026-03-02T23:43:06.560Z Doc-tests db_macros
109092026-03-02T23:43:06.564Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-57f2e7981a08b542.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-727173de81aeb9fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a4af9fe2764b22df.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109102026-03-02T23:43:07.291Z
109112026-03-02T23:43:07.291Zrunning 3 tests
109122026-03-02T23:43:07.291Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
109132026-03-02T23:43:07.291Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
109142026-03-02T23:43:07.291Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
109152026-03-02T23:43:07.291Z
109162026-03-02T23:43:07.295Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
109172026-03-02T23:43:07.295Z
109182026-03-02T23:43:07.309Z Doc-tests dev_tools_common
109192026-03-02T23:43:07.312Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109202026-03-02T23:43:07.370Z
109212026-03-02T23:43:07.370Zrunning 0 tests
109222026-03-02T23:43:07.370Z
109232026-03-02T23:43:07.371Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109242026-03-02T23:43:07.371Z
109252026-03-02T23:43:07.381Z Doc-tests dns_server
109262026-03-02T23:43:07.387Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2a3368a5e8015582.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-99e5a07ed75c4017.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-f52baaa1db0f05e8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-4cc5ba24a6003517.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109272026-03-02T23:43:07.778Z
109282026-03-02T23:43:07.778Zrunning 0 tests
109292026-03-02T23:43:07.778Z
109302026-03-02T23:43:07.778Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109312026-03-02T23:43:07.778Z
109322026-03-02T23:43:07.808Z Doc-tests dns_server_api
109332026-03-02T23:43:07.811Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2a3368a5e8015582.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109342026-03-02T23:43:08.544Z
109352026-03-02T23:43:08.544Zrunning 2 tests
109362026-03-02T23:43:08.544Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
109372026-03-02T23:43:08.544Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
109382026-03-02T23:43:08.544Z
109392026-03-02T23:43:08.545Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109402026-03-02T23:43:08.545Z
109412026-03-02T23:43:08.571Z Doc-tests dns_service_client
109422026-03-02T23:43:08.576Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109432026-03-02T23:43:08.872Z
109442026-03-02T23:43:08.872Zrunning 0 tests
109452026-03-02T23:43:08.872Z
109462026-03-02T23:43:08.872Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109472026-03-02T23:43:08.872Z
109482026-03-02T23:43:08.901Z Doc-tests end_to_end_tests
109492026-03-02T23:43:08.907Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5be4cc3a9597241e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-a2cae352ac27581d.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-5f7203b76bff083b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-ac17f8168544be18.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a0c57401d3910358.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ec9a7f572e08003e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-5f8a3a9446f21a79.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-ad71defff6033b2b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-003ec141f350818d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109502026-03-02T23:43:09.683Z
109512026-03-02T23:43:09.683Zrunning 0 tests
109522026-03-02T23:43:09.683Z
109532026-03-02T23:43:09.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109542026-03-02T23:43:09.683Z
109552026-03-02T23:43:09.721Z Doc-tests ereport_types
109562026-03-02T23:43:09.724Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109572026-03-02T23:43:09.925Z
109582026-03-02T23:43:09.925Zrunning 0 tests
109592026-03-02T23:43:09.925Z
109602026-03-02T23:43:09.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109612026-03-02T23:43:09.925Z
109622026-03-02T23:43:09.947Z Doc-tests gateway_api
109632026-03-02T23:43:09.950Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7f9aa36ff8c22200.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-39b6b2a30a528844.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109642026-03-02T23:43:10.698Z
109652026-03-02T23:43:10.698Zrunning 2 tests
109662026-03-02T23:43:10.698Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
109672026-03-02T23:43:10.698Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
109682026-03-02T23:43:10.698Z
109692026-03-02T23:43:10.698Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109702026-03-02T23:43:10.698Z
109712026-03-02T23:43:10.723Z Doc-tests gateway_client
109722026-03-02T23:43:10.726Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109732026-03-02T23:43:11.721Z
109742026-03-02T23:43:11.721Zrunning 0 tests
109752026-03-02T23:43:11.722Z
109762026-03-02T23:43:11.722Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109772026-03-02T23:43:11.722Z
109782026-03-02T23:43:11.766Z Doc-tests gateway_test_utils
109792026-03-02T23:43:11.770Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3066b3ace58dda21.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-2607550a29149bf9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109802026-03-02T23:43:12.435Z
109812026-03-02T23:43:12.436Zrunning 0 tests
109822026-03-02T23:43:12.436Z
109832026-03-02T23:43:12.436Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109842026-03-02T23:43:12.436Z
109852026-03-02T23:43:12.478Z Doc-tests gateway_types
109862026-03-02T23:43:12.481Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bd3aa2c524bad91e.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-39b6b2a30a528844.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib -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`
109872026-03-02T23:43:12.658Z
109882026-03-02T23:43:12.658Zrunning 0 tests
109892026-03-02T23:43:12.658Z
109902026-03-02T23:43:12.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109912026-03-02T23:43:12.658Z
109922026-03-02T23:43:12.679Z Doc-tests gateway_types_versions
109932026-03-02T23:43:12.682Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7b8cc660aaeba8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-39b6b2a30a528844.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
109942026-03-02T23:43:13.819Z
109952026-03-02T23:43:13.819Zrunning 1 test
109962026-03-02T23:43:13.821Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
109972026-03-02T23:43:13.821Z
109982026-03-02T23:43:13.824Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109992026-03-02T23:43:13.824Z
110002026-03-02T23:43:13.854Z Doc-tests gfss
110012026-03-02T23:43:13.857Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-268aa15817046b32.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-eaa8ad33da6ec5f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib -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`
110022026-03-02T23:43:14.004Z
110032026-03-02T23:43:14.004Zrunning 0 tests
110042026-03-02T23:43:14.004Z
110052026-03-02T23:43:14.004Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110062026-03-02T23:43:14.004Z
110072026-03-02T23:43:14.021Z Doc-tests illumos_utils
110082026-03-02T23:43:14.029Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1d27336a7e82c8b6.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-398f0e1b8dee0191.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-5efe3dfa5eb0e31c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3a9626380e27db34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-14bbe716dbd37ff3.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5401cbae2b6b622a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-906117e627c53165.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c03f2093532bc994.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib -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`
110092026-03-02T23:43:14.659Z
110102026-03-02T23:43:14.659Zrunning 0 tests
110112026-03-02T23:43:14.659Z
110122026-03-02T23:43:14.659Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110132026-03-02T23:43:14.659Z
110142026-03-02T23:43:14.695Z Doc-tests installinator
110152026-03-02T23:43:14.699Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-67bdf699dd6d4f04.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-537d87daaf9a36b3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-941573c475de7dc4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c0a7b5d785367821.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
110162026-03-02T23:43:15.339Z
110172026-03-02T23:43:15.339Zrunning 0 tests
110182026-03-02T23:43:15.340Z
110192026-03-02T23:43:15.340Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110202026-03-02T23:43:15.340Z
110212026-03-02T23:43:15.378Z Doc-tests installinator_api
110222026-03-02T23:43:15.383Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e86e3077144890a9.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-4b02dd2ad57a3dba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110232026-03-02T23:43:16.083Z
110242026-03-02T23:43:16.083Zrunning 2 tests
110252026-03-02T23:43:16.083Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
110262026-03-02T23:43:16.083Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
110272026-03-02T23:43:16.083Z
110282026-03-02T23:43:16.083Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110292026-03-02T23:43:16.083Z
110302026-03-02T23:43:16.108Z Doc-tests installinator_client
110312026-03-02T23:43:16.111Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-537d87daaf9a36b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110322026-03-02T23:43:16.513Z
110332026-03-02T23:43:16.513Zrunning 0 tests
110342026-03-02T23:43:16.513Z
110352026-03-02T23:43:16.513Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110362026-03-02T23:43:16.513Z
110372026-03-02T23:43:16.539Z Doc-tests installinator_common
110382026-03-02T23:43:16.542Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-4b02dd2ad57a3dba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110392026-03-02T23:43:16.892Z
110402026-03-02T23:43:16.892Zrunning 0 tests
110412026-03-02T23:43:16.892Z
110422026-03-02T23:43:16.892Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110432026-03-02T23:43:16.892Z
110442026-03-02T23:43:16.922Z Doc-tests installinator_common_versions
110452026-03-02T23:43:16.925Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4b02dd2ad57a3dba.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110462026-03-02T23:43:17.526Z
110472026-03-02T23:43:17.528Zrunning 1 test
110482026-03-02T23:43:17.528Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
110492026-03-02T23:43:17.528Z
110502026-03-02T23:43:17.528Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110512026-03-02T23:43:17.528Z
110522026-03-02T23:43:17.545Z Doc-tests internal_dns_resolver
110532026-03-02T23:43:17.548Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-2a3368a5e8015582.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-7e71ff6c28ce4de2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110542026-03-02T23:43:17.810Z
110552026-03-02T23:43:17.810Zrunning 0 tests
110562026-03-02T23:43:17.810Z
110572026-03-02T23:43:17.810Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110582026-03-02T23:43:17.810Z
110592026-03-02T23:43:17.837Z Doc-tests internal_dns_types
110602026-03-02T23:43:17.840Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110612026-03-02T23:43:18.092Z
110622026-03-02T23:43:18.092Zrunning 0 tests
110632026-03-02T23:43:18.092Z
110642026-03-02T23:43:18.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110652026-03-02T23:43:18.092Z
110662026-03-02T23:43:18.119Z Doc-tests internal_dns_types_versions
110672026-03-02T23:43:18.124Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-89c13eaa4d119aa5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110682026-03-02T23:43:18.907Z
110692026-03-02T23:43:18.907Zrunning 1 test
110702026-03-02T23:43:18.907Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
110712026-03-02T23:43:18.907Z
110722026-03-02T23:43:18.907Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
110732026-03-02T23:43:18.907Z
110742026-03-02T23:43:18.938Z Doc-tests ipcc
110752026-03-02T23:43:18.941Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-800a14e1a8c4d7b8.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-941573c475de7dc4.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-a947a27c8e2b2cb2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110762026-03-02T23:43:19.077Z
110772026-03-02T23:43:19.077Zrunning 0 tests
110782026-03-02T23:43:19.077Z
110792026-03-02T23:43:19.077Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110802026-03-02T23:43:19.077Z
110812026-03-02T23:43:19.095Z Doc-tests key_manager
110822026-03-02T23:43:19.098Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-032078021c49cc9d.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-5efe3dfa5eb0e31c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110832026-03-02T23:43:19.327Z
110842026-03-02T23:43:19.327Zrunning 0 tests
110852026-03-02T23:43:19.327Z
110862026-03-02T23:43:19.327Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110872026-03-02T23:43:19.327Z
110882026-03-02T23:43:19.351Z Doc-tests key_manager_types
110892026-03-02T23:43:19.355Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5efe3dfa5eb0e31c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110902026-03-02T23:43:19.413Z
110912026-03-02T23:43:19.413Zrunning 0 tests
110922026-03-02T23:43:19.413Z
110932026-03-02T23:43:19.413Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110942026-03-02T23:43:19.413Z
110952026-03-02T23:43:19.424Z Doc-tests live_tests_macros
110962026-03-02T23:43:19.427Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-66c50a46d9ffe39a.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110972026-03-02T23:43:19.982Z
110982026-03-02T23:43:19.982Zrunning 1 test
110992026-03-02T23:43:19.982Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
111002026-03-02T23:43:19.982Z
111012026-03-02T23:43:19.982Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111022026-03-02T23:43:19.982Z
111032026-03-02T23:43:19.996Z Doc-tests nexus_auth
111042026-03-02T23:43:19.999Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-2331e216153839e6.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-32ffae4a23eb5989.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-006080970c76a089.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
111052026-03-02T23:43:21.226Z
111062026-03-02T23:43:21.226Zrunning 0 tests
111072026-03-02T23:43:21.226Z
111082026-03-02T23:43:21.226Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111092026-03-02T23:43:21.226Z
111102026-03-02T23:43:21.278Z Doc-tests nexus_background_task_interface
111112026-03-02T23:43:21.278Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3d05927503e9e448.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111122026-03-02T23:43:21.359Z
111132026-03-02T23:43:21.359Zrunning 0 tests
111142026-03-02T23:43:21.359Z
111152026-03-02T23:43:21.360Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111162026-03-02T23:43:21.360Z
111172026-03-02T23:43:21.370Z Doc-tests nexus_client
111182026-03-02T23:43:21.374Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111192026-03-02T23:43:22.191Z
111202026-03-02T23:43:22.191Zrunning 0 tests
111212026-03-02T23:43:22.191Z
111222026-03-02T23:43:22.191Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111232026-03-02T23:43:22.191Z
111242026-03-02T23:43:22.235Z Doc-tests nexus_config
111252026-03-02T23:43:22.238Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111262026-03-02T23:43:22.992Z
111272026-03-02T23:43:22.992Zrunning 0 tests
111282026-03-02T23:43:22.992Z
111292026-03-02T23:43:22.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111302026-03-02T23:43:22.992Z
111312026-03-02T23:43:23.037Z Doc-tests nexus_db_errors
111322026-03-02T23:43:23.038Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-085db868a71bc273.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-03a1f6f1601429dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111332026-03-02T23:43:23.550Z
111342026-03-02T23:43:23.550Zrunning 0 tests
111352026-03-02T23:43:23.550Z
111362026-03-02T23:43:23.550Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111372026-03-02T23:43:23.550Z
111382026-03-02T23:43:23.589Z Doc-tests nexus_db_fixed_data
111392026-03-02T23:43:23.593Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-32ffae4a23eb5989.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
111402026-03-02T23:43:24.070Z
111412026-03-02T23:43:24.070Zrunning 0 tests
111422026-03-02T23:43:24.070Z
111432026-03-02T23:43:24.071Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111442026-03-02T23:43:24.071Z
111452026-03-02T23:43:24.109Z Doc-tests nexus_db_lookup
111462026-03-02T23:43:24.114Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-57f2e7981a08b542.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ca394a332366b42f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-03a1f6f1601429dd.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
111472026-03-02T23:43:24.970Z
111482026-03-02T23:43:24.970Zrunning 0 tests
111492026-03-02T23:43:24.970Z
111502026-03-02T23:43:24.970Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111512026-03-02T23:43:24.970Z
111522026-03-02T23:43:25.018Z Doc-tests nexus_db_model
111532026-03-02T23:43:25.022Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-57f2e7981a08b542.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cb5bd6a5195e8e6c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6a6243008c863a1d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-66403f0acd3fbdc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b6211ea91537da45.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
111542026-03-02T23:43:45.063Z
111552026-03-02T23:43:45.063Zrunning 2 tests
111562026-03-02T23:43:45.071Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
111572026-03-02T23:43:45.074Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
111582026-03-02T23:43:45.074Z
111592026-03-02T23:43:45.074Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
111602026-03-02T23:43:45.074Z
111612026-03-02T23:43:45.221Z Doc-tests nexus_db_queries
111622026-03-02T23:43:45.225Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f3df2a394fb1aa2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-57f2e7981a08b542.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ca394a332366b42f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-03a1f6f1601429dd.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-32ffae4a23eb5989.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-46b553f94abe0387.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-66403f0acd3fbdc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-006080970c76a089.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5118ac6f015b2311.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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-13/lib/amd64 --document-private-items -D warnings --error-format human`
111632026-03-02T23:43:53.841Z
111642026-03-02T23:43:53.842Zrunning 2 tests
111652026-03-02T23:43:53.845Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 433) ... ignored
111662026-03-02T23:43:53.848Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
111672026-03-02T23:43:53.848Z
111682026-03-02T23:43:53.848Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111692026-03-02T23:43:53.848Z
111702026-03-02T23:43:53.957Z Doc-tests nexus_db_schema
111712026-03-02T23:43:53.957Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-085db868a71bc273.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
111722026-03-02T23:44:01.636Z
111732026-03-02T23:44:01.636Zrunning 0 tests
111742026-03-02T23:44:01.636Z
111752026-03-02T23:44:01.636Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111762026-03-02T23:44:01.636Z
111772026-03-02T23:44:01.861Z Doc-tests nexus_defaults
111782026-03-02T23:44:01.861Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bf57061796bb2ede.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cb5bd6a5195e8e6c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111792026-03-02T23:44:02.080Z
111802026-03-02T23:44:02.080Zrunning 0 tests
111812026-03-02T23:44:02.080Z
111822026-03-02T23:44:02.080Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111832026-03-02T23:44:02.080Z
111842026-03-02T23:44:02.104Z Doc-tests nexus_external_api
111852026-03-02T23:44:02.107Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1961a89b1723ffce.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d35a88ed38958201.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-9d00542ff6da8673.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111862026-03-02T23:44:03.646Z
111872026-03-02T23:44:03.646Zrunning 2 tests
111882026-03-02T23:44:03.646Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 179) ... ignored
111892026-03-02T23:44:03.646Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 185) ... ignored
111902026-03-02T23:44:03.646Z
111912026-03-02T23:44:03.646Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111922026-03-02T23:44:03.646Z
111932026-03-02T23:44:03.701Z Doc-tests nexus_internal_api
111942026-03-02T23:44:03.702Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7e81a27920dd605f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111952026-03-02T23:44:04.693Z
111962026-03-02T23:44:04.693Zrunning 2 tests
111972026-03-02T23:44:04.693Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
111982026-03-02T23:44:04.694Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
111992026-03-02T23:44:04.694Z
112002026-03-02T23:44:04.694Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112012026-03-02T23:44:04.694Z
112022026-03-02T23:44:04.738Z Doc-tests nexus_inventory
112032026-03-02T23:44:04.742Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-92f1fa68d1c5aabe.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-66403f0acd3fbdc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-c5d5d307f2544e32.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-548f7a8e4b74cafb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112042026-03-02T23:44:05.261Z
112052026-03-02T23:44:05.261Zrunning 0 tests
112062026-03-02T23:44:05.261Z
112072026-03-02T23:44:05.261Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112082026-03-02T23:44:05.261Z
112092026-03-02T23:44:05.301Z Doc-tests nexus_lockstep_api
112102026-03-02T23:44:05.301Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d703376dd51db557.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5d978d100434a1dc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-9d00542ff6da8673.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112112026-03-02T23:44:06.283Z
112122026-03-02T23:44:06.283Zrunning 2 tests
112132026-03-02T23:44:06.283Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 65) ... ignored
112142026-03-02T23:44:06.284Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 71) ... ignored
112152026-03-02T23:44:06.284Z
112162026-03-02T23:44:06.287Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112172026-03-02T23:44:06.287Z
112182026-03-02T23:44:06.323Z Doc-tests nexus_lockstep_client
112192026-03-02T23:44:06.326Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112202026-03-02T23:44:09.010Z
112212026-03-02T23:44:09.010Zrunning 0 tests
112222026-03-02T23:44:09.010Z
112232026-03-02T23:44:09.010Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112242026-03-02T23:44:09.010Z
112252026-03-02T23:44:09.081Z Doc-tests nexus_macros_common
112262026-03-02T23:44:09.081Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-727173de81aeb9fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112272026-03-02T23:44:09.146Z
112282026-03-02T23:44:09.146Zrunning 0 tests
112292026-03-02T23:44:09.146Z
112302026-03-02T23:44:09.146Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112312026-03-02T23:44:09.146Z
112322026-03-02T23:44:09.158Z Doc-tests nexus_metrics_producer_gc
112332026-03-02T23:44:09.161Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f7c163f840a5b74c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bd874581c32d71c8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-820a13068d34fe63.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
112342026-03-02T23:44:09.696Z
112352026-03-02T23:44:09.696Zrunning 0 tests
112362026-03-02T23:44:09.696Z
112372026-03-02T23:44:09.696Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112382026-03-02T23:44:09.696Z
112392026-03-02T23:44:09.746Z Doc-tests nexus_mgs_updates
112402026-03-02T23:44:09.746Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-cddd686ab9ad7f45.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-615c9ee38861d0f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-dfec26dbdee87fd1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112412026-03-02T23:44:10.274Z
112422026-03-02T23:44:10.274Zrunning 0 tests
112432026-03-02T23:44:10.274Z
112442026-03-02T23:44:10.274Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112452026-03-02T23:44:10.274Z
112462026-03-02T23:44:10.317Z Doc-tests nexus_networking
112472026-03-02T23:44:10.321Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b5dd29da7616a8ba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
112482026-03-02T23:44:10.859Z
112492026-03-02T23:44:10.859Zrunning 0 tests
112502026-03-02T23:44:10.859Z
112512026-03-02T23:44:10.859Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112522026-03-02T23:44:10.859Z
112532026-03-02T23:44:10.906Z Doc-tests nexus_reconfigurator_blippy
112542026-03-02T23:44:10.906Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d587cb581310d033.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-de3152e0cba0ebc8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112552026-03-02T23:44:11.304Z
112562026-03-02T23:44:11.304Zrunning 0 tests
112572026-03-02T23:44:11.304Z
112582026-03-02T23:44:11.304Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112592026-03-02T23:44:11.304Z
112602026-03-02T23:44:11.341Z Doc-tests nexus_reconfigurator_execution
112612026-03-02T23:44:11.346Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-92f1fa68d1c5aabe.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c4c364fdcd831b03.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bd874581c32d71c8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-cddd686ab9ad7f45.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b5dd29da7616a8ba.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5176f163164bb79e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a5c41da93642dca0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-2c0326d9d4b62150.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-069336ccb4d70d63.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
112622026-03-02T23:44:11.933Z
112632026-03-02T23:44:11.933Zrunning 0 tests
112642026-03-02T23:44:11.933Z
112652026-03-02T23:44:11.933Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112662026-03-02T23:44:11.933Z
112672026-03-02T23:44:11.982Z Doc-tests nexus_reconfigurator_planning
112682026-03-02T23:44:11.985Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-de3152e0cba0ebc8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-53acfe75a515a69c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cea1abe67b6d8684.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-548f7a8e4b74cafb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112692026-03-02T23:44:12.707Z
112702026-03-02T23:44:12.707Zrunning 0 tests
112712026-03-02T23:44:12.707Z
112722026-03-02T23:44:12.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112732026-03-02T23:44:12.707Z
112742026-03-02T23:44:12.753Z Doc-tests nexus_reconfigurator_preparation
112752026-03-02T23:44:12.753Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a5c41da93642dca0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
112762026-03-02T23:44:13.276Z
112772026-03-02T23:44:13.276Zrunning 0 tests
112782026-03-02T23:44:13.276Z
112792026-03-02T23:44:13.276Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112802026-03-02T23:44:13.276Z
112812026-03-02T23:44:13.322Z Doc-tests nexus_reconfigurator_rendezvous
112822026-03-02T23:44:13.325Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-83acf82480682dd0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
112832026-03-02T23:44:13.856Z
112842026-03-02T23:44:13.856Zrunning 0 tests
112852026-03-02T23:44:13.856Z
112862026-03-02T23:44:13.856Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112872026-03-02T23:44:13.856Z
112882026-03-02T23:44:13.901Z Doc-tests nexus_reconfigurator_simulation
112892026-03-02T23:44:13.904Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-53acfe75a515a69c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-d00a5a3077feb624.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-552ad8c151cff9f1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-15843b8d737d66fd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-548f7a8e4b74cafb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112902026-03-02T23:44:14.436Z
112912026-03-02T23:44:14.436Zrunning 0 tests
112922026-03-02T23:44:14.436Z
112932026-03-02T23:44:14.436Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112942026-03-02T23:44:14.436Z
112952026-03-02T23:44:14.477Z Doc-tests nexus_saga_recovery
112962026-03-02T23:44:14.480Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d8c143cef95b29ee.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-2c0326d9d4b62150.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
112972026-03-02T23:44:14.933Z
112982026-03-02T23:44:14.933Zrunning 0 tests
112992026-03-02T23:44:14.933Z
113002026-03-02T23:44:14.933Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113012026-03-02T23:44:14.933Z
113022026-03-02T23:44:14.972Z Doc-tests nexus_test_interface
113032026-03-02T23:44:14.972Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-032078021c49cc9d.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5b8156f7b5f80cc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
113042026-03-02T23:44:15.495Z
113052026-03-02T23:44:15.495Zrunning 0 tests
113062026-03-02T23:44:15.495Z
113072026-03-02T23:44:15.497Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113082026-03-02T23:44:15.497Z
113092026-03-02T23:44:15.540Z Doc-tests nexus_test_utils
113102026-03-02T23:44:15.544Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5b8156f7b5f80cc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-4168b1f5cae4a209.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4b68e85bbb97db78.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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-13/lib/amd64 --document-private-items -D warnings --error-format human`
113112026-03-02T23:44:16.610Z
113122026-03-02T23:44:16.610Zrunning 0 tests
113132026-03-02T23:44:16.610Z
113142026-03-02T23:44:16.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113152026-03-02T23:44:16.611Z
113162026-03-02T23:44:16.663Z Doc-tests nexus_test_utils_macros
113172026-03-02T23:44:16.666Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2c0326d9d4b62150.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113182026-03-02T23:44:16.739Z
113192026-03-02T23:44:16.739Zrunning 1 test
113202026-03-02T23:44:16.742Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
113212026-03-02T23:44:16.743Z
113222026-03-02T23:44:16.743Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113232026-03-02T23:44:16.743Z
113242026-03-02T23:44:16.752Z Doc-tests nexus_types
113252026-03-02T23:44:16.755Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1961a89b1723ffce.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-9d00542ff6da8673.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113262026-03-02T23:44:19.719Z
113272026-03-02T23:44:19.719Zrunning 3 tests
113282026-03-02T23:44:19.719Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3119) ... ignored
113292026-03-02T23:44:19.719Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 2991) ... ignored
113302026-03-02T23:44:19.719Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 1867) ... ignored
113312026-03-02T23:44:19.719Z
113322026-03-02T23:44:19.722Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
113332026-03-02T23:44:19.723Z
113342026-03-02T23:44:19.802Z Doc-tests nexus_types_versions
113352026-03-02T23:44:19.802Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1961a89b1723ffce.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-9d00542ff6da8673.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113362026-03-02T23:44:23.547Z
113372026-03-02T23:44:23.547Zrunning 1 test
113382026-03-02T23:44:23.547Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
113392026-03-02T23:44:23.547Z
113402026-03-02T23:44:23.547Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113412026-03-02T23:44:23.547Z
113422026-03-02T23:44:23.644Z Doc-tests ntp_admin_api
113432026-03-02T23:44:23.644Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-e034e9a220a18db1.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-46867b24ddf6bff7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113442026-03-02T23:44:24.293Z
113452026-03-02T23:44:24.293Zrunning 2 tests
113462026-03-02T23:44:24.293Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 45) ... ignored
113472026-03-02T23:44:24.293Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 51) ... ignored
113482026-03-02T23:44:24.293Z
113492026-03-02T23:44:24.293Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
113502026-03-02T23:44:24.293Z
113512026-03-02T23:44:24.315Z Doc-tests ntp_admin_client
113522026-03-02T23:44:24.318Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113532026-03-02T23:44:24.510Z
113542026-03-02T23:44:24.510Zrunning 0 tests
113552026-03-02T23:44:24.510Z
113562026-03-02T23:44:24.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113572026-03-02T23:44:24.510Z
113582026-03-02T23:44:24.531Z Doc-tests ntp_admin_types
113592026-03-02T23:44:24.534Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f76b81e32b6d6ca2.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-46867b24ddf6bff7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113602026-03-02T23:44:24.615Z
113612026-03-02T23:44:24.615Zrunning 0 tests
113622026-03-02T23:44:24.615Z
113632026-03-02T23:44:24.615Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113642026-03-02T23:44:24.615Z
113652026-03-02T23:44:24.627Z Doc-tests ntp_admin_types_versions
113662026-03-02T23:44:24.630Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-46867b24ddf6bff7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113672026-03-02T23:44:25.222Z
113682026-03-02T23:44:25.222Zrunning 1 test
113692026-03-02T23:44:25.222Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
113702026-03-02T23:44:25.222Z
113712026-03-02T23:44:25.222Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113722026-03-02T23:44:25.222Z
113732026-03-02T23:44:25.239Z Doc-tests omicron_certificates
113742026-03-02T23:44:25.242Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-800f9bab2506898c.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ce23beb6eb3676f9.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6a6243008c863a1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-3002f96437acd722.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113752026-03-02T23:44:25.473Z
113762026-03-02T23:44:25.473Zrunning 0 tests
113772026-03-02T23:44:25.473Z
113782026-03-02T23:44:25.473Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113792026-03-02T23:44:25.473Z
113802026-03-02T23:44:25.498Z Doc-tests omicron_clickhouse_admin
113812026-03-02T23:44:25.501Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-455f4fafb1c50e3c.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-9a4ce45dd6bb1d96.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-b01e5e0b536e8e48.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c55f16d54d544714.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113822026-03-02T23:44:25.936Z
113832026-03-02T23:44:25.936Zrunning 0 tests
113842026-03-02T23:44:25.936Z
113852026-03-02T23:44:25.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113862026-03-02T23:44:25.936Z
113872026-03-02T23:44:25.974Z Doc-tests omicron_cockroach_admin
113882026-03-02T23:44:25.974Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7ea2bfb0535a24d3.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-68cc4fb85bd84e40.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-0a4b298c80db40a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-4168b1f5cae4a209.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
113892026-03-02T23:44:26.284Z
113902026-03-02T23:44:26.284Zrunning 0 tests
113912026-03-02T23:44:26.284Z
113922026-03-02T23:44:26.284Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113932026-03-02T23:44:26.284Z
113942026-03-02T23:44:26.314Z Doc-tests omicron_cockroach_metrics
113952026-03-02T23:44:26.317Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-5fc0dc3588b015ed.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-66403f0acd3fbdc0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-a8fcf40a6d269175.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113962026-03-02T23:44:28.965Z
113972026-03-02T23:44:28.965Zrunning 1 test
113982026-03-02T23:44:28.968Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
113992026-03-02T23:44:28.968Z
114002026-03-02T23:44:28.969Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114012026-03-02T23:44:28.969Z
114022026-03-02T23:44:28.996Z Doc-tests omicron_common
114032026-03-02T23:44:28.999Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1961a89b1723ffce.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-dc1a729313376c55.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-f0d02969b110bfff.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern progenitor_client010=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-53016268b2702be6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-d665ddf1fd1eb449.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
114042026-03-02T23:44:36.237Z
114052026-03-02T23:44:36.237Zrunning 3 tests
114062026-03-02T23:44:36.240Ztest common/src/lib.rs - FileKv (line 38) ... ignored
114072026-03-02T23:44:36.244Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 651) ... ok
114082026-03-02T23:44:36.244Ztest common/src/lib.rs - BytesToHexDebug (line 115) ... ok
114092026-03-02T23:44:36.247Z
114102026-03-02T23:44:36.247Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
114112026-03-02T23:44:36.247Z
114122026-03-02T23:44:36.315Z Doc-tests omicron_ddm_admin_client
114132026-03-02T23:44:36.318Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e7285c9a2475bf10.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114142026-03-02T23:44:36.605Z
114152026-03-02T23:44:36.605Zrunning 0 tests
114162026-03-02T23:44:36.605Z
114172026-03-02T23:44:36.605Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114182026-03-02T23:44:36.605Z
114192026-03-02T23:44:36.634Z Doc-tests omicron_dev_lib
114202026-03-02T23:44:36.637Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b9bf1208c93b2e2e.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bf0b84efdfafe284.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114212026-03-02T23:44:37.018Z
114222026-03-02T23:44:37.018Zrunning 0 tests
114232026-03-02T23:44:37.018Z
114242026-03-02T23:44:37.018Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114252026-03-02T23:44:37.018Z
114262026-03-02T23:44:37.054Z Doc-tests omicron_gateway
114272026-03-02T23:44:37.057Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-7f9aa36ff8c22200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-beeeab8b7ab46b51.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-39b6b2a30a528844.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-941573c475de7dc4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-2607550a29149bf9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-aebcb169fd932054.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-8ae856682eb1cbce.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114282026-03-02T23:44:37.807Z
114292026-03-02T23:44:37.807Zrunning 0 tests
114302026-03-02T23:44:37.807Z
114312026-03-02T23:44:37.807Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114322026-03-02T23:44:37.807Z
114332026-03-02T23:44:37.858Z Doc-tests omicron_ls_apis
114342026-03-02T23:44:37.858Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-01eb04f9a54b8339.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-94339b0bfbeb3ef2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114352026-03-02T23:44:38.120Z
114362026-03-02T23:44:38.120Zrunning 1 test
114372026-03-02T23:44:38.124Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
114382026-03-02T23:44:38.124Z
114392026-03-02T23:44:38.124Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114402026-03-02T23:44:38.124Z
114412026-03-02T23:44:38.142Z Doc-tests omicron_nexus
114422026-03-02T23:44:38.146Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f7c163f840a5b74c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-92f1fa68d1c5aabe.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-a03f28c15d4c9649.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-c4c364fdcd831b03.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-40334ae811d97fd5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-fc5571852f317beb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-085db868a71bc273.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-5e2e621821bb5a77.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1014431a745deeb0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-bd874581c32d71c8.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-1436f3373bbc3644.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-cad92db143e718c2.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-3d05927503e9e448.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-38b1eb38e5321419.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-65c48aeb099de186.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-2a26fe6a923eb65f.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-25ac449aeda59018.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-cb5bd6a5195e8e6c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-d35a88ed38958201.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7e81a27920dd605f.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-5d978d100434a1dc.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-820a13068d34fe63.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-cddd686ab9ad7f45.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-b5dd29da7616a8ba.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-5176f163164bb79e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-a5c41da93642dca0.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-83acf82480682dd0.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-d8c143cef95b29ee.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-a5b8156f7b5f80cc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-2c0326d9d4b62150.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-9d00542ff6da8673.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-66403f0acd3fbdc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-069336ccb4d70d63.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-c27281ebe7fbcab4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ec9a7f572e08003e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4b68e85bbb97db78.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-a8fcf40a6d269175.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-7300718b1cfca620.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-745844d85b1f8543.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-ab436a188cf9000a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-c32f8d9b0fab7f01.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-8fb33aed29d3b1fd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-d7152758803484e3.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-85b15b89c1641370.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-61845530d575cda1.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f40c7541594c3dec.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-006bb4f65ca4c4a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-cad9d362c62214a4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-6e3db23352d37a3b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
114432026-03-02T23:44:52.606Z
114442026-03-02T23:44:52.607Zrunning 6 tests
114452026-03-02T23:44:52.610Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2507) ... ignored
114462026-03-02T23:44:52.610Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 254) ... ignored
114472026-03-02T23:44:52.614Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1050) ... ok
114482026-03-02T23:44:52.614Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 978) ... ok
114492026-03-02T23:44:52.617Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1020) ... ok
114502026-03-02T23:44:52.617Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 956) ... ok
114512026-03-02T23:44:52.617Z
114522026-03-02T23:44:52.617Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
114532026-03-02T23:44:52.617Z
114542026-03-02T23:44:52.753Z Doc-tests omicron_ntp_admin
114552026-03-02T23:44:52.756Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-cac068589a646028.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-e034e9a220a18db1.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-f76b81e32b6d6ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-4f1eed6c8f2f7139.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
114562026-03-02T23:44:53.021Z
114572026-03-02T23:44:53.021Zrunning 0 tests
114582026-03-02T23:44:53.022Z
114592026-03-02T23:44:53.022Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114602026-03-02T23:44:53.022Z
114612026-03-02T23:44:53.048Z Doc-tests omicron_package
114622026-03-02T23:44:53.052Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-4113bbe7e3c7b380.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-a5096caa5f23b57a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-40a9416e269b5973.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-30ae21b684c14b46.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114632026-03-02T23:44:53.303Z
114642026-03-02T23:44:53.303Zrunning 0 tests
114652026-03-02T23:44:53.303Z
114662026-03-02T23:44:53.303Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114672026-03-02T23:44:53.304Z
114682026-03-02T23:44:53.323Z Doc-tests omicron_passwords
114692026-03-02T23:44:53.326Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-4bd811cdca7308a1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-be6e958c7a2fb8aa.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114702026-03-02T23:44:53.454Z
114712026-03-02T23:44:53.454Zrunning 0 tests
114722026-03-02T23:44:53.454Z
114732026-03-02T23:44:53.454Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114742026-03-02T23:44:53.454Z
114752026-03-02T23:44:53.471Z Doc-tests omicron_pins
114762026-03-02T23:44:53.474Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-24eb4f060d9e8888.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-424c4a7ad4073533.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114772026-03-02T23:44:53.578Z
114782026-03-02T23:44:53.578Zrunning 0 tests
114792026-03-02T23:44:53.578Z
114802026-03-02T23:44:53.578Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114812026-03-02T23:44:53.578Z
114822026-03-02T23:44:53.593Z Doc-tests omicron_repl_utils
114832026-03-02T23:44:53.597Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-7f87274c14212cfc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114842026-03-02T23:44:53.679Z
114852026-03-02T23:44:53.679Zrunning 0 tests
114862026-03-02T23:44:53.679Z
114872026-03-02T23:44:53.679Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114882026-03-02T23:44:53.679Z
114892026-03-02T23:44:53.693Z Doc-tests omicron_rpaths
114902026-03-02T23:44:53.695Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0f40d4371e309ef3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114912026-03-02T23:44:53.754Z
114922026-03-02T23:44:53.754Zrunning 0 tests
114932026-03-02T23:44:53.754Z
114942026-03-02T23:44:53.754Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114952026-03-02T23:44:53.754Z
114962026-03-02T23:44:53.765Z Doc-tests omicron_sled_agent
114972026-03-02T23:44:53.770Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-ebb899d64b0dc5ad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-45f77a910e2b31b4.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-1b9a8cc411285bbe.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f347def48f550b19.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-316a9239b06f0b34.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-3905703afc1839ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-f823d5e8448f0051.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9a87b03db2171386.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-333da7f30c62c504.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-3d58fe056587e2e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d50d59e3f4d53f3f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-def746e7eb804baf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0eb1172f7f683fb1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4d865b9ac8b05a27.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-9ad9e08f9914614b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-de3152e0cba0ebc8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-40d8e288bf104ec8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-90c842a6e7ff78d6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-53d6dfabf4dfa2ae.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-33d0d58cbfd77f9a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-615c9ee38861d0f4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-dfec26dbdee87fd1.rlib --extern reqwest012=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0de081c40ed7ff9.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-003fa26f3dc6f3e2.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-576f6a9acee0f1fe.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6779b0f0dfa9df3c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-255b1fb136368c86.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-24fd4d980bec32e6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
114982026-03-02T23:44:55.622Z
114992026-03-02T23:44:55.622Zrunning 0 tests
115002026-03-02T23:44:55.622Z
115012026-03-02T23:44:55.622Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115022026-03-02T23:44:55.622Z
115032026-03-02T23:44:55.695Z Doc-tests omicron_test_utils
115042026-03-02T23:44:55.699Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-62ab5388c2ead6be.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-4d1c13631f59c0a4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-44a72f62f5c98b08.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-6cd7c06605e6956f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-2b7220fa855174a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1007dc04ff25c671.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-2124dfe23d5b97bf.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-250953c6daa31814.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-272bee5b8028af44.rlib -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`
115052026-03-02T23:45:08.023Z
115062026-03-02T23:45:08.023Zrunning 2 tests
115072026-03-02T23:45:08.031Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 267) ... ok
115082026-03-02T23:45:08.034Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
115092026-03-02T23:45:08.034Z
115102026-03-02T23:45:08.034Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
115112026-03-02T23:45:08.034Z
115122026-03-02T23:45:08.058Z
115132026-03-02T23:45:08.058Zrunning 1 test
115142026-03-02T23:45:08.061Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 255) ... ignored
115152026-03-02T23:45:08.061Z
115162026-03-02T23:45:08.061Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
115172026-03-02T23:45:08.061Z
115182026-03-02T23:45:08.061Zall doctests ran in 11.87s; merged doctests compilation took 11.83s
115192026-03-02T23:45:08.107Z Doc-tests omicron_uuid_kinds
115202026-03-02T23:45:08.110Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7b8cc660aaeba8f0.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-7bf0a588af8cc67d.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-051ed0912bcc526d.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib -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`
115212026-03-02T23:45:08.321Z
115222026-03-02T23:45:08.321Zrunning 0 tests
115232026-03-02T23:45:08.321Z
115242026-03-02T23:45:08.321Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115252026-03-02T23:45:08.321Z
115262026-03-02T23:45:08.339Z Doc-tests omicron_workspace_hack
115272026-03-02T23:45:08.344Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4535aca8ab318c48.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4e8f28f0989e36db.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-9e4f406f25730262.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-3498298cb3287a8d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-0a4b7964ee767b1f.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2b8f5067655268d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-cfaa2511914227eb.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a6e1ab1532f8efa3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-7979b4ba2f5cd7b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-9c904fcf61dafeed.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ed4a167fa0195d62.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-7fcf3363fa4d8b33.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-8092346747846701.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-baf0c92fd85ce9a3.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-16e875d6462de814.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-bd8ba8cf7e2e74e8.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-3721e944948a813f.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-a1da87ac9f71d3b4.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-5d4dd4f25a3a940c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-8cc7363774f95bde.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-268aa15817046b32.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-e928439ca5bf1281.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-3339533b116e0c4f.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-8dd14f65ad0dd7aa.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7b01dd16734868d8.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-0d6795d8b7b26bdb.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fbaeb29d3673a0a9.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-43bf1ca6a514b6aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-597297e42a37300a.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-27609812460f1d12.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-4081dd690b8536d0.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-cbbe00eeba3a9834.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aa566f17b2a089a4.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-4ea66d469f289a56.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-4cbfb02a23417368.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-e5808e939444e7e7.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e1d4835446809bca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-cbef46c34d9df723.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-d175a24152610cf1.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f05a29efbbe49ca1.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-27f9c755a800f8bd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c9c06d5808196e2d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-99474a9bb4cf5197.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-d6df248ec06b9ac8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-2ef935948be155e9.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-1e52aa438e5755d8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a5ca919223679cc4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-f8c9a1def293a3d8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d587cb581310d033.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-bf57061796bb2ede.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-d47b523d2b6a239a.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-f0f9e563abed1aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-6f139e9a3dd2f1df.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-bdecca09356102e1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-960003e0783a03bd.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-3251fccde2bb069b.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-afea2278d9bc496e.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-ebd2cfde094068a5.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0abfbd36dab6dab3.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9ab2d762c9a0e654.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b84d66a6dbfce3e1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-6dcbfb1e8babd6ea.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-6e6262e2ec4ec296.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2c1fb2295e429a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-c3c45eadcf471616.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-76ae0420101700af.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-4e27467e3006387d.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-83e1061ec9d5a25a.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-065b615e0557dad8.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e32a1299c5d7cde7.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-847f833c2dcf0067.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-575d9f292fe3bb22.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1a41148c5f9922e7.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-5118ac6f015b2311.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-d5f4616655430b33.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a4b1a70913cda1fd.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c71cdd1e0c183556.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4387b5d2d51d9453.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-01dd8b748c5ec2c7.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-58235fe6368598cf.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-a6d3c572a8e45507.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-8224c8d8cdd657a3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-0a203928d01f336e.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-906117e627c53165.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d9e25338bdb217d7.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c0762f60797c2111.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-621676faf194ecf2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ab1e1b323fcc7f2e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-391aecada57f6d0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ec04b22c3ab89ecb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-284d20035accdfe5.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-8742b2988ac3906d.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-4f5d449a98ccef6e.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-403fa0d437dd0a79.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c46c21893a0bbc80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-3548ee163e1966e2.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-eba9b70a608bf3c3.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-d6d338625430a2a7.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd03c54f4155e59a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-839d4a146506079b.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-2456617dc5bbf6d2.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-ab9cad66fca2caf1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-50fca1beacd8e56b.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bdd799246e663234.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-846206e86915589a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-f92dae31b801dd6d.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1a96771fab1efe2c.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c5ec39ac863fdc65.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-5fc24b5c46adbd72.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115282026-03-02T23:45:08.395Z
115292026-03-02T23:45:08.395Zrunning 0 tests
115302026-03-02T23:45:08.395Z
115312026-03-02T23:45:08.398Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
115322026-03-02T23:45:08.398Z
115332026-03-02T23:45:08.405Z Doc-tests oxide_client
115342026-03-02T23:45:08.408Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-ec9a7f572e08003e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0769587943d5c544.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
115352026-03-02T23:45:15.454Z
115362026-03-02T23:45:15.454Zrunning 311 tests
115372026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
115382026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
115392026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
115402026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
115412026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
115422026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
115432026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
115442026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
115452026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
115462026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
115472026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
115482026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
115492026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
115502026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
115512026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
115522026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
115532026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
115542026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
115552026-03-02T23:45:15.454Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
115562026-03-02T23:45:15.459Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
115572026-03-02T23:45:15.459Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
115582026-03-02T23:45:15.459Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
115592026-03-02T23:45:15.459Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
115602026-03-02T23:45:15.460Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
115612026-03-02T23:45:15.460Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
115622026-03-02T23:45:15.460Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
115632026-03-02T23:45:15.460Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
115642026-03-02T23:45:15.460Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
115652026-03-02T23:45:15.460Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
115662026-03-02T23:45:15.460Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
115672026-03-02T23:45:15.460Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
115682026-03-02T23:45:15.460Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
115692026-03-02T23:45:15.460Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
115702026-03-02T23:45:15.460Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
115712026-03-02T23:45:15.460Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
115722026-03-02T23:45:15.460Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
115732026-03-02T23:45:15.460Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
115742026-03-02T23:45:15.460Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
115752026-03-02T23:45:15.460Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
115762026-03-02T23:45:15.460Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
115772026-03-02T23:45:15.460Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
115782026-03-02T23:45:15.461Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
115792026-03-02T23:45:15.461Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
115802026-03-02T23:45:15.461Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
115812026-03-02T23:45:15.461Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
115822026-03-02T23:45:15.461Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
115832026-03-02T23:45:15.461Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
115842026-03-02T23:45:15.461Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
115852026-03-02T23:45:15.461Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
115862026-03-02T23:45:15.461Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
115872026-03-02T23:45:15.461Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
115882026-03-02T23:45:15.461Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
115892026-03-02T23:45:15.461Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
115902026-03-02T23:45:15.461Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
115912026-03-02T23:45:15.461Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
115922026-03-02T23:45:15.461Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
115932026-03-02T23:45:15.461Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
115942026-03-02T23:45:15.461Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
115952026-03-02T23:45:15.461Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_update (line 26) ... ignored
115962026-03-02T23:45:15.462Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
115972026-03-02T23:45:15.462Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
115982026-03-02T23:45:15.462Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
115992026-03-02T23:45:15.462Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
116002026-03-02T23:45:15.462Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
116012026-03-02T23:45:15.462Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
116022026-03-02T23:45:15.462Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
116032026-03-02T23:45:15.462Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
116042026-03-02T23:45:15.462Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
116052026-03-02T23:45:15.462Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
116062026-03-02T23:45:15.462Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
116072026-03-02T23:45:15.462Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
116082026-03-02T23:45:15.462Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
116092026-03-02T23:45:15.462Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
116102026-03-02T23:45:15.462Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
116112026-03-02T23:45:15.462Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
116122026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
116132026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
116142026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
116152026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
116162026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
116172026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
116182026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
116192026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
116202026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
116212026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
116222026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
116232026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
116242026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
116252026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
116262026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
116272026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
116282026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
116292026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
116302026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
116312026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
116322026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
116332026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
116342026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
116352026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
116362026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
116372026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
116382026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
116392026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
116402026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
116412026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
116422026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 27) ... ignored
116432026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
116442026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
116452026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
116462026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
116472026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
116482026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
116492026-03-02T23:45:15.463Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
116502026-03-02T23:45:15.464Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
116512026-03-02T23:45:15.464Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
116522026-03-02T23:45:15.464Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
116532026-03-02T23:45:15.464Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
116542026-03-02T23:45:15.464Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
116552026-03-02T23:45:15.464Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
116562026-03-02T23:45:15.468Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
116572026-03-02T23:45:15.468Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
116582026-03-02T23:45:15.469Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
116592026-03-02T23:45:15.469Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
116602026-03-02T23:45:15.469Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
116612026-03-02T23:45:15.469Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
116622026-03-02T23:45:15.469Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
116632026-03-02T23:45:15.469Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
116642026-03-02T23:45:15.469Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
116652026-03-02T23:45:15.469Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
116662026-03-02T23:45:15.469Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
116672026-03-02T23:45:15.469Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
116682026-03-02T23:45:15.469Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
116692026-03-02T23:45:15.469Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
116702026-03-02T23:45:15.469Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
116712026-03-02T23:45:15.469Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
116722026-03-02T23:45:15.469Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
116732026-03-02T23:45:15.469Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
116742026-03-02T23:45:15.470Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
116752026-03-02T23:45:15.470Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
116762026-03-02T23:45:15.470Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
116772026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
116782026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
116792026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
116802026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
116812026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
116822026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
116832026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
116842026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
116852026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
116862026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
116872026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
116882026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
116892026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
116902026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
116912026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
116922026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
116932026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
116942026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
116952026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
116962026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
116972026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
116982026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
116992026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
117002026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
117012026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
117022026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
117032026-03-02T23:45:15.471Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
117042026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
117052026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
117062026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
117072026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
117082026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
117092026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
117102026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
117112026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 27) ... ignored
117122026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
117132026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
117142026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
117152026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_add (line 25) ... ignored
117162026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_list (line 28) ... ignored
117172026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_range_remove (line 23) ... ignored
117182026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_service_view (line 23) ... ignored
117192026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
117202026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
117212026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
117222026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
117232026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
117242026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
117252026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
117262026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
117272026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
117282026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
117292026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
117302026-03-02T23:45:15.472Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
117312026-03-02T23:45:15.473Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
117322026-03-02T23:45:15.473Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
117332026-03-02T23:45:15.473Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
117342026-03-02T23:45:15.473Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
117352026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
117362026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
117372026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
117382026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
117392026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
117402026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
117412026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
117422026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
117432026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
117442026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
117452026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
117462026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
117472026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
117482026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
117492026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
117502026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
117512026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
117522026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
117532026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
117542026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
117552026-03-02T23:45:15.474Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
117562026-03-02T23:45:15.478Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
117572026-03-02T23:45:15.478Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
117582026-03-02T23:45:15.478Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
117592026-03-02T23:45:15.478Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
117602026-03-02T23:45:15.478Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
117612026-03-02T23:45:15.478Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
117622026-03-02T23:45:15.478Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
117632026-03-02T23:45:15.478Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
117642026-03-02T23:45:15.478Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
117652026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
117662026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
117672026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
117682026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
117692026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
117702026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
117712026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
117722026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
117732026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
117742026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
117752026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
117762026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
117772026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
117782026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
117792026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
117802026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
117812026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
117822026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
117832026-03-02T23:45:15.479Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
117842026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
117852026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
117862026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
117872026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
117882026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
117892026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
117902026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
117912026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
117922026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
117932026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
117942026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
117952026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
117962026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
117972026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
117982026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
117992026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
118002026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
118012026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
118022026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
118032026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
118042026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
118052026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
118062026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
118072026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
118082026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
118092026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
118102026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
118112026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
118122026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
118132026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
118142026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
118152026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
118162026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
118172026-03-02T23:45:15.480Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
118182026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
118192026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
118202026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
118212026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
118222026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
118232026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
118242026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
118252026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
118262026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
118272026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
118282026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
118292026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
118302026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
118312026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
118322026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
118332026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
118342026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
118352026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
118362026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
118372026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
118382026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
118392026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
118402026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
118412026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
118422026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
118432026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
118442026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
118452026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
118462026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
118472026-03-02T23:45:15.481Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
118482026-03-02T23:45:15.481Z
118492026-03-02T23:45:15.481Ztest result: ok. 0 passed; 0 failed; 311 ignored; 0 measured; 0 filtered out; finished in 0.00s
118502026-03-02T23:45:15.481Z
118512026-03-02T23:45:15.579Z Doc-tests oximeter
118522026-03-02T23:45:15.579Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-97e3a84bc8a83160.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ffb3bfd2af595ea1.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-4b677909aa312597.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118532026-03-02T23:45:21.457Z
118542026-03-02T23:45:21.457Zrunning 2 tests
118552026-03-02T23:45:21.460Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
118562026-03-02T23:45:21.463Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
118572026-03-02T23:45:21.463Z
118582026-03-02T23:45:21.463Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
118592026-03-02T23:45:21.463Z
118602026-03-02T23:45:21.510Z Doc-tests oximeter_api
118612026-03-02T23:45:21.513Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-040109975d74caf3.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-04fc1bcdffe6c19d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118622026-03-02T23:45:22.234Z
118632026-03-02T23:45:22.234Zrunning 2 tests
118642026-03-02T23:45:22.234Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
118652026-03-02T23:45:22.234Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
118662026-03-02T23:45:22.234Z
118672026-03-02T23:45:22.237Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118682026-03-02T23:45:22.237Z
118692026-03-02T23:45:22.261Z Doc-tests oximeter_client
118702026-03-02T23:45:22.264Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118712026-03-02T23:45:22.623Z
118722026-03-02T23:45:22.623Zrunning 0 tests
118732026-03-02T23:45:22.623Z
118742026-03-02T23:45:22.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118752026-03-02T23:45:22.623Z
118762026-03-02T23:45:22.653Z Doc-tests oximeter_collector
118772026-03-02T23:45:22.657Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-12362f11ae5ad8a9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-040109975d74caf3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f6bcca0cd85727b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-4b68e85bbb97db78.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118782026-03-02T23:45:23.288Z
118792026-03-02T23:45:23.288Zrunning 0 tests
118802026-03-02T23:45:23.288Z
118812026-03-02T23:45:23.288Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118822026-03-02T23:45:23.288Z
118832026-03-02T23:45:23.337Z Doc-tests oximeter_db
118842026-03-02T23:45:23.340Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-924a2d3382a982f2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-d761d6af0de48799.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f3df2a394fb1aa2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5a02bdd32cb005b1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-5ab434a4034fc222.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c55f16d54d544714.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-b98e5f5ca94fa582.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-b789c7149d610113.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-4de252fa1fde8321.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-580ab898584e9fdb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-b6211ea91537da45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-229621499bbc22b0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-97fb8bd659ba3563.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
118852026-03-02T23:45:24.889Z
118862026-03-02T23:45:24.889Zrunning 3 tests
118872026-03-02T23:45:24.889Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
118882026-03-02T23:45:24.889Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
118892026-03-02T23:45:24.889Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
118902026-03-02T23:45:24.889Z
118912026-03-02T23:45:24.893Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
118922026-03-02T23:45:24.893Z
118932026-03-02T23:45:24.893Z
118942026-03-02T23:45:24.893Zrunning 2 tests
118952026-03-02T23:45:24.893Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
118962026-03-02T23:45:24.893Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
118972026-03-02T23:45:24.893Z
118982026-03-02T23:45:24.893Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118992026-03-02T23:45:24.893Z
119002026-03-02T23:45:24.893Zall doctests ran in 0.50s; merged doctests compilation took 0.50s
119012026-03-02T23:45:24.946Z Doc-tests oximeter_instruments
119022026-03-02T23:45:24.948Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-d37b9205f8990adb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-cb3b4a5572618c58.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
119032026-03-02T23:45:25.371Z
119042026-03-02T23:45:25.371Zrunning 0 tests
119052026-03-02T23:45:25.371Z
119062026-03-02T23:45:25.371Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119072026-03-02T23:45:25.371Z
119082026-03-02T23:45:25.406Z Doc-tests oximeter_macro_impl
119092026-03-02T23:45:25.409Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2ba024f210d1f019.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-97e3a84bc8a83160.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119102026-03-02T23:45:25.486Z
119112026-03-02T23:45:25.486Zrunning 0 tests
119122026-03-02T23:45:25.486Z
119132026-03-02T23:45:25.486Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119142026-03-02T23:45:25.486Z
119152026-03-02T23:45:25.499Z Doc-tests oximeter_producer
119162026-03-02T23:45:25.502Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-c60e930db56aeaa9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-896a1f23ae3c95ee.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-485a0f70a85a4602.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119172026-03-02T23:45:25.990Z
119182026-03-02T23:45:25.990Zrunning 0 tests
119192026-03-02T23:45:25.990Z
119202026-03-02T23:45:25.990Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119212026-03-02T23:45:25.990Z
119222026-03-02T23:45:26.034Z Doc-tests oximeter_schema
119232026-03-02T23:45:26.037Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d61228a413094487.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ffb3bfd2af595ea1.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b07a6cd46bb49e96.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119242026-03-02T23:45:26.334Z
119252026-03-02T23:45:26.334Zrunning 0 tests
119262026-03-02T23:45:26.334Z
119272026-03-02T23:45:26.334Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119282026-03-02T23:45:26.334Z
119292026-03-02T23:45:26.361Z Doc-tests oximeter_test_utils
119302026-03-02T23:45:26.364Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-3c3c262e50c2db18.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d149e1aa5106cf80.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-97e3a84bc8a83160.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-c55f16d54d544714.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119312026-03-02T23:45:26.844Z
119322026-03-02T23:45:26.844Zrunning 0 tests
119332026-03-02T23:45:26.844Z
119342026-03-02T23:45:26.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119352026-03-02T23:45:26.844Z
119362026-03-02T23:45:26.888Z Doc-tests oximeter_timeseries_macro
119372026-03-02T23:45:26.891Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2ba024f210d1f019.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-eae92ec2293735d2.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-4b677909aa312597.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-9bbba995e55746e9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-ac01f240da661f72.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-6662676745198c93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-1f65f7910250c689.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119382026-03-02T23:45:27.122Z
119392026-03-02T23:45:27.122Zrunning 0 tests
119402026-03-02T23:45:27.122Z
119412026-03-02T23:45:27.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119422026-03-02T23:45:27.122Z
119432026-03-02T23:45:27.149Z Doc-tests oximeter_types
119442026-03-02T23:45:27.149Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ffed923fbd0f186b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0815b5df15044370.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-852f92ed2604cabf.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-97e3a84bc8a83160.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-04fc1bcdffe6c19d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-801ca1e0af96fa5e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-d1784829bdbec9f1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-df2d15648f246e38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-ac7704af1c7a2f99.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119452026-03-02T23:45:28.549Z
119462026-03-02T23:45:28.549Zrunning 11 tests
119472026-03-02T23:45:29.138Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
119482026-03-02T23:45:37.647Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
119492026-03-02T23:45:37.701Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
119502026-03-02T23:45:37.801Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
119512026-03-02T23:45:37.809Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
119522026-03-02T23:45:37.840Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
119532026-03-02T23:45:37.869Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
119542026-03-02T23:45:37.891Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
119552026-03-02T23:45:38.161Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
119562026-03-02T23:45:41.395Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
119572026-03-02T23:45:42.899Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
119582026-03-02T23:45:42.899Z
119592026-03-02T23:45:42.899Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 14.35s
119602026-03-02T23:45:42.899Z
119612026-03-02T23:45:42.902Zall doctests ran in 15.19s; merged doctests compilation took 0.84s
119622026-03-02T23:45:42.939Z Doc-tests oximeter_types_versions
119632026-03-02T23:45:42.939Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-04fc1bcdffe6c19d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119642026-03-02T23:45:43.686Z
119652026-03-02T23:45:43.686Zrunning 1 test
119662026-03-02T23:45:43.686Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
119672026-03-02T23:45:43.686Z
119682026-03-02T23:45:43.686Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
119692026-03-02T23:45:43.686Z
119702026-03-02T23:45:43.713Z Doc-tests oxlog
119712026-03-02T23:45:43.716Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5401cbae2b6b622a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-def14352b8506b75.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119722026-03-02T23:45:43.823Z
119732026-03-02T23:45:43.823Zrunning 0 tests
119742026-03-02T23:45:43.823Z
119752026-03-02T23:45:43.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119762026-03-02T23:45:43.823Z
119772026-03-02T23:45:43.834Z Doc-tests oxql_types
119782026-03-02T23:45:43.838Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-b552a5abd74e3046.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-f8d2a4477cf2b4fe.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7d38da58697954eb.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-c28abea109365c87.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119792026-03-02T23:45:44.175Z
119802026-03-02T23:45:44.175Zrunning 0 tests
119812026-03-02T23:45:44.175Z
119822026-03-02T23:45:44.175Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119832026-03-02T23:45:44.175Z
119842026-03-02T23:45:44.204Z Doc-tests parallel_task_set
119852026-03-02T23:45:44.204Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2ba024f210d1f019.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-a8fcf40a6d269175.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119862026-03-02T23:45:44.277Z
119872026-03-02T23:45:44.277Zrunning 0 tests
119882026-03-02T23:45:44.277Z
119892026-03-02T23:45:44.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119902026-03-02T23:45:44.278Z
119912026-03-02T23:45:44.289Z Doc-tests range_requests
119922026-03-02T23:45:44.292Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-697abc391bbe218c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-8d2f726f910c8602.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-14bd4db4fee80a23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-b4d25865374c49b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119932026-03-02T23:45:44.453Z
119942026-03-02T23:45:44.453Zrunning 0 tests
119952026-03-02T23:45:44.453Z
119962026-03-02T23:45:44.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119972026-03-02T23:45:44.453Z
119982026-03-02T23:45:44.472Z Doc-tests reconfigurator_cli
119992026-03-02T23:45:44.475Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-e19bce47ba6e7c57.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4d5835e21ae71884.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-de5d2bbf64ba9eb6.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b51cef594bf457af.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-de3152e0cba0ebc8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-b6e9ad2fcc94f226.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-53acfe75a515a69c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-7f87274c14212cfc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-f69fa8c8b26a5b43.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cea1abe67b6d8684.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9fbdfea03a05da8f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
120002026-03-02T23:45:45.225Z
120012026-03-02T23:45:45.225Zrunning 0 tests
120022026-03-02T23:45:45.225Z
120032026-03-02T23:45:45.225Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120042026-03-02T23:45:45.225Z
120052026-03-02T23:45:45.271Z Doc-tests repo_depot_api
120062026-03-02T23:45:45.271Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-615c9ee38861d0f4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120072026-03-02T23:45:45.943Z
120082026-03-02T23:45:45.943Zrunning 2 tests
120092026-03-02T23:45:45.943Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
120102026-03-02T23:45:45.943Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
120112026-03-02T23:45:45.943Z
120122026-03-02T23:45:45.943Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
120132026-03-02T23:45:45.944Z
120142026-03-02T23:45:45.966Z Doc-tests repo_depot_client
120152026-03-02T23:45:45.969Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-dfec26dbdee87fd1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120162026-03-02T23:45:46.149Z
120172026-03-02T23:45:46.149Zrunning 0 tests
120182026-03-02T23:45:46.149Z
120192026-03-02T23:45:46.149Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120202026-03-02T23:45:46.150Z
120212026-03-02T23:45:46.170Z Doc-tests sled_agent_api
120222026-03-02T23:45:46.173Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-daea2d4c6d6f1f8a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-5e6be64fec04b26e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120232026-03-02T23:45:47.078Z
120242026-03-02T23:45:47.078Zrunning 2 tests
120252026-03-02T23:45:47.078Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 96) ... ignored
120262026-03-02T23:45:47.078Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 102) ... ignored
120272026-03-02T23:45:47.079Z
120282026-03-02T23:45:47.079Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
120292026-03-02T23:45:47.079Z
120302026-03-02T23:45:47.110Z Doc-tests sled_agent_client
120312026-03-02T23:45:47.113Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fb48151e145b8122.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-b73aecebaf331560.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120322026-03-02T23:45:49.591Z
120332026-03-02T23:45:49.592Zrunning 0 tests
120342026-03-02T23:45:49.592Z
120352026-03-02T23:45:49.592Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120362026-03-02T23:45:49.592Z
120372026-03-02T23:45:49.656Z Doc-tests sled_agent_config_reconciler
120382026-03-02T23:45:49.660Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ebe42c3b8d1b6feb.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bec41af8736e717b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-5efe3dfa5eb0e31c.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-ad747b543054a32f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a654ba7dfca26712.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-c5d5d307f2544e32.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib -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`
120392026-03-02T23:45:50.327Z
120402026-03-02T23:45:50.327Zrunning 0 tests
120412026-03-02T23:45:50.327Z
120422026-03-02T23:45:50.327Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120432026-03-02T23:45:50.328Z
120442026-03-02T23:45:50.393Z Doc-tests sled_agent_health_monitor
120452026-03-02T23:45:50.393Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-c772521d4109e792.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-003fa26f3dc6f3e2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120462026-03-02T23:45:50.632Z
120472026-03-02T23:45:50.632Zrunning 0 tests
120482026-03-02T23:45:50.633Z
120492026-03-02T23:45:50.633Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120502026-03-02T23:45:50.633Z
120512026-03-02T23:45:50.659Z Doc-tests sled_agent_measurements
120522026-03-02T23:45:50.662Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-576f6a9acee0f1fe.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
120532026-03-02T23:45:50.984Z
120542026-03-02T23:45:50.984Zrunning 0 tests
120552026-03-02T23:45:50.984Z
120562026-03-02T23:45:50.984Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120572026-03-02T23:45:50.984Z
120582026-03-02T23:45:51.014Z Doc-tests sled_agent_resolvable_files
120592026-03-02T23:45:51.017Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3066b3ace58dda21.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bec41af8736e717b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-7741d6f8a6d11042.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-36b1178678ed49cf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-c5d5d307f2544e32.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120602026-03-02T23:45:51.363Z
120612026-03-02T23:45:51.363Zrunning 0 tests
120622026-03-02T23:45:51.363Z
120632026-03-02T23:45:51.363Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120642026-03-02T23:45:51.363Z
120652026-03-02T23:45:51.394Z Doc-tests sled_agent_resolvable_files_examples
120662026-03-02T23:45:51.397Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3066b3ace58dda21.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-bec41af8736e717b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-c5d5d307f2544e32.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120672026-03-02T23:45:51.662Z
120682026-03-02T23:45:51.662Zrunning 0 tests
120692026-03-02T23:45:51.662Z
120702026-03-02T23:45:51.662Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120712026-03-02T23:45:51.662Z
120722026-03-02T23:45:51.688Z Doc-tests sled_agent_types
120732026-03-02T23:45:51.691Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-01bfdca2cc9762af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
120742026-03-02T23:45:52.082Z
120752026-03-02T23:45:52.082Zrunning 0 tests
120762026-03-02T23:45:52.082Z
120772026-03-02T23:45:52.082Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120782026-03-02T23:45:52.082Z
120792026-03-02T23:45:52.114Z Doc-tests sled_agent_types_versions
120802026-03-02T23:45:52.117Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-a181853c3b7be174.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-c87c1bfd1bc1217d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-64cd56277fc75650.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -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`
120812026-03-02T23:45:54.577Z
120822026-03-02T23:45:54.577Zrunning 1 test
120832026-03-02T23:45:54.577Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
120842026-03-02T23:45:54.580Z
120852026-03-02T23:45:54.580Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120862026-03-02T23:45:54.580Z
120872026-03-02T23:45:54.645Z Doc-tests sled_diagnostics
120882026-03-02T23:45:54.645Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-fe0456d722bba6e7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-db7d74724b41b313.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-5401cbae2b6b622a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-a8fcf40a6d269175.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4538fe264565b8a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-2c2a0bff82aa6419.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-24fd4d980bec32e6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-ca5ca176de1e9c1f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120892026-03-02T23:45:54.955Z
120902026-03-02T23:45:54.955Zrunning 0 tests
120912026-03-02T23:45:54.955Z
120922026-03-02T23:45:54.955Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120932026-03-02T23:45:54.955Z
120942026-03-02T23:45:54.984Z Doc-tests sled_hardware
120952026-03-02T23:45:54.987Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a1a64b052b31f6d4.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-5f24cf374e08de4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b9bf1208c93b2e2e.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-95834bdb0f420850.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-fb7cf2d8f77d0fda.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e26637e5617f4c7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib -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`
120962026-03-02T23:45:55.354Z
120972026-03-02T23:45:55.354Zrunning 0 tests
120982026-03-02T23:45:55.354Z
120992026-03-02T23:45:55.354Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121002026-03-02T23:45:55.354Z
121012026-03-02T23:45:55.383Z Doc-tests sled_hardware_types
121022026-03-02T23:45:55.386Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7b8cc660aaeba8f0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-de9868dc0340c409.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib -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`
121032026-03-02T23:45:55.667Z
121042026-03-02T23:45:55.668Zrunning 0 tests
121052026-03-02T23:45:55.668Z
121062026-03-02T23:45:55.668Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121072026-03-02T23:45:55.668Z
121082026-03-02T23:45:55.694Z Doc-tests sled_storage
121092026-03-02T23:45:55.697Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-9b8d246c7e3e185e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ed462446230ba54b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-ef8d483005770317.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-59b484ead9726af3.rlib -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`
121102026-03-02T23:45:56.006Z
121112026-03-02T23:45:56.006Zrunning 0 tests
121122026-03-02T23:45:56.006Z
121132026-03-02T23:45:56.006Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121142026-03-02T23:45:56.006Z
121152026-03-02T23:45:56.035Z Doc-tests sp_sim
121162026-03-02T23:45:56.038Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e1d4835446809bca.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-61bda476ada0e862.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3a9626380e27db34.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-600a7ecfeea261be.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-65d8f272880276e5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-05e4a9202fcda5f1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121172026-03-02T23:45:56.714Z
121182026-03-02T23:45:56.714Zrunning 0 tests
121192026-03-02T23:45:56.715Z
121202026-03-02T23:45:56.715Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121212026-03-02T23:45:56.715Z
121222026-03-02T23:45:56.757Z Doc-tests trust_quorum
121232026-03-02T23:45:56.760Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-32b6961ee9991afd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-eaa8ad33da6ec5f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-576f6a9acee0f1fe.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a01a2f5ce20bcf68.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-281cc853bf2ef030.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-255b1fb136368c86.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-2c5d5843763127e1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121242026-03-02T23:45:57.219Z
121252026-03-02T23:45:57.219Zrunning 0 tests
121262026-03-02T23:45:57.219Z
121272026-03-02T23:45:57.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121282026-03-02T23:45:57.219Z
121292026-03-02T23:45:57.254Z Doc-tests trust_quorum_protocol
121302026-03-02T23:45:57.257Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f5a2a231840931bf.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-32b6961ee9991afd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d1c5d6ae8191d533.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-61be4a7cb2ba8b18.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-eaa8ad33da6ec5f7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0e6b2fb9a7835ef5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-a9fe9f1222e6c9b4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b3b91e8fe3ef1a8e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-e3f1b5474dd052f3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-dadc4ffa302addcf.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-2c5d5843763127e1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib -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`
121312026-03-02T23:45:57.706Z
121322026-03-02T23:45:57.706Zrunning 0 tests
121332026-03-02T23:45:57.706Z
121342026-03-02T23:45:57.706Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121352026-03-02T23:45:57.706Z
121362026-03-02T23:45:57.739Z Doc-tests trust_quorum_test_utils
121372026-03-02T23:45:57.743Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d1c5d6ae8191d533.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-7b8cc660aaeba8f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-eaa8ad33da6ec5f7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-467979743718e3e8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-4259c1287223cc3f.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-2c5d5843763127e1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121382026-03-02T23:45:58.083Z
121392026-03-02T23:45:58.083Zrunning 0 tests
121402026-03-02T23:45:58.083Z
121412026-03-02T23:45:58.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121422026-03-02T23:45:58.084Z
121432026-03-02T23:45:58.113Z Doc-tests trust_quorum_types
121442026-03-02T23:45:58.113Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2ba024f210d1f019.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-9d26e3ca2df4f208.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-64cd56277fc75650.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121452026-03-02T23:45:58.355Z
121462026-03-02T23:45:58.355Zrunning 0 tests
121472026-03-02T23:45:58.355Z
121482026-03-02T23:45:58.355Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121492026-03-02T23:45:58.355Z
121502026-03-02T23:45:58.380Z Doc-tests trust_quorum_types_versions
121512026-03-02T23:45:58.383Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7b8cc660aaeba8f0.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-3b83da55670e8f0a.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-eaa8ad33da6ec5f7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-0d2841317c9450ea.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-c37268312e9028ff.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-64cd56277fc75650.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
121522026-03-02T23:45:59.290Z
121532026-03-02T23:45:59.290Zrunning 1 test
121542026-03-02T23:45:59.290Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
121552026-03-02T23:45:59.291Z
121562026-03-02T23:45:59.291Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
121572026-03-02T23:45:59.291Z
121582026-03-02T23:45:59.326Z Doc-tests typed_rng
121592026-03-02T23:45:59.326Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-de5d2bbf64ba9eb6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-e1e612e7dbac87d8.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-796cebb566595b6a.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-548f7a8e4b74cafb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121602026-03-02T23:45:59.426Z
121612026-03-02T23:45:59.426Zrunning 0 tests
121622026-03-02T23:45:59.426Z
121632026-03-02T23:45:59.426Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121642026-03-02T23:45:59.427Z
121652026-03-02T23:45:59.439Z Doc-tests update_common
121662026-03-02T23:45:59.442Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b10c956631964193.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121672026-03-02T23:45:59.759Z
121682026-03-02T23:45:59.759Zrunning 0 tests
121692026-03-02T23:45:59.759Z
121702026-03-02T23:45:59.759Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121712026-03-02T23:45:59.760Z
121722026-03-02T23:45:59.787Z Doc-tests update_engine
121732026-03-02T23:45:59.790Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-e6e8339882e0864d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-b476cbab3ebc9700.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-ef8b72dc7cd889fa.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-ddfcc758eeae249e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06990e652ebe396a.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-f71089930f39c4f9.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-222b2c5c60bec36d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-cbf5620019c4d681.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-984d2a72eab3587b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-cb8985e8d329ccf9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121742026-03-02T23:46:01.648Z
121752026-03-02T23:46:01.648Zrunning 4 tests
121762026-03-02T23:46:01.651Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
121772026-03-02T23:46:01.651Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
121782026-03-02T23:46:01.651Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
121792026-03-02T23:46:01.654Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
121802026-03-02T23:46:01.654Z
121812026-03-02T23:46:01.654Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
121822026-03-02T23:46:01.654Z
121832026-03-02T23:46:01.681Z Doc-tests wicket
121842026-03-02T23:46:01.685Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-f0ad0f3f88b360a1.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-4e9a4232a09a68c6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-496362133443fc3e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-ed787519e83456dc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-e25a78607935dd50.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-7affd22fd6893a37.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-dbd0deda2e253d6a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-376719857cb8fb32.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-1142157a3ff864fb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c1e3b6744498ff01.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2fcfcb35f0bca903.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f03329111091d1c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-80212553b0ad03df.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f2a2b32973fb30f9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a2aa1e4c34f1a65f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-083d4dfcae3a76f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121852026-03-02T23:46:02.593Z
121862026-03-02T23:46:02.593Zrunning 0 tests
121872026-03-02T23:46:02.593Z
121882026-03-02T23:46:02.593Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121892026-03-02T23:46:02.593Z
121902026-03-02T23:46:02.641Z Doc-tests wicket_common
121912026-03-02T23:46:02.644Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-bd3aa2c524bad91e.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-32f3b4bd9ec60dad.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121922026-03-02T23:46:03.282Z
121932026-03-02T23:46:03.282Zrunning 0 tests
121942026-03-02T23:46:03.282Z
121952026-03-02T23:46:03.282Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121962026-03-02T23:46:03.282Z
121972026-03-02T23:46:03.324Z Doc-tests wicket_dbg
121982026-03-02T23:46:03.327Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-800a14e1a8c4d7b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-e9a817205d62f855.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-032a398a788f45ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-ffd058a0359ad538.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f2a2b32973fb30f9.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d0d1ef5028b6a3b9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121992026-03-02T23:46:03.785Z
122002026-03-02T23:46:03.785Zrunning 0 tests
122012026-03-02T23:46:03.785Z
122022026-03-02T23:46:03.785Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122032026-03-02T23:46:03.785Z
122042026-03-02T23:46:03.820Z Doc-tests wicketd
122052026-03-02T23:46:03.824Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-142d12a8ca42df76.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-45f77a910e2b31b4.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-5591a1b0f96875bc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-708bbbfcfaea8aae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-697abc391bbe218c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0b55845432654624.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-800f9bab2506898c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-d587728779ad7edc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-20015a7f2ab24a15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2cf04944d013eb04.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-c9f7370c3bfe5e1d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-566dfdbece98fde0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-e9068d0167c53e94.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-0d09e87260f90c97.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-17ce449942b787b6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6a3f0c2bc74a8dc7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f15b9bf6616bce04.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-913767e3a45f3687.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8e6118deea88b7a8.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0c5347c7245efdbc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-67bdf699dd6d4f04.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-e86e3077144890a9.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-537d87daaf9a36b3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-4264633fdd337acc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-7b7276e57129cc71.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-52bf11be3f17390d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-66035c8a998faa3a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-6a6243008c863a1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-9372e29c8828aa7c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-8b7456358a0b930c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-26ce93b26fa1d45f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-1272b7c61236626f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-92b1c69c39476002.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-ae4e0d942d5c22b9.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-332dbbb9f5d1fcac.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-c5d5d307f2544e32.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f757092f549c4738.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0fe15547c5f1c020.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f4adb86dc8f60f8b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-40d259803c85ce4f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-32ebe9969dd4d203.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-90484005f186fd49.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-4fab09a38958d149.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-7879e34ee94475fb.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7655243c9319e73a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-1c44f558291a3c28.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-78e4cea284e9ca26.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f2a2b32973fb30f9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-40a01120a791aa37.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9e3c60c17f4de63d.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a2aa1e4c34f1a65f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122062026-03-02T23:46:04.533Z
122072026-03-02T23:46:04.534Zrunning 0 tests
122082026-03-02T23:46:04.534Z
122092026-03-02T23:46:04.534Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122102026-03-02T23:46:04.534Z
122112026-03-02T23:46:04.578Z Doc-tests wicketd_api
122122026-03-02T23:46:04.581Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5591a1b0f96875bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-312cba69b1a888d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-ca1626d9106b35f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-a0a698afd7d32c3e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-9e3c60c17f4de63d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122132026-03-02T23:46:05.548Z
122142026-03-02T23:46:05.548Zrunning 2 tests
122152026-03-02T23:46:05.548Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
122162026-03-02T23:46:05.548Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
122172026-03-02T23:46:05.548Z
122182026-03-02T23:46:05.548Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
122192026-03-02T23:46:05.548Z
122202026-03-02T23:46:05.587Z Doc-tests wicketd_client
122212026-03-02T23:46:05.590Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b476cbab3ebc9700.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-3ab6cea15e118255.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-42a08ddbf5fd94a7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-dc582855d2bae75a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-55e37f7c24f4dfe3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2515eb2f1813c14a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-aa0f5bd7118bc9a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-2679c8e86ca5b6f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-b561f39f43570a5d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-392bc36385414799.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-a2aa1e4c34f1a65f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122222026-03-02T23:46:07.447Z
122232026-03-02T23:46:07.447Zrunning 0 tests
122242026-03-02T23:46:07.447Z
122252026-03-02T23:46:07.447Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122262026-03-02T23:46:07.447Z
122272026-03-02T23:46:07.504Z Doc-tests xtask_downloader
122282026-03-02T23:46:07.507Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-ee56dd0c78618953.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cc2e81a48217c1f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-75fa689c5e169883.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-6389ef670fc01e5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-cab5fd3a743ade03.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-43989a3d58beefb7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-292b5d67687c1709.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-f012a4405e1725b1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-029acc0b6df857b1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-a68a9545fa137e2e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122292026-03-02T23:46:07.689Z
122302026-03-02T23:46:07.689Zrunning 1 test
122312026-03-02T23:46:07.693Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 331) ... ignored
122322026-03-02T23:46:07.693Z
122332026-03-02T23:46:07.693Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
122342026-03-02T23:46:07.693Z
122352026-03-02T23:46:07.708Z Doc-tests zfs_test_harness
122362026-03-02T23:46:07.711Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-032078021c49cc9d.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-900b3ec1817480ee.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-834daa7fc179f218.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-ec169f13d50d1495.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-ac26d79519228e85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-f43b82d471ca6d5d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-24fd4d980bec32e6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122372026-03-02T23:46:07.976Z
122382026-03-02T23:46:07.976Zrunning 0 tests
122392026-03-02T23:46:07.976Z
122402026-03-02T23:46:07.977Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122412026-03-02T23:46:07.977Z
122422026-03-02T23:46:08.003Z Doc-tests zone_setup
122432026-03-02T23:46:08.006Z Running `/home/build/.rustup/toolchains/1.91.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 dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-7e5b1b43be3d4cd2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-43939ff7d04148d0/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-1a535b08d52ade11/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-748b7de2a29e2ed3/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-8da5dbab1e183dac/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-b9654423df03ee5a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09257f49f53702fe/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2eccf9d60aceff22/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-df78b2092db34720.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-3066b3ace58dda21.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-0f5300945527f8de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d703376dd51db557.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-c0319750a4c4156e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3409ed0fbf8a5de0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2ba024f210d1f019.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-62db8415037ffaa2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-200593b9a7b987ef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c85a4dfc7c919f45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3f2b9a8bbf6ad1a5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-af907a00559a6b29.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-81fd8d8fa1b45f16.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-45fc8dd9ba48519d.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-933ab27ca108577d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-490b70ab666d52ad.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-21994d3c58c0b9b9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122442026-03-02T23:46:08.251Z
122452026-03-02T23:46:08.252Zrunning 0 tests
122462026-03-02T23:46:08.252Z
122472026-03-02T23:46:08.252Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122482026-03-02T23:46:08.252Z
122492026-03-02T23:46:08.345Z
122502026-03-02T23:46:08.345Zreal 3:15.502728475
122512026-03-02T23:46:08.345Zuser 2:45.655467714
122522026-03-02T23:46:08.345Zsys 1:07.066773968
122532026-03-02T23:46:08.345Ztrap 0.034927785
122542026-03-02T23:46:08.349Ztflt 1.041433001
122552026-03-02T23:46:08.349Zdflt 7.095686380
122562026-03-02T23:46:08.349Zkflt 0.016866956
122572026-03-02T23:46:08.349Zlock 7:27.828145438
122582026-03-02T23:46:08.349Zslp 21:47.278065282
122592026-03-02T23:46:08.349Zlat 11.147180634
122602026-03-02T23:46:08.349Zstop 5.985103561
122612026-03-02T23:46:08.349Z+ [[ illumos == \i\l\l\u\m\o\s ]]
122622026-03-02T23:46:08.349Z+ banner live-test
122632026-03-02T23:46:08.349Z
122642026-03-02T23:46:08.349Z # # # # ###### ##### ###### #### #####
122652026-03-02T23:46:08.349Z # # # # # # # # #
122662026-03-02T23:46:08.349Z # # # # ##### ##### # ##### #### #
122672026-03-02T23:46:08.350Z # # # # # # # # #
122682026-03-02T23:46:08.350Z # # # # # # # # # #
122692026-03-02T23:46:08.350Z ###### # ## ###### # ###### #### #
122702026-03-02T23:46:08.350Z
122712026-03-02T23:46:08.350Z+ ptime -m cargo xtask live-tests
122722026-03-02T23:46:09.282Z Compiling syn v2.0.117
122732026-03-02T23:46:09.285Z Compiling serde_core v1.0.228
122742026-03-02T23:46:09.285Z Compiling serde v1.0.228
122752026-03-02T23:46:09.288Z Compiling bitflags v2.9.4
122762026-03-02T23:46:09.288Z Compiling serde_json v1.0.149
122772026-03-02T23:46:09.288Z Compiling libc v0.2.180
122782026-03-02T23:46:09.396Z Compiling num-traits v0.2.19
122792026-03-02T23:46:09.407Z Compiling rustix v0.38.37
122802026-03-02T23:46:09.957Z Compiling smallvec v1.15.1
122812026-03-02T23:46:09.992Z Compiling hashbrown v0.16.1
122822026-03-02T23:46:10.447Z Compiling usdt-impl v0.5.0
122832026-03-02T23:46:10.536Z Compiling syn v1.0.109
122842026-03-02T23:46:11.313Z Compiling log v0.4.29
122852026-03-02T23:46:11.464Z Compiling indexmap v2.13.0
122862026-03-02T23:46:11.487Z Compiling thread-id v4.2.2
122872026-03-02T23:46:11.659Z Compiling rustix v1.1.3
122882026-03-02T23:46:11.744Z Compiling getrandom v0.3.4
122892026-03-02T23:46:12.355Z Compiling percent-encoding v2.3.2
122902026-03-02T23:46:12.524Z Compiling terminal_size v0.4.0
122912026-03-02T23:46:12.757Z Compiling form_urlencoded v1.2.2
122922026-03-02T23:46:12.896Z Compiling ordered-float v2.10.1
122932026-03-02T23:46:13.237Z Compiling fs-err v3.1.1
122942026-03-02T23:46:13.745Z Compiling once_cell v1.21.3
122952026-03-02T23:46:13.887Z Compiling heck v0.4.1
122962026-03-02T23:46:14.151Z Compiling anyhow v1.0.99
122972026-03-02T23:46:14.368Z Compiling clap_builder v4.5.48
122982026-03-02T23:46:14.618Z Compiling textwrap v0.16.2
122992026-03-02T23:46:15.687Z Compiling tempfile v3.24.0
123002026-03-02T23:46:16.721Z Compiling synstructure v0.13.1
123012026-03-02T23:46:16.911Z Compiling proc-macro-error v1.0.4
123022026-03-02T23:46:17.057Z Compiling camino-tempfile v1.4.1
123032026-03-02T23:46:18.474Z Compiling tabled_derive v0.7.0
123042026-03-02T23:46:18.960Z Compiling serde_derive v1.0.228
123052026-03-02T23:46:18.963Z Compiling zerofrom-derive v0.1.4
123062026-03-02T23:46:18.963Z Compiling yoke-derive v0.7.4
123072026-03-02T23:46:18.964Z Compiling zerovec-derive v0.10.3
123082026-03-02T23:46:18.964Z Compiling thiserror-impl v2.0.18
123092026-03-02T23:46:20.971Z Compiling displaydoc v0.2.5
123102026-03-02T23:46:22.041Z Compiling icu_provider_macros v1.5.0
123112026-03-02T23:46:22.157Z Compiling thiserror-impl v1.0.69
123122026-03-02T23:46:22.642Z Compiling thiserror v2.0.18
123132026-03-02T23:46:22.929Z Compiling zerocopy-derive v0.7.35
123142026-03-02T23:46:22.986Z Compiling zerofrom v0.1.4
123152026-03-02T23:46:23.046Z Compiling pest v2.8.2
123162026-03-02T23:46:23.194Z Compiling scroll_derive v0.12.0
123172026-03-02T23:46:23.340Z Compiling yoke v0.7.4
123182026-03-02T23:46:23.469Z Compiling clap_derive v4.5.47
123192026-03-02T23:46:23.787Z Compiling zerovec v0.10.4
123202026-03-02T23:46:24.409Z Compiling tabled v0.15.0
123212026-03-02T23:46:24.852Z Compiling scroll v0.12.0
123222026-03-02T23:46:25.239Z Compiling zerocopy v0.7.35
123232026-03-02T23:46:25.470Z Compiling goblin v0.8.2
123242026-03-02T23:46:25.518Z Compiling thiserror v1.0.69
123252026-03-02T23:46:25.770Z Compiling pest_meta v2.8.2
123262026-03-02T23:46:26.178Z Compiling tinystr v0.7.6
123272026-03-02T23:46:26.341Z Compiling icu_collections v1.5.0
123282026-03-02T23:46:26.804Z Compiling icu_locid v1.5.0
123292026-03-02T23:46:27.878Z Compiling pest_generator v2.8.2
123302026-03-02T23:46:28.268Z Compiling clap v4.5.48
123312026-03-02T23:46:28.493Z Compiling icu_provider v1.5.0
123322026-03-02T23:46:28.515Z Compiling serde_spanned v0.6.9
123332026-03-02T23:46:28.534Z Compiling toml_datetime v0.6.11
123342026-03-02T23:46:28.883Z Compiling dof v0.3.0
123352026-03-02T23:46:29.140Z Compiling toml_edit v0.22.27
123362026-03-02T23:46:29.423Z Compiling icu_locid_transform v1.5.0
123372026-03-02T23:46:29.674Z Compiling erased-serde v0.4.6
123382026-03-02T23:46:29.900Z Compiling serde_tokenstream v0.2.3
123392026-03-02T23:46:29.950Z Compiling serde-value v0.7.0
123402026-03-02T23:46:30.605Z Compiling pest_derive v2.8.2
123412026-03-02T23:46:30.645Z Compiling cargo-platform v0.2.0
123422026-03-02T23:46:30.954Z Compiling icu_properties v1.5.1
123432026-03-02T23:46:31.132Z Compiling serde-untagged v0.1.7
123442026-03-02T23:46:31.312Z Compiling macaddr v1.0.1
123452026-03-02T23:46:31.761Z Compiling dtrace-parser v0.2.0
123462026-03-02T23:46:32.959Z Compiling toml v0.8.23
123472026-03-02T23:46:33.946Z Compiling usdt-macro v0.5.0
123482026-03-02T23:46:34.003Z Compiling usdt-attr-macro v0.5.0
123492026-03-02T23:46:34.262Z Compiling cargo_toml v0.21.0
123502026-03-02T23:46:35.228Z Compiling icu_normalizer v1.5.0
123512026-03-02T23:46:35.467Z Compiling usdt v0.5.0
123522026-03-02T23:46:35.921Z Compiling idna_adapter v1.2.0
123532026-03-02T23:46:36.104Z Compiling idna v1.0.3
123542026-03-02T23:46:36.563Z Compiling url v2.5.4
123552026-03-02T23:46:37.503Z Compiling cargo-util-schemas v0.8.2
123562026-03-02T23:46:38.928Z Compiling cargo_metadata v0.21.0
123572026-03-02T23:46:40.538Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
123582026-03-02T23:46:44.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.95s
123592026-03-02T23:46:44.466Z Running `target/debug/xtask live-tests`
123602026-03-02T23:46:44.507Zusing temporary directory: /var/tmp/omicron_tmp/.tmprWIWgL
123612026-03-02T23:46:44.507Zwill create archive file: /var/tmp/omicron_tmp/.tmprWIWgL/live-tests-archive/omicron-live-tests.tar.zst
123622026-03-02T23:46:44.507Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
123632026-03-02T23:46:44.508Z
123642026-03-02T23:46:44.511Zrunning: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmprWIWgL/live-tests-archive/omicron-live-tests.tar.zst"
123652026-03-02T23:46:47.523Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
123662026-03-02T23:46:47.666Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
123672026-03-02T23:46:47.669Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
123682026-03-02T23:46:47.720Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
123692026-03-02T23:46:47.720Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
123702026-03-02T23:46:47.738Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
123712026-03-02T23:46:47.741Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
123722026-03-02T23:46:47.807Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
123732026-03-02T23:46:48.316Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
123742026-03-02T23:46:48.402Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
123752026-03-02T23:46:48.508Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
123762026-03-02T23:46:48.538Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
123772026-03-02T23:46:49.636Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
123782026-03-02T23:46:50.909Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
123792026-03-02T23:46:51.490Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
123802026-03-02T23:46:52.429Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
123812026-03-02T23:46:59.851Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
123822026-03-02T23:46:59.851Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
123832026-03-02T23:47:01.858Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
123842026-03-02T23:47:40.808Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
123852026-03-02T23:47:41.650Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
123862026-03-02T23:47:46.807Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
123872026-03-02T23:47:47.913Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
123882026-03-02T23:48:31.269Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
123892026-03-02T23:48:43.681Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
123902026-03-02T23:49:13.763Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 27s
123912026-03-02T23:49:14.083Zinfo: experimental features enabled: setup-scripts, benchmarks
123922026-03-02T23:49:14.090Z Archiving 2 binaries, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmprWIWgL/live-tests-archive/omicron-live-tests.tar.zst
123932026-03-02T23:49:15.631Z Archived 422 files to /var/tmp/omicron_tmp/.tmprWIWgL/live-tests-archive/omicron-live-tests.tar.zst in 1.54s
123942026-03-02T23:49:15.683Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmprWIWgL/live-tests-archive\""
123952026-03-02T23:49:15.697Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmprWIWgL" "live-tests-archive"
123962026-03-02T23:49:15.886Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
123972026-03-02T23:49:15.886Zcreated:
123982026-03-02T23:49:15.886ZTo use this:
123992026-03-02T23:49:15.886Z
124002026-03-02T23:49:15.886Z1. Copy the tarball to the switch zone in a deployed Omicron system.
124012026-03-02T23:49:15.886Z
124022026-03-02T23:49:15.889Z e.g., scp \
124032026-03-02T23:49:15.889Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
124042026-03-02T23:49:15.889Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
124052026-03-02T23:49:15.889Z
124062026-03-02T23:49:15.889Z2. Copy the `cargo-nextest` binary to the same place.
124072026-03-02T23:49:15.890Z
124082026-03-02T23:49:15.890Z e.g., scp \
124092026-03-02T23:49:15.890Z $(which cargo-nextest) \
124102026-03-02T23:49:15.890Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
124112026-03-02T23:49:15.890Z
124122026-03-02T23:49:15.890Z3. From the switch zone on that system, unpack the tarball with:
124132026-03-02T23:49:15.890Z
124142026-03-02T23:49:15.890Z tar xzf live-tests-archive.tgz
124152026-03-02T23:49:15.890Z
124162026-03-02T23:49:15.890Z4. From the switch zone on that system, run tests with:
124172026-03-02T23:49:15.890Z
124182026-03-02T23:49:15.890Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
124192026-03-02T23:49:15.890Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
124202026-03-02T23:49:15.890Z --workspace-remap live-tests-archive
124212026-03-02T23:49:15.890Z
124222026-03-02T23:49:15.890Z
124232026-03-02T23:49:15.890Zreal 3:07.515448168
124242026-03-02T23:49:15.890Zuser 7:42.601361767
124252026-03-02T23:49:15.890Zsys 1:02.439586163
124262026-03-02T23:49:15.890Ztrap 0.215406989
124272026-03-02T23:49:15.890Ztflt 0.591068899
124282026-03-02T23:49:15.890Zdflt 3.731951685
124292026-03-02T23:49:15.890Zkflt 0.002498431
124302026-03-02T23:49:15.890Zlock 24:23.608081013
124312026-03-02T23:49:15.890Zslp 31:05.158553501
124322026-03-02T23:49:15.890Zlat 45.704528085
124332026-03-02T23:49:15.890Zstop 46.022157206
124342026-03-02T23:49:15.890Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
124352026-03-02T23:49:15.894Z+ unset TMPDIR
124362026-03-02T23:49:15.894Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
124372026-03-02T23:49:15.894Zfiles in /var/tmp/omicron_tmp (none expected on success):
124382026-03-02T23:49:15.894Z+ find /var/tmp/omicron_tmp -ls
124392026-03-02T23:49:15.894Z164323 11 drwxr-xr-x 2 build build 2 Mar 2 23:49 /var/tmp/omicron_tmp
124402026-03-02T23:49:15.894Z+ rmdir /var/tmp/omicron_tmp
124412026-03-02T23:49:16.224Zprocess exited: duration 8328506 ms, exit code 0
 
124422026-03-02T23:49:16.248Zfound 5 output files
124432026-03-02T23:49:16.248Zuploading: /work/crate-build-timings.json (723029 bytes)
124442026-03-02T23:49:17.270Zuploaded: /work/crate-build-timings.json
124452026-03-02T23:49:17.273Zuploading: /work/environment.json (108 bytes)
124462026-03-02T23:49:18.285Zuploaded: /work/environment.json
124472026-03-02T23:49:18.290Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (538609 bytes)
124482026-03-02T23:49:19.307Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
124492026-03-02T23:49:19.314Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (262452736 bytes)
124502026-03-02T23:49:22.494Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
124512026-03-02T23:49:22.494Zuploading: /tmp/nextest-run-archive.zip (2501446 bytes)
124522026-03-02T23:49:23.531Zuploaded: /tmp/nextest-run-archive.zip